logHandler

var logHandler: LogHandler

Set a custom log handler for redirecting logs to your own logging system. Defaults to android.util.Log.

By default, this sends info, warning, and error messages. If you wish to receive Debug level messages, see debugLogsEnabled.

Sources

Link copied to clipboard