4 references to SetColorForAction
Microsoft.TestPlatform.CoreUtilities (4)
Output\OutputExtensions.cs (4)
28
SetColorForAction
(ConsoleColor.Red, () => Output(output, OutputLevel.Error, appendPrefix ? Resources.CommandLineError : DefaultFormat, format, args));
40
SetColorForAction
(ConsoleColor.Yellow, () => Output(output, OutputLevel.Warning, appendPrefix ? Resources.CommandLineWarning : DefaultFormat, format, args));
65
SetColorForAction
(foregroundColor, () => Output(output, OutputLevel.Information, appendPrefix ? Resources.CommandLineInformational : DefaultFormat, format, args));
77
SetColorForAction
(foregroundColor, () => output.Write(message, level));