ryujinx/Ryujinx.Ava
Ac_K 70638340b3
Ava UI: Move Ava logging to Logger.Debug ()
* Ava: Move Ava logging to Logger.Debug

Since  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 () 2023-01-11 06:20:19 +01:00
Common ava: Generate Locale menu automatically () 2023-01-11 01:29:22 +01:00
Input Ava GUI: MainWindow Refactor () 2023-01-08 18:46:25 +01:00
Modules/Updater Ava GUI: MainWindow Refactor () 2023-01-08 18:46:25 +01:00
UI Ava UI: Move Ava logging to Logger.Debug () 2023-01-11 23:27:26 +01:00
App.axaml Ava GUI: Restructure Ryujinx.Ava () 2022-12-29 15:24:05 +01:00
App.axaml.cs Avalonia - Add source generator for locale items () 2023-01-03 19:45:08 +01:00
AppHost.cs ava: Cleanup AppHost () 2023-01-10 18:45:55 +01:00
Program.cs Ava GUI: User Profile Manager + Other Fixes () 2023-01-11 06:20:19 +01:00
Ryujinx.Ava.csproj Ava GUI: User Profile Manager + Other Fixes () 2023-01-11 06:20:19 +01:00
Ryujinx.ico Avalonia UI - Part 1 () 2022-05-15 13:30:15 +02:00