LogHandler class abstract

Implementers

Constructors

LogHandler()

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) → void
makeGroup(LogRecord logRecord) → void
Called after console output is done (via makeGroup - can be overwritten)
makeObjectGroup(String groupName, LogRecord logRecord) → void
groupName is for example GROUP_OBJECT
makeStackTraceGroup(String groupName, LogRecord logRecord) → void
groupName is for example GROUP_STACK_TRACE
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toConsole(LogRecord logRecord, {TransformLogRecord transformer}) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

GROUP_OBJECT → const String
GROUP_STACK_TRACE → const String