TVODefaultLogger Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TVOLogger |
| Declared in | TVODefaultLogger.h |
– 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 *)logParametersParameters
logParameters |
The |
|---|
See Also
Declared In
TVODefaultLogger.h