VerboseLogger class

Implemented types

Constructors

VerboseLogger({Ansi? ansi, bool logTime = false})

Properties

ansi Ansi
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
isVerbose bool
no setteroverride
logTime bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flush() → void
Flush any un-written output.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progress(String message) Progress
Start an indeterminate progress display.
override
stderr(String message) → void
Print an error message.
override
stdout(String message) → void
Print a standard status message.
override
toString() String
A string representation of this object.
inherited
trace(String message) → void
Print trace output.
override
write(String message) → void
Print text to stdout, without a trailing newline.
override
writeCharCode(int charCode) → void
Print a character code to stdout, without a trailing newline.
override

Operators

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