ConsoleFormatter class abstract
Allows custom log message formatting for console output.
Constructors
- ConsoleFormatter(String name)
- Creates a new instance of ConsoleFormatter with the given name.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write<
TState> ({required LogEntry< TState> logEntry, ExternalScopeProvider? scopeProvider, required StringBuffer textWriter}) → void - Writes the log message to the specified StringBuffer.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited