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