BufferedLogRecord class abstract

Represents a buffered log record to be written in batch to a buffered logger.

Implementers

Constructors

BufferedLogRecord()

Properties

activitySpanId String?
Gets an activity span ID for this record, representing the state of the thread that created the record.
no setter
activityTraceId String?
Gets an activity trace ID for this record, representing the state of the thread that created the record.
no setter
attributes List<MapEntry<String, Object?>>
Gets the variable set of name/value pairs associated with the record.
no setter
eventId EventId
Gets the record's event ID.
no setter
exception String?
Gets an exception string for this record.
no setter
formattedMessage String?
Gets the formatted log message.
no setter
hashCode int
The hash code for this object.
no setterinherited
logLevel LogLevel
Gets the record's logging severity level.
no setter
messageTemplate String?
Gets the original log message template.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
Gets the time when the log record was first created.
no setter

Methods

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