diff --git a/Utils/OwnObject.cs b/Utils/OwnObject.cs index 6fcb4d9..5eea2aa 100644 --- a/Utils/OwnObject.cs +++ b/Utils/OwnObject.cs @@ -10,7 +10,7 @@ namespace BlubbFish.Utils private List> loglist = new List>(); public delegate void LogEvent(String location, String message, LogLevel level, DateTime date); - public enum LogLevel : Int32 + public enum LogLevel : int { Debug = 1, Notice = 2,