2 implementations of WriteErrorAsync
dotnet-svcutil-lib (2)
DebugLogger.cs (1)
68
public Task
WriteErrorAsync
(string errorMessage, bool logToUI)
Shared\Utilities\SafeLogger.cs (1)
42
public Task
WriteErrorAsync
(string errorMessage, bool logToUI)
2 references to WriteErrorAsync
dotnet-svcutil-lib (2)
Shared\Utilities\SafeLogger.cs (1)
46
return this.logger.
WriteErrorAsync
(errorMessage, logToUI);
Tool.cs (1)
410
await options.Logger.
WriteErrorAsync
(exMsg, logToUI: false).ConfigureAwait(false);