log method

void log(
  1. Entry entry
)

Logs an entry to the stream.

Implementation

void log(Entry entry) {
  _controller.add(entry);
}