#include <LoggingTransport.hpp>
Definition at line 30 of file LoggingTransport.hpp.
virtual std::shared_ptr<LogSyncRequest> kaa::LoggingTransport::createLogSyncRequest |
( |
| ) |
|
|
virtual |
Creates the Log request that consists of current log records.
- Returns
- new Log request
- See Also
- LogSyncRequest
Implements kaa::ILoggingTransport.
virtual void kaa::LoggingTransport::onLogSyncResponse |
( |
const LogSyncResponse & |
response, |
|
|
std::size_t |
deliveryTime |
|
) |
| |
|
virtual |
Updates the state of the Log collector according to the given response.
- Parameters
-
response | the response from the server |
- See Also
- LogSyncResponse
- Parameters
-
deliveryTime | The time point the log was delivered at |
Implements kaa::ILoggingTransport.
virtual void kaa::LoggingTransport::sync |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: