aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authorMark Araujo <36304206+Pixxel123@users.noreply.github.com>2021-04-13 20:58:47 +0100
committerGitHub <noreply@github.com>2021-04-13 21:58:47 +0200
commitfaa654dbaf7cd5262c78c0961a5aa72b1ce8ac33 (patch)
treef45a7f291a88a227005010f54df6e7173ca737a9 /Ryujinx.Common/Logging/LogClass.cs
parent90163087a0a0e3a472556c3fe1a363bdc9703596 (diff)
Improves logging to console. (#2146)
* Restore removed text * Adds more items to logs: - Remove #1942 * Further removal of changes from #1942 * Removes hardcoded config state variables for logging - Adds Configuration logging * Decoupled logging from ReactiveObject - Event handler added to Configuration state to handle logging of value changes * Decoupled logging from ReactiveObject - Event handler added to Configuration state to handle logging of value changes
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 a6d9435e..1597805c 100644
--- a/Ryujinx.Common/Logging/LogClass.cs
+++ b/Ryujinx.Common/Logging/LogClass.cs
@@ -5,6 +5,7 @@ namespace Ryujinx.Common.Logging
Application,
Audio,
AudioRenderer,
+ Configuration,
Cpu,
Font,
Emulation,