2 instantiations of FormattedLogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerExtensions.cs (2)
486logger.Log(logLevel, eventId, new FormattedLogValues(message, args), exception, _messageFormatter); 510return logger.BeginScope(new FormattedLogValues(messageFormat, args));
2 references to FormattedLogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerExtensions.cs (2)
13private static readonly Func<FormattedLogValues, Exception?, string> _messageFormatter = MessageFormatter; 515private static string MessageFormatter(FormattedLogValues state, Exception? error)