TCGBLoggerDelegate Protocol Reference

Conforms to NSObject
Declared in TCGBLoggerDelegate.h

– tcgbLogDidSuccess:

Called after the log has been successfully sent.

- (void)tcgbLogDidSuccess:(TCGBLog *)log

Parameters

log

The log that sent successfully

Declared In

TCGBLoggerDelegate.h

– tcgbLogDidFail:error:

Called after the log fails to send.

- (void)tcgbLogDidFail:(TCGBLog *)log error:(TCGBError *)error

Parameters

log

The log that sent failed

error

The error about the cause of the failure

Declared In

TCGBLoggerDelegate.h

– tcgbLogDidSave:

Called after the log has been successfully saved.

- (void)tcgbLogDidSave:(TCGBLog *)log

Parameters

log

The log that saved successfully

Declared In

TCGBLoggerDelegate.h

– tcgbLogDidFilter:logFilter:

Called after the log has been successfully filtered.

- (void)tcgbLogDidFilter:(TCGBLog *)log logFilter:(TCGBLogFilter *)logFilter

Parameters

log

The log that filtered successfully

logFilter

The filter used when filtering log

Declared In

TCGBLoggerDelegate.h