| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <ILoggingTransport.hpp>
 Inheritance diagram for kaa::ILoggingTransport:Public Member Functions | |
| virtual boost::shared_ptr < LogSyncRequest >  | createLogSyncRequest ()=0 | 
| virtual void | onLogSyncResponse (const LogSyncResponse &response)=0 | 
| virtual | ~ILoggingTransport () | 
Used for sending logs to the remote server.
Definition at line 28 of file ILoggingTransport.hpp.
      
  | 
  inlinevirtual | 
Definition at line 48 of file ILoggingTransport.hpp.
      
  | 
  pure virtual | 
Creates the Log request that consists of current log records.
Implemented in kaa::LoggingTransport.
      
  | 
  pure virtual | 
Updates the state of the Log collector according to the given response.
| response | the response from the server | 
Implemented in kaa::LoggingTransport.