stream property
The stream of LogMessage received by this logger.
Implementation
late final Stream<LogMessage> stream = _controller.stream;
The stream of LogMessage received by this logger.
late final Stream<LogMessage> stream = _controller.stream;