5 references to BuildCheckForwardingLogger
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (2)
3225loggerClassName: typeof(BuildCheckForwardingLogger).FullName, 3226loggerAssemblyName: typeof(BuildCheckForwardingLogger).Assembly.GetName().FullName,
BackEnd\Components\Logging\LoggingService.cs (1)
1885BuildCheckForwardingLogger => MessageImportance.High,
BuildCheck\Infrastructure\BuildCheckConnectorLogger.cs (2)
10/// Receives events from the <see cref="BuildCheckForwardingLogger"/>. 14/// Ensure that the consuming events are in sync with <see cref="BuildCheckForwardingLogger"/>.