1 write to LoggerName
Microsoft.Build.Framework (1)
LoggersRegisteredEventArgs.cs (1)
23LoggerName = loggerName;
5 references to LoggerName
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
326WriteDeduplicatedString(logger.LoggerName);
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
339WriteLinePretty(string.Format(CultureInfo.CurrentCulture, Microsoft.Build.Framework.Resources.SR.LogFileOutputPath, logger.LoggerName, displayPaths));
Logging\TerminalLogger\TerminalLogger.cs (1)
647Terminal.WriteLine(string.Format(CultureInfo.CurrentCulture, Microsoft.Build.Framework.Resources.SR.LogFileOutputPath, logger.LoggerName, displayPaths));
Microsoft.Build.Framework (2)
LoggersRegisteredEventArgs.cs (2)
86l.LoggerName, 102writer.Write(logger.LoggerName);