2 instantiations of FakeLogRecord
Microsoft.Extensions.Diagnostics.Testing (2)
Logging\FakeLogger.cs (2)
79var record = new FakeLogRecord(logLevel, eventId, ConsumeTState(state), exception, formatter(state, exception),
131var record = new FakeLogRecord(rec.LogLevel, rec.EventId, ConsumeTState(rec.Attributes), exception, rec.FormattedMessage ?? string.Empty,
79 references to FakeLogRecord
Aspire.Playground.Tests (5)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (7)
Microsoft.Extensions.Diagnostics.Testing (12)
Logging\FakeLogger.cs (3)
79var record = new FakeLogRecord(logLevel, eventId, ConsumeTState(state), exception, formatter(state, exception),
110public FakeLogRecord LatestRecord => Collector.LatestRecord;
131var record = new FakeLogRecord(rec.LogLevel, rec.EventId, ConsumeTState(rec.Attributes), exception, rec.FormattedMessage ?? string.Empty,
Microsoft.Extensions.Http.Diagnostics.Tests (17)
Microsoft.Extensions.Telemetry.Tests (2)
Microsoft.Gen.Logging.Generated.Tests (36)