From 70d2a8084b870511bfad1d4f53ff5c5996b3b044 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 --- OwnObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OwnObject.cs b/OwnObject.cs index 6fcb4d9..5eea2aa 100644 --- a/OwnObject.cs +++ b/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,