RxBluetoothKitLog
public class RxBluetoothKitLog : ReactiveCompatible
RxBluetoothKit specific logging class which gives access to its settings.
-
Set new log level.
Declaration
Swift
public static func setLogLevel(_ logLevel: RxBluetoothKitLog.LogLevel)
Parameters
logLevel
New log level to be applied.
-
Get current log level.
Declaration
Swift
public static func getLogLevel() -> RxBluetoothKitLog.LogLevel
Return Value
Currently set log level.
-
Log levels for internal logging mechanism.
See moreDeclaration