2 references to LogValues
Microsoft.Extensions.Logging.Abstractions (2)
LoggerMessage.cs (2)
54return (logger, arg1, arg2) => logger.BeginScope(new LogValues<T1, T2>(formatter, arg1, arg2));
235logger.Log(logLevel, eventId, new LogValues<T1, T2>(formatter, arg1, arg2), exception, LogValues<T1, T2>.Callback);