FormattedOutputLogsTree class abstract

An abstract class that provides a formatted output for logs.

Mixed in types
Implementers

Constructors

FormattedOutputLogsTree()

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
stacktraceLoggingThreshold int
Value of Level.value >= this will allow print of stacktrace
no setter

Methods

log(LogRecord record) → void
Act on the log record with info.
override
logger(String messageText, String objectText, String? errorLabel, FormattedStacktrace stacktrace, LogRecord record) → void
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
willLogStackTrace(Level level) bool

Operators

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