Log buffer entry.
Represents a buffered log message and allows to either drop it, or record to another log recorder.
Readonly
The buffered log message.
Drops the message.
Removes the message from the buffer and discards it.
Calling this method when the message is already recorded to another recorder or dropped has no effect.
Records the message to another log recorder.
Removes the message from the buffer.
Calling this method when the message is already logged or dropped has no effect.
Awaits for the message to be either logged or discarded.
A promise resolved to true when the message is logged, or to false when it is discarded.
true
false
Generated using TypeDoc
Log buffer entry.
Represents a buffered log message and allows to either drop it, or record to another log recorder.