BufferedLogRecordImpl constructor
BufferedLogRecordImpl({})
Creates a new instance of BufferedLogRecordImpl.
Implementation
BufferedLogRecordImpl({
required this.timestamp,
required this.logLevel,
required this.eventId,
this.exception,
this.activitySpanId,
this.activityTraceId,
this.formattedMessage,
this.messageTemplate,
List<MapEntry<String, Object?>>? attributes,
}) : attributes = attributes ?? [];