1 write to LoggerName
Aspire.Hosting.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
52LoggerName = _name,
3 references to LoggerName
Aspire.Hosting.Tests (3)
Dashboard\DashboardLifecycleHookTests.cs (1)
70if (logContext.LoggerName == expectedCategory)
tests\Shared\Logging\TestSink.cs (1)
56return context.LoggerName?.Equals(typeof(T).FullName) == true;
tests\Shared\Logging\WriteContext.cs (1)
32return $"{LogLevel} {LoggerName}: {Message}";