2 instantiations of LogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
40return (logger, arg1) => logger.BeginScope(new LogValues<T1>(formatter, arg1)); 190logger.Log(logLevel, eventId, new LogValues<T1>(formatter, arg1), exception, LogValues<T1>.Callback);
2 references to LogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
190logger.Log(logLevel, eventId, new LogValues<T1>(formatter, arg1), exception, LogValues<T1>.Callback); 506public static readonly Func<LogValues<T0>, Exception?, string> Callback = (state, exception) => state.ToString();