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