BluetoothLogListener

This interface describes a log listener that can be used to receive log messages produced by the library.

Inheritors

AndroidLogger
NSLogger

Types

Link copied to clipboard

Supported levels of logging.

Functions

Link copied to clipboard
abstract fun log(level: BluetoothLogListener.Level, tag: String, message: String)
abstract fun log(level: BluetoothLogListener.Level, tag: String, message: String, throwable: Throwable)