2 instantiations of ReusableLogger
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
1315
_loggingService.RegisterDistributedLogger(new
ReusableLogger
(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);
1678
_loggingService.RegisterLogger(new
ReusableLogger
(logger));
2 references to ReusableLogger
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1771
while (log is ProjectCollection.
ReusableLogger
reusableLogger)
1817
var innerLogger = (logger is ProjectCollection.
ReusableLogger
reusableLogger) ? reusableLogger.OriginalLogger : logger;