stream property

Stream<LogEntry> get stream

The stream of log entries.

Implementation

Stream<LogEntry> get stream => _controller.stream;