NoopLoggingTree class

Mixed in types

Constructors

NoopLoggingTree()

Properties

hashCode int
The hash code for this object.
no setterinherited
isPlanted bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackIndex int
finalinherited

Methods

log(LogRecord record) → void
Act on the log record with info.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPlant(StreamSubscription<LogRecord>? subscription) → void
Attach this logging mechanism to a Manager.
inherited
onRecord(LogRecord record) → void
Listener to records of log streams.
inherited
onRemove() → void
De-attach this logging mechanism from a Manager.
inherited
toString() String
A string representation of this object.
inherited

Operators

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