LoggerService class

Properties

divider → void
no setter
hashCode int
The hash code for this object.
no setterinherited
icons CliIcons
no setter
isVerbose bool
no setter
level ↔ Level
getter/setter pair
loggerInstance → Logger
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detail(String message) → void
err(String message) → void
fail(String message) → void
info(String message) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
spaces([int count = 1]) → void
success(String message) → void
toString() String
A string representation of this object.
inherited
warn(String message) → void
write(String message) → void

Operators

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