1 write to _formatter
Microsoft.Extensions.Logging.Abstractions (1)
6 references to _formatter
Microsoft.Extensions.Logging.Abstractions (6)
LoggerMessage.cs (6)
677return new KeyValuePair<string, object?>(_formatter.ValueNames[0], _value0);
679return new KeyValuePair<string, object?>(_formatter.ValueNames[1], _value1);
681return new KeyValuePair<string, object?>(_formatter.ValueNames[2], _value2);
683return new KeyValuePair<string, object?>(_formatter.ValueNames[3], _value3);
685return new KeyValuePair<string, object?>("{OriginalFormat}", _formatter.OriginalFormat);
703public override string ToString() => _formatter.FormatWithOverwrite(ToArray());