2 instantiations of LogEntry
Microsoft.Extensions.Logging.Console (2)
ConsoleLogger.cs (2)
56LogEntry<TState> logEntry = new LogEntry<TState>(logLevel, _name, eventId, state, exception, formatter);
83var logEntry = new LogEntry<BufferedLogRecord>(rec.LogLevel, _name, rec.EventId, rec, null, static (s, _) => s.FormattedMessage ?? string.Empty);
11 references to LogEntry
Microsoft.Arcade.Common (1)
Microsoft.Extensions.Logging.Console (10)
ConsoleLogger.cs (2)
56LogEntry<TState> logEntry = new LogEntry<TState>(logLevel, _name, eventId, state, exception, formatter);
83var logEntry = new LogEntry<BufferedLogRecord>(rec.LogLevel, _name, rec.EventId, rec, null, static (s, _) => s.FormattedMessage ?? string.Empty);