5 references to Exception
Microsoft.Extensions.Diagnostics.Testing (2)
Logging\FakeLogger.cs (2)
129
var exception = rec.
Exception
is not null ? new Exception(rec.
Exception
) : null;
Microsoft.Extensions.Logging.Console (3)
JsonConsoleFormatter.cs (1)
34
WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, logEntry.Category, bufferedRecord.EventId.Id, bufferedRecord.
Exception
,
SimpleConsoleFormatter.cs (1)
52
WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, bufferedRecord.EventId.Id, bufferedRecord.
Exception
, logEntry.Category, bufferedRecord.Timestamp);
SystemdConsoleFormatter.cs (1)
42
WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, logEntry.Category, bufferedRecord.EventId.Id, bufferedRecord.
Exception
, bufferedRecord.Timestamp);