mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Invert coupling from Core to Logging
This commit is contained in:
@@ -1,22 +1,13 @@
|
||||
using SabreTools.Core;
|
||||
|
||||
namespace SabreTools.Logging
|
||||
namespace SabreTools.Logging
|
||||
{
|
||||
/// <summary>
|
||||
/// Severity of the logging statement
|
||||
/// </summary>
|
||||
public enum LogLevel
|
||||
{
|
||||
[Mapping("verbose")]
|
||||
VERBOSE = 0,
|
||||
|
||||
[Mapping("user")]
|
||||
USER,
|
||||
|
||||
[Mapping("warning")]
|
||||
WARNING,
|
||||
|
||||
[Mapping("error")]
|
||||
ERROR,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user