BleLoggingConfig

data class BleLoggingConfig(val level: BleLogLevel, val format: BleLogFormat = BleLogFormat.Compact)(source)

Verbosity and formatting controls for Kable's internal BLE logging.

See also

for the verbosity scale.

for the layout choices.

Constructors

Link copied to clipboard
constructor(level: BleLogLevel, format: BleLogFormat = BleLogFormat.Compact)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard