2 instantiations of LogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
25var logValues = new LogValues(formatter); 147logger.Log(logLevel, eventId, new LogValues(formatter), exception, LogValues.Callback);
3 references to LogValues
Microsoft.Extensions.Logging.Abstractions (3)
LoggerMessage.cs (3)
25var logValues = new LogValues(formatter); 147logger.Log(logLevel, eventId, new LogValues(formatter), exception, LogValues.Callback); 468public static readonly Func<LogValues, Exception?, string> Callback = (state, exception) => state.ToString();