6 references to Information
dotnet-svcutil-lib (6)
DebugLogger.cs (2)
32ToolConsole.WriteLine(message, logToUI ? LogTag.Information : LogTag.LogMessage); 56ToolConsole.WriteLine(message, logToUI ? LogTag.Information : LogTag.LogMessage);
Shared\Utilities\LogTag.cs (1)
63if (tag != Important && tag != Information && tag != Warning && tag != Error && tag != LogMessage && tag != TraceSuccess && tag != TraceFailure && tag != TraceProperty && tag != TraceException)
ToolConsole.cs (3)
103WriteLine(str, LogTag.Information, LogTag.NewLine); 113WriteLineIf(condition, str, LogTag.Information); 207ToolConsole.WriteLine(SR.TelemetryEnabled, LogTag.Information);