BufferedLogger class abstract

Enables logging providers to handle batched log entries.

When a logging provider implements this interface, the logging infrastructure can detect this capability and will deliver logs in batches, rather than invoking the standard Logger interface one log at a time.

Constructors

BufferedLogger()

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

logRecords(Iterable<BufferedLogRecord> records) → void
Delivers a batch of buffered log records to a logging provider.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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