* 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 |
||
|---|---|---|
| .. | ||
| ApplicationOpenedEventArgs.cs | ||
| AvaloniaGlxContext.cs | ||
| AvaloniaWglContext.cs | ||
| BitmapArrayValueConverter.cs | ||
| ButtonKeyAssigner.cs | ||
| ContentDialogHelper.cs | ||
| EmbeddedWindow.cs | ||
| Glyph.cs | ||
| GlyphValueConverter.cs | ||
| HotKeyControl.cs | ||
| IGlContextExtension.cs | ||
| KeyValueConverter.cs | ||
| LoggerAdapter.cs | ||
| MetalHelper.cs | ||
| MiniCommand.cs | ||
| OffscreenTextBox.cs | ||
| OpenGLEmbeddedWindow.cs | ||
| OpenToolkitBindingsContext.cs | ||
| SPBOpenGLContext.cs | ||
| UserErrorDialog.cs | ||
| UserResult.cs | ||
| VulkanEmbeddedWindow.cs | ||
| Win32NativeInterop.cs | ||