Ryujinx/Ryujinx.Ava/UI/Helpers
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
..
ApplicationOpenedEventArgs.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
AvaloniaGlxContext.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
AvaloniaWglContext.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
BitmapArrayValueConverter.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
ButtonKeyAssigner.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
ContentDialogHelper.cs Ava: Add missing null check to ContentDialogHelper.ShowAsync() (#4248) 2023-01-10 09:22:25 +01:00
EmbeddedWindow.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
Glyph.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
GlyphValueConverter.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
HotKeyControl.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
IGlContextExtension.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
KeyValueConverter.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
LoggerAdapter.cs Ava UI: Move Ava logging to Logger.Debug (#4255) 2023-01-11 23:27:26 +01:00
MetalHelper.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
MiniCommand.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
OffscreenTextBox.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
OpenGLEmbeddedWindow.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
OpenToolkitBindingsContext.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
SPBOpenGLContext.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
UserErrorDialog.cs Avalonia - Add source generator for locale items (#3999) 2023-01-03 19:45:08 +01:00
UserResult.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
VulkanEmbeddedWindow.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
Win32NativeInterop.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00