Abstract base class for outputting logs to a destination.
Sinks define the final destination of log data, such as the system console, a local file, or a remote network endpoint.
- Implementers
Properties
Methods
-
dispose(
) → Future< void> - Performs cleanup, such as closing file handles or network connections.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
output(
T data, LogEntry entry, LogLevel level, LogPipelineFactory factory) → Future< void> -
Outputs the
datato the destination. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited