From a8ba340ddef566517f197911863b127545685d5d Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 24 Apr 2018 15:57:39 -0300 Subject: Improved logging (#103) --- Ryujinx.Core/Logging/LogLevel.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Ryujinx.Core/Logging/LogLevel.cs (limited to 'Ryujinx.Core/Logging/LogLevel.cs') diff --git a/Ryujinx.Core/Logging/LogLevel.cs b/Ryujinx.Core/Logging/LogLevel.cs new file mode 100644 index 00000000..be5b4ff2 --- /dev/null +++ b/Ryujinx.Core/Logging/LogLevel.cs @@ -0,0 +1,11 @@ +namespace Ryujinx.Core.Logging +{ + public enum LogLevel + { + Debug, + Stub, + Info, + Warning, + Error + } +} -- cgit v1.2.3