LogOutput class abstract

Abstract interface for logger outputs.

Implement this interface to create custom log outputs (console, file, network, etc.)

Implementers

Constructors

LogOutput()

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

destroy() → void
Called when the logger is being destroyed. Override to perform cleanup (close files, connections, etc.)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(LogEvent event) → void
Called when a log event should be output.
toString() String
A string representation of this object.
inherited

Operators

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