4 references to LogValuesFormatter
Microsoft.Extensions.Logging.Abstractions (4)
FormattedLogValues.cs (2)
41_formatter = new LogValuesFormatter(format); 49return new LogValuesFormatter(f);
LoggerMessage.cs (1)
454var logValuesFormatter = new LogValuesFormatter(formatString);
LogValuesFormatterObsolete.cs (1)
25_inner = new Microsoft.Extensions.Logging.LogValuesFormatter(format);