logCharacteristic

abstract fun logCharacteristic(uuid: UUID, logger: ContextualLogger = defaultLoggerForCharacteristic(uuid), characteristicLogger: ConnectionSettings.LoggerDSL.CharacteristicLoggerDSL.() -> Unit = {})

Sets up the CharacteristicLoggerDSL for a com.splendo.kaluga.bluetooth.RemoteCharacteristic of a given UUID

Parameters

logger

the ContextualLogger to use for logging

characteristicLogger

the ServiceLoggerDSL to setup characteristic logging.