DefaultLogTransport Class Reference
Inherits from | AbstractKaaTransport : NSObject |
---|---|
Conforms to | LogTransport |
Declared in | DefaultLogTransport.h DefaultLogTransport.m |
– setLogProcessor:
Sets the given Log processor.
- (void)setLogProcessor:(id<LogProcessor>)processor
Discussion
Sets the given Log processor.
Declared In
LogTransport.h
– createLogRequest
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:
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