From 1ee32c981bb4d4aed3c37cea9f899f4885252dd1 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Sun, 16 Apr 2017 00:21:20 +0000 Subject: [PATCH] Development Checkin, should not break --- Utils/OwnObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,