Logger class
- Implementers
Constructors
- Logger()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
collapsibleBlock(
String message, [String indent = '']) → BlockLogger -
getPipe(
[String indent = '']) → LogPipe -
getPipeErr(
[String indent = '']) → LogPipe -
getPipeOut(
[String indent = '']) → LogPipe -
header(
[String? tag]) → MatchedClosure -
headerBlock(
[String? tag]) → BlockLogger -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBlock(
String message, [String indent = '']) → SuccessClosure -
printCached(
) → void -
printDone(
[String? message = '']) → void -
printEnd(
[String? tag]) → void -
printFailed(
[String? reason = '', String indent = '']) → void -
printFixed(
String message, [String indent = '']) → SuccessClosure -
printInfo(
[String? reason = '', String indent = '']) → void -
printLine(
[String message = '']) → void -
printPassThru(
String message, [String indent = '']) → void -
printRaw(
String message) → void -
printSkipped(
[String? reason = '']) → void -
printWarn(
[String? reason = '', String indent = '']) → void -
toString(
) → String -
A string representation of this object.
inherited
-
useMemo(
String message) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited