onError property
Stream<BDLogError>
get
onError
Returns a stream that emits BDLogError instances whenever an error occurs during logging.
Implementation
Stream<BDLogError> get onError => _errorController.stream;