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