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