LogRecordFormatter class abstract

Formats LogRecord to a String. This is used by various LogSinkMixin implementations.

Constructors

LogRecordFormatter.new()
Const constructor for the extending classes.
const

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

call(LogRecord logRecord) String
Calls format
format(LogRecord logRecord) String
Formats a given LogRecord to a String.
formatList(List<LogRecord> list) String
Formats a List of LogRecord to a [String}.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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