StreamLogSink class
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