Type Property

logHandler

Set a custom log handler for redirecting logs to your own logging system.

Declaration

@objc static var logHandler: LogHandler { get set }

Discussion

By default, this sends LogLevel.info, LogLevel.warn, and LogLevel.error messages. If you wish to receive Debug level messages, set the log level to LogLevel.debug.

See Also

Interacting with the SDK