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>)processorDiscussion
Sets the given Log processor.
Declared In
LogTransport.h
– createLogRequest
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:
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