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)
228log.LogError(e.ToString()); 232log.LogError(ExceptionUtilities.DisplayMessage(e));