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
logLevelNew log level to be applied.
 - 
                  
                  
Get current log level.
Declaration
Swift
public static func getLogLevel() -> RxBluetoothKitLog.LogLevelReturn Value
Currently set log level.
 - 
                  
                  
Log levels for internal logging mechanism.
See moreDeclaration
 
View on GitHub
        RxBluetoothKitLog Class Reference