AbstractLogCollector Class Reference

Inherits from NSObject
Conforms to LogCollector
LogProcessor
Declared in AbstractLogCollector.h
AbstractLogCollector.m

Overview

Designed to be abstraction layer for LogCollector.

– fillSyncRequest:

Fills the given request with the latest Logging state.

- (void)fillSyncRequest:(LogSyncRequest *)request

Discussion

Fills the given request with the latest Logging state.

Declared In

LogTransport.h

– onLogResponse:

Updates the state using response from the server.

- (void)onLogResponse:(LogSyncResponse *)response

Discussion

Updates the state using response from the server.

Declared In

LogTransport.h