Skip to content

Commit

Permalink
(GH-4) Add more logging types
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Dec 18, 2016
1 parent d344d47 commit cf748a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Core/Logging/MessageLevel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ namespace NuGet
{
public enum MessageLevel
{
Verbose,
Debug,
Info,
Warning,
Debug,
Error
Error,
Fatal
}
}

0 comments on commit cf748a7

Please sign in to comment.