StreamLogSink class
Constructors
- StreamLogSink.new([LogFilter logFilter = const LogFilter.none()])
- StreamLogSink.broadcast([LogFilter logFilter = const LogFilter.none()])
Properties
Methods
-
dispose(
) → Future< void> -
Cancels all subscriptions to log-streams.
inherited
-
listenTo(
Stream< LogRecord> logStream) → void -
Starts listening for new log-records from the
logStream
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
LogRecord logRecord) → Future< void> -
Writes
logRecord
to wherever this sink goes.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited