ConsoleOutput class

Console output with color support

Inheritance

Constructors

ConsoleOutput({bool useColors = true, bool showTime = true, bool detailedTime = false})

Properties

detailedTime bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTime bool
final
useColors bool
final

Methods

destroy() → void
Called when the logger is being destroyed. Override to perform cleanup (close files, connections, etc.)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(LogEvent event) → void
Called when a log event should be output.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited