1 type derived from ConfigurableForwardingLogger
Microsoft.Build.Engine.UnitTests (1)
ConfigureableForwardingLogger_Tests.cs (1)
35internal sealed class TestForwardingLogger : ConfigurableForwardingLogger
1 instantiation of ConfigurableForwardingLogger
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1281return new ConfigurableForwardingLogger()
3 references to ConfigurableForwardingLogger
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3275Type configurableLoggerType = typeof(ConfigurableForwardingLogger);
BackEnd\Components\Logging\LoggingService.cs (1)
1888ConfigurableForwardingLogger forwardingLogger => forwardingLogger.GetMinimumMessageImportance(),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1279private ConfigurableForwardingLogger CreateConfigurableForwardingLogger(LoggerVerbosity verbosity)