4 references to Prefix
Microsoft.DotNet.Cli.Utils (4)
CommandLoggingContext.cs (4)
14
public static readonly string Verbose =
Prefix
+ "VERBOSE";
15
internal static readonly string Output =
Prefix
+ "OUTPUT";
16
internal static readonly string Error =
Prefix
+ "ERROR";
17
internal static readonly string AnsiPassThru =
Prefix
+ "ANSI_PASS_THRU";