LogArea Class
Specifies the area in which a log event occurred.
Definition
Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class LogArea
Public NotInheritable Class LogArea
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LogArea = class end
| Inheritance | Object → LogArea |
Fields
| AndroidPlatform | The log event comes from Android Platform. |
| Animations | The log event comes from the animations system. |
| Binding | The log event comes from the binding system. |
| BrowserPlatform | The log event comes from Browser Platform |
| Control | The log event comes from the control system. |
| FreeDesktopPlatform | The log event comes from FreeDesktop Platform |
| IOSPlatform | The log event comes from iOS Platform. |
| Layout | The log event comes from the layout system. |
| LinuxFramebufferPlatform | The log event comes from LinuxFramebuffer Platform |
| macOSPlatform | The log event comes from macOS Platform |
| Platform | The log event comes from Win32 Platform. |
| Property | The log event comes from the property system. |
| Visual | The log event comes from the visual system. |
| VncPlatform | The log event comes from VNC Platform |
| Win32Platform | The log event comes from Win32 Platform. |
| X11Platform | The log event comes from X11 Platform. |