TVOLogger Protocol Reference

Conforms to NSObject
Declared in TVOLogger.h

Overview

TVOLogger is the protocol for the custom logger that can be implemented by the SDK user.

Required Methods

– log: required method

Invoked every time there is a log message available that satisfies the log module and log level filters set by the developer. Please note that this method will be invoked very frequently so avoid doing heavy work on this thread.

- (void)log:(nonnull TVOLogParameters *)logParameters

Parameters

logParameters

The TVOLogParameters for the log message.

See Also

Declared In

TVOLogger.h