TVODefaultLogger Class Reference

Inherits from NSObject
Conforms to TVOLogger
Declared in TVODefaultLogger.h

Overview

TVODefaultLogger allows you to send your app to the default logger.

– log:

This method can be invoked to send app level logs to the default logger used by the SDK to log to stdout. Please note that timeStamp parameter provided in the logParameters will not be used by the default logger and the timestamp string will be generated during actual logging to stdout.

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

Parameters

logParameters

The TVOLogParameters for the log message.

See Also

Declared In

TVODefaultLogger.h