aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authoremmauss <emmausssss@gmail.com>2019-01-31 04:49:15 +0200
committergdkchan <gab.dark.100@gmail.com>2019-01-30 23:49:15 -0300
commitc81abdde4c48c607669580ef769776623b86dcc7 (patch)
tree03a599b9ff513bbf0eeef10402f1b36fd9a70c7a /Ryujinx.Common/Logging/LogClass.cs
parentc1bdf19061ec679aa3c69eda2a41337e3e809014 (diff)
Add file logging and handle unhandled exceptions (#558)
* add unhandled exception handler * added file logging * add option in config * consolidated console and file log
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r--Ryujinx.Common/Logging/LogClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs
index 8739fbc6..f20347b6 100644
--- a/Ryujinx.Common/Logging/LogClass.cs
+++ b/Ryujinx.Common/Logging/LogClass.cs
@@ -5,6 +5,7 @@ namespace Ryujinx.Common.Logging
Audio,
Cpu,
Font,
+ Emulation,
Gpu,
Hid,
Kernel,