#include <ILoggingTransport.hpp>
Used for sending logs to the remote server. 
Definition at line 28 of file ILoggingTransport.hpp.
 
  
  
      
        
          | virtual kaa::ILoggingTransport::~ILoggingTransport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual std::shared_ptr<LogSyncRequest> kaa::ILoggingTransport::createLogSyncRequest  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Creates the Log request that consists of current log records.
- Returns
 - new Log request 
 
- See also
 - LogSyncRequest 
 
 
 
  
  
      
        
          | virtual void kaa::ILoggingTransport::onLogSyncResponse  | 
          ( | 
          const LogSyncResponse &  | 
          response | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Updates the state of the Log collector according to the given response.
- Parameters
 - 
  
    | response | the response from the server  | 
  
   
- See also
 - LogSyncResponse 
 
 
 
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/kaa_v0.6.1/client/client-multi/client-cpp/kaa/channel/transport/ILoggingTransport.hpp