diff options
author | Ac_K <Acoustik666@gmail.com> | 2023-01-11 23:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 23:27:26 +0100 |
commit | 70638340b30d0e9769224df770aa8817b5598793 (patch) | |
tree | e0afd427f4a96dc516493351f1778b50e8339a3d /Ryujinx/Modules/Updater | |
parent | 4b495f3333c26b530710bf5c4d95870afd1f9570 (diff) |
Ava UI: Move Ava logging to Logger.Debug (#4255)1.1.542
* Ava: Move Ava logging to Logger.Debug
Since #4231 we currently redirect Avalonia logs to our Logger, which is pretty nice. But since it uses our Logging level too, it now leads to a massive flood in our Log files.
To avoid that, I've included all `AvaLogLevel` to the log message, and make all Ava Logs using `Logger.Debug`.
* Logs errors to Error and other to Debug
* missing level
* keep var
Diffstat (limited to 'Ryujinx/Modules/Updater')
0 files changed, 0 insertions, 0 deletions