mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move Logging enums back to proper project
This commit is contained in:
@@ -650,26 +650,4 @@ namespace SabreTools.Core
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Logging
|
||||
|
||||
/// <summary>
|
||||
/// Severity of the logging statement
|
||||
/// </summary>
|
||||
public enum LogLevel
|
||||
{
|
||||
[Mapping("verbose")]
|
||||
VERBOSE = 0,
|
||||
|
||||
[Mapping("user")]
|
||||
USER,
|
||||
|
||||
[Mapping("warning")]
|
||||
WARNING,
|
||||
|
||||
[Mapping("error")]
|
||||
ERROR,
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user