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