Skip to main content

LogArea Class

Specifies the area in which a log event occurred.

Definition

Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class LogArea
View Source
InheritanceObject → LogArea

Fields

AndroidPlatformThe log event comes from Android Platform.
AnimationsThe log event comes from the animations system.
BindingThe log event comes from the binding system.
BrowserPlatformThe log event comes from Browser Platform
ControlThe log event comes from the control system.
FreeDesktopPlatformThe log event comes from FreeDesktop Platform
IOSPlatformThe log event comes from iOS Platform.
LayoutThe log event comes from the layout system.
LinuxFramebufferPlatformThe log event comes from LinuxFramebuffer Platform
macOSPlatformThe log event comes from macOS Platform
PlatformThe log event comes from Win32 Platform.
PropertyThe log event comes from the property system.
VisualThe log event comes from the visual system.
VncPlatformThe log event comes from VNC Platform
Win32PlatformThe log event comes from Win32 Platform.
X11PlatformThe log event comes from X11 Platform.

See Also

Reference

Avalonia.Logging Namespace