5 references to BuildCheckForwardingLogger
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (2)
2931loggerClassName: typeof(BuildCheckForwardingLogger).FullName, 2932loggerAssemblyName: typeof(BuildCheckForwardingLogger).GetTypeInfo().Assembly.GetName().FullName,
BackEnd\Components\Logging\LoggingService.cs (1)
1845BuildCheckForwardingLogger => 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"/>.