3 references to DefaultFormat
Microsoft.TestPlatform.CoreUtilities (3)
Output\OutputExtensions.cs (3)
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));