1 override of Attributes
Shared (1)
LogBuffering\DeserializedLogRecord.cs (1)
62public override IReadOnlyList<KeyValuePair<string, object?>> Attributes => _attributes;
2 references to Attributes
Microsoft.Extensions.Logging.Console (2)
JsonConsoleFormatter.cs (2)
35bufferedRecord.Attributes.Count > 0, null, bufferedRecord.Attributes, bufferedRecord.Timestamp);