1 implementation of Loggers
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
509public ICollection<ILogger> Loggers => _loggers;
3 references to Loggers
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
3334if (loggingService.Loggers.Count == 0)
Definition\ProjectCollection.cs (2)
681return _loggingService.Loggers == null 683: new List<ILogger>(_loggingService.Loggers);