7 references to Error
NuGet.PackageManagement (7)
ConsoleProjectContext.cs (1)
52case ProjectManagement.MessageLevel.Error:
IDE\PackageRestoreManager.cs (1)
546nuGetProjectContext.Log(MessageLevel.Error, exception.Message);
LoggerAdapter.cs (1)
31ProjectLogger.Log(MessageLevel.Error, data);
MessageLevelExtensions.cs (1)
18case MessageLevel.Error: return LogLevel.Error;
NuGetPackageManager.cs (2)
1126nuGetProjectContext.Log(MessageLevel.Error, Strings.Error_HttpSource_Single, "update", source.Source); 1817nuGetProjectContext.Log(MessageLevel.Error, Strings.Error_HttpSource_Single, "install", source.Source);
Utility\LogUtility.cs (1)
17return MessageLevel.Error;