Logger.stderr constructor
const
Logger.stderr({
- bool color,
Creates a logger that prints warnings to standard error, with terminal
colors if color is true (default false).
Implementation
const factory stderr({bool color}) = StderrLogger;