LogProcessor Protocol Reference

Declared in LogTransport.h

Overview

Processes the Logging requests and responses.

– fillSyncRequest: required method

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: required method

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