Logger

interface Logger

Callback for log messages from the TeamViewer Sdk.

Inheritors

Functions

Link copied to clipboard
abstract fun d(tag: String, msg: String)

Log with debug severity.

Link copied to clipboard
abstract fun e(tag: String, msg: String)

Log with error severity.

Link copied to clipboard
abstract fun i(tag: String, msg: String)

Log with info severity.

Link copied to clipboard
abstract fun v(tag: String, msg: String)

Log with verbose severity.

Link copied to clipboard
abstract fun w(tag: String, msg: String)

Log with warning severity.