LogTransport Protocol Reference
| Conforms to | KaaTransport |
|---|---|
| Declared in | LogTransport.h |
– createLogRequest
required method
Creates the Log request that consists of current log records.
- (LogSyncRequest *)createLogRequestDiscussion
Creates the Log request that consists of current log records.
Declared In
LogTransport.h
– onLogResponse:
required method
Updates the state of the Log collector according to the given response.
- (void)onLogResponse:(LogSyncResponse *)responseDiscussion
Updates the state of the Log collector according to the given response.
Declared In
LogTransport.h
– setLogProcessor:
required method
Sets the given Log processor.
- (void)setLogProcessor:(id<LogProcessor>)processorDiscussion
Sets the given Log processor.
Declared In
LogTransport.h