defaultOutput property

LogOutput Function() defaultOutput
getter/setter pair

The current default implementation of log output.

Implementation

static LogOutput Function() defaultOutput = () => ConsoleOutput();