1 write to Id
Microsoft.Extensions.Logging.Abstractions (1)
95 references to Id
InMemory.FunctionalTests (19)
Microsoft.AspNetCore.Authorization.Test (2)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.Hosting.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (4)
Microsoft.Extensions.Diagnostics.Testing.Tests (3)
Microsoft.Extensions.Logging.Abstractions (4)
Microsoft.Extensions.Logging.Console (6)
JsonConsoleFormatter.cs (2)
34WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, logEntry.Category, bufferedRecord.EventId.Id, bufferedRecord.Exception,
51WriteInternal(scopeProvider, textWriter, message, logEntry.LogLevel, logEntry.Category, logEntry.EventId.Id, logEntry.Exception?.ToString(),
SimpleConsoleFormatter.cs (2)
52WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, bufferedRecord.EventId.Id, bufferedRecord.Exception, logEntry.Category, bufferedRecord.Timestamp);
64WriteInternal(scopeProvider, textWriter, message, logEntry.LogLevel, logEntry.EventId.Id, logEntry.Exception?.ToString(), logEntry.Category, GetCurrentDateTime());
SystemdConsoleFormatter.cs (2)
42WriteInternal(null, textWriter, message, bufferedRecord.LogLevel, logEntry.Category, bufferedRecord.EventId.Id, bufferedRecord.Exception, bufferedRecord.Timestamp);
54WriteInternal(scopeProvider, textWriter, message, logEntry.LogLevel, logEntry.Category, logEntry.EventId.Id, logEntry.Exception?.ToString(), GetCurrentDateTime());
Microsoft.Extensions.Logging.EventLog (2)
Microsoft.Extensions.Logging.EventSource (3)
Microsoft.Extensions.Logging.TraceSource (1)
Microsoft.Gen.Logging.Generated.Tests (22)
LogMethodTests.cs (12)
226Assert.Equal(0, collector.LatestRecord.Id.Id);
234Assert.NotEqual(0, collector.LatestRecord.Id.Id);
242Assert.NotEqual(0, collector.LatestRecord.Id.Id);
250Assert.NotEqual(0, collector.LatestRecord.Id.Id);
258Assert.NotEqual(0, collector.LatestRecord.Id.Id);
266Assert.NotEqual(0, collector.LatestRecord.Id.Id);
274Assert.NotEqual(0, collector.LatestRecord.Id.Id);
285Assert.NotEqual(0, logRecord.Id.Id);
296Assert.Equal(42, logRecord.Id.Id);
339Assert.NotEqual(0, collector.LatestRecord.Id.Id);
347Assert.NotEqual(0, collector.LatestRecord.Id.Id);
578Assert.NotEqual(0, logRecord.Id.Id);
Sockets.BindTests (4)
Sockets.FunctionalTests (14)