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