1 write to LoggerName
Microsoft.AspNetCore.InternalTesting (1)
Logging\TestLogger.cs (1)
56LoggerName = _name,
2 references to LoggerName
Microsoft.AspNetCore.InternalTesting (2)
Logging\TestSink.cs (1)
57return context.LoggerName.Equals(typeof(T).FullName);
Logging\WriteContext.cs (1)
34return $"{LogLevel} {LoggerName}: {Message}";