1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-10-19 05:31:42 +01:00
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 ava: Generate Locale menu automatically (#4243) 2023-01-11 01:29:22 +01:00
Input Ava GUI: MainWindow Refactor (#4178) 2023-01-08 18:46:25 +01:00
Modules/Updater Ava GUI: MainWindow Refactor (#4178) 2023-01-08 18:46:25 +01:00
UI Ava UI: Move Ava logging to Logger.Debug (#4255) 2023-01-11 23:27:26 +01:00
App.axaml
App.axaml.cs Avalonia - Add source generator for locale items (#3999) 2023-01-03 19:45:08 +01:00
AppHost.cs ava: Cleanup AppHost (#4240) 2023-01-10 18:45:55 +01:00
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