aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Logging/LogLevel.cs')
-rw-r--r--Ryujinx.Common/Logging/LogLevel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/LogLevel.cs b/Ryujinx.Common/Logging/LogLevel.cs
index b1c2d23b..8857fb45 100644
--- a/Ryujinx.Common/Logging/LogLevel.cs
+++ b/Ryujinx.Common/Logging/LogLevel.cs
@@ -9,6 +9,7 @@ namespace Ryujinx.Common.Logging
Error,
Guest,
AccessLog,
- Notice
+ Notice,
+ Trace
}
}