LogTransport Protocol Reference
Conforms to | KaaTransport |
---|---|
Declared in | LogTransport.h |
– createLogRequest
required method
Creates the Log request that consists of current log records.
- (LogSyncRequest *)createLogRequest
Discussion
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 *)response
Discussion
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>)processor
Discussion
Sets the given Log processor.
Declared In
LogTransport.h