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