1 write to Category
Microsoft.Extensions.Diagnostics.Testing (1)
Logging\FakeLogger.cs (1)
41Category = string.IsNullOrEmpty(category) ? null : category;
9 references to Category
Microsoft.Extensions.Diagnostics.Testing (2)
Logging\FakeLogger.cs (2)
80l.ToArray(), Category, !_disabledLevels.ContainsKey(logLevel), Collector.TimeProvider.GetUtcNow()); 132l.ToArray(), Category, !_disabledLevels.ContainsKey(rec.LogLevel), rec.Timestamp);
Microsoft.Extensions.Telemetry.Tests (7)
Logging\ExtendedLoggerTests.cs (6)
77Assert.Equal(Category, sink.Category); 194Assert.Equal(Category, sink.Category); 259Assert.Equal(Category, sink.Category); 319Assert.Equal(Category, sink.Category); 388Assert.Equal(Category, sink.Category); 497Assert.Equal(Category, sink.Category);
Logging\SerialExtendedLoggerTests.cs (1)
59Assert.Equal(Category, sink.Category);