func read()

in Sources/RxCBCentral/debug/RxCBLogger.swift [34:38]


    func read() -> Observable<RxCBLog>
}

/// A singleton logger that exposes RxCBCentral state changes as a sequence of logs that a consumer can subscribe to to receive updates.
public class RxCBLogger: RxCBLogging, RxCBLogStream {