Ryujinx/Ryujinx.Ava/UI
Ac_K 70638340b3
Ava UI: Move Ava logging to Logger.Debug (#4255)
* 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
2023-01-11 23:27:26 +01:00
..
Applet Ava GUI: MainWindow Refactor (#4178) 2023-01-08 18:46:25 +01:00
Controls Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Helpers Ava UI: Move Ava logging to Logger.Debug (#4255) 2023-01-11 23:27:26 +01:00
Models Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
ViewModels Ava UI: Fixes PerformanceCheck condition (#4271) 2023-01-11 20:47:15 +00:00
Views Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Windows Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00