1 write to _formatter
Microsoft.Extensions.Logging.Abstractions (1)
7 references to _formatter
Microsoft.Extensions.Logging.Abstractions (7)
LoggerMessage.cs (7)
739return new KeyValuePair<string, object?>(_formatter.ValueNames[0], _value0);
741return new KeyValuePair<string, object?>(_formatter.ValueNames[1], _value1);
743return new KeyValuePair<string, object?>(_formatter.ValueNames[2], _value2);
745return new KeyValuePair<string, object?>(_formatter.ValueNames[3], _value3);
747return new KeyValuePair<string, object?>(_formatter.ValueNames[4], _value4);
749return new KeyValuePair<string, object?>("{OriginalFormat}", _formatter.OriginalFormat);
768public override string ToString() => _formatter.FormatWithOverwrite(ToArray());