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)
1167return new ConfigurableForwardingLogger()
3 references to ConfigurableForwardingLogger
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2989Type configurableLoggerType = typeof(ConfigurableForwardingLogger);
BackEnd\Components\Logging\LoggingService.cs (1)
1842Build.Logging.ConfigurableForwardingLogger forwardingLogger => forwardingLogger.GetMinimumMessageImportance(),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
1165private ConfigurableForwardingLogger CreateConfigurableForwardingLogger(LoggerVerbosity verbosity)