diff options
| author | mlgatto <98356234+mlgatto@users.noreply.github.com> | 2022-02-18 01:08:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-17 21:08:07 -0300 |
| commit | 95cc18a7b41ca28f47b1388d1952e341fe568430 (patch) | |
| tree | 86397c11eda2b696466c3b5d9f5edf7e91c6706a /Ryujinx.Common/Logging/LogLevel.cs | |
| parent | c017c77365f877e2b4d2c4d15add6899c5d30fc4 (diff) | |
Added trace log level (#3096)
* added trace log level
* use trace log level instead of debug ( #1547)
* alignment #1547
* moved trace logs toggle at the bottom #1547
* bumped config file version #3096
* added migration step #3096
* setting moved to the dev section #1547
* performance warning displayed when trace is enabled #1547
Diffstat (limited to 'Ryujinx.Common/Logging/LogLevel.cs')
| -rw-r--r-- | Ryujinx.Common/Logging/LogLevel.cs | 3 |
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 } } |
