3 references to ForwardingLoggerRecord
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
3004ForwardingLoggerRecord[] forwardingLogger = { new ForwardingLoggerRecord(buildCheckLogger, forwardingLoggerDescription) }; 3126return new ForwardingLoggerRecord(new NullLogger(), forwardingLoggerDescription);
MSBuild (1)
XMake.cs (1)
1332remoteLoggerRecords.Add(new ForwardingLoggerRecord(distRecord.CentralLogger, distRecord.ForwardingLoggerDescription));