GreemDev-Ryujinx/Ryujinx.Ava
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
..
Assets Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Common
Input
Modules/Updater
UI Ava UI: Move Ava logging to Logger.Debug (#4255) 2023-01-11 23:27:26 +01:00
App.axaml
App.axaml.cs
AppHost.cs
Program.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Ryujinx.Ava.csproj Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Ryujinx.ico