CliVerboseLogger class

Inheritance
  • Object
  • VerboseLogger
  • CliVerboseLogger

Constructors

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

Properties

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

Methods

flush() → void
Flush any un-written output.
inherited
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.
inherited
stdout(String message) → void
Print a standard status message.
inherited
toString() String
A string representation of this object.
inherited
trace(String message) → void
Print trace output.
inherited
write(String message) → void
Print text to stdout, without a trailing newline.
inherited
writeCharCode(int charCode) → void
Print a character code to stdout, without a trailing newline.
inherited

Operators

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