func log()

in Sources/RxCBCentral/debug/RxCBLogger.swift [26:33]


    func log(prefix: String,
             data: Data?,
             function: String,
             file: String,
             line: UInt)
}

public protocol RxCBLogStream {