Base:
method
LogError
NuGet.Common.LoggerBase.LogError(System.String)
Implemented interface member:
method
LogError
NuGet.Common.ILogger.LogError(System.String)
2 references to LogError
NuGet.CommandLine.XPlat (2)
Program.cs (2)
228
log.
LogError
(e.ToString());
232
log.
LogError
(ExceptionUtilities.DisplayMessage(e));