3 references to FormatEventMessage
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
379
WriteMessageAligned(EventArgsFormatting.
FormatEventMessage
(error, showProjectFile, FindLogOutputProperties(error)), true);
496
WriteMessageAligned(" " + EventArgsFormatting.
FormatEventMessage
(buildErrorEventArgs, showProjectFile, FindLogOutputProperties(errorWarningEvent)), false);
1056
WriteMessageAligned(EventArgsFormatting.
FormatEventMessage
(e, showProjectFile, FindLogOutputProperties(e)), true);