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.