Reactive

extension Reactive where Base == RxBluetoothKitLog

Available where Base == RxBluetoothKitLog

  • log

    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 }