1 write to LoggerId
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1147
forwardingLogger.
LoggerId
= sinkId;
4 references to LoggerId
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1071
_centralForwardingLoggerSinkId = centralForwardingLoggerDescription.
LoggerId
;
1224
forwardingLogger.BuildEventRedirector = new EventRedirectorToSink(description.
LoggerId
, forwardingLoggerSink);
Microsoft.Build.Engine.UnitTests (2)
LoggerDescription_Tests.cs (2)
40
Assert.Equal(description.
LoggerId
, description2.
LoggerId
); // "Expected Verbosity to Match"