aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogLevel.cs
diff options
context:
space:
mode:
authorAlex Barney <thealexbarney@gmail.com>2019-06-15 20:31:18 -0500
committerAc_K <Acoustik666@gmail.com>2019-06-16 03:31:18 +0200
commit350a3667f755ffa80737995c953b31102f7bc523 (patch)
treeb106b45d8d95b77667ac03186817bf11d61c52a5 /Ryujinx.Common/Logging/LogLevel.cs
parent5c1bc524092b3c5d867ce6204ac9db27b7359d3f (diff)
Implement OutputAccessLogToSdCard and expose an FS access log option (#700)
* Add OutputAccessLogToSdCard * Add config options for the FS access log
Diffstat (limited to 'Ryujinx.Common/Logging/LogLevel.cs')
-rw-r--r--Ryujinx.Common/Logging/LogLevel.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/LogLevel.cs b/Ryujinx.Common/Logging/LogLevel.cs
index ba3fa99f..5f80714f 100644
--- a/Ryujinx.Common/Logging/LogLevel.cs
+++ b/Ryujinx.Common/Logging/LogLevel.cs
@@ -6,6 +6,8 @@ namespace Ryujinx.Common.Logging
Stub,
Info,
Warning,
- Error
+ Error,
+ Guest,
+ AccessLog
}
}