3 references to LogValuesFormatter
Microsoft.Extensions.Logging.Abstractions (3)
FormattedLogValues.cs (2)
39
_formatter = new
LogValuesFormatter
(format);
47
return new
LogValuesFormatter
(f);
LoggerMessage.cs (1)
454
var logValuesFormatter = new
LogValuesFormatter
(formatString);