Reactive
extension Reactive where Base == RxBluetoothKitLog
                - 
                  
                  
This is continuous value, which emits before a log is printed to standard output.
- it never fails
 - it delivers events on 
MainScheduler.instance share(scope: .whileConnected)sharing strategy
Declaration
Swift
public var log: Observable<String> { get } 
View on GitHub
        Reactive Extension Reference