logStateChangesBy

abstract fun logStateChangesBy(logger: ContextualLogger = contextualLogger.withAppendedTag("STATE_CHANGES"))

Sets the logging to use when ConnectableDeviceState changes occur.

Parameters

logger

the ContextualLogger to use for logging state changes.