BlockLogger class

Inheritance

Constructors

BlockLogger(String message)

Properties

hashCode int
The hash code for this object.
no setterinherited
memo String?
getter/setter pair
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(bool result) bool
collapsibleBlock(String message, [String indent = '']) BlockLogger
inherited
inherited
getPipe([String indent = '']) LogPipe
inherited
getPipeErr([String indent = '']) LogPipe
inherited
getPipeOut([String indent = '']) LogPipe
inherited
inherited
headerBlock([String? tag]) BlockLogger
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBlock(String message, [String indent = '']) SuccessClosure
inherited
printCached() → void
inherited
printDone([String? message = '']) → void
inherited
printEnd([String? tag]) → void
inherited
printFailed([String? reason = '', String indent = '']) → void
inherited
printFixed(String message, [String indent = '']) SuccessClosure
inherited
printInfo([String? reason = '', String indent = '']) → void
inherited
printLine([String message = '']) → void
override
printPassThru(String message, [String indent = '']) → void
inherited
printRaw(String message) → void
inherited
printSkipped([String? reason = '']) → void
inherited
printWarn([String? reason = '', String indent = '']) → void
inherited
toString() String
A string representation of this object.
inherited
useMemo(String message) String
override

Operators

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