Add log level input

This commit is contained in:
Matt Nadareski
2021-02-03 10:09:40 -08:00
parent 6f2252f804
commit 6139f7672d
15 changed files with 114 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
namespace SabreTools.Logging
{
/// <summary>
/// Severity of the logging statement
/// </summary>
public enum LogLevel
{
VERBOSE = 0,
USER,
WARNING,
ERROR,
}
}