Skip to main content

LogArea Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Specifies the area in which a log event occurred.

public class LogArea

Inheritance: object -> LogArea

Fields

NameDescription
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.
FontsThe log event comes from the fonts 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
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.
macOSPlatformThe log event comes from macOS Platform

AndroidPlatform Field

The log event comes from Android Platform.

public string AndroidPlatform

Animations Field

The log event comes from the animations system.

public string Animations

Binding Field

The log event comes from the binding system.

public string Binding

BrowserPlatform Field

The log event comes from Browser Platform

public string BrowserPlatform

Control Field

The log event comes from the control system.

public string Control

Fonts Field

The log event comes from the fonts system.

public string Fonts

FreeDesktopPlatform Field

The log event comes from FreeDesktop Platform

public string FreeDesktopPlatform

IOSPlatform Field

The log event comes from iOS Platform.

public string IOSPlatform

Layout Field

The log event comes from the layout system.

public string Layout

LinuxFramebufferPlatform Field

The log event comes from LinuxFramebuffer Platform

public string LinuxFramebufferPlatform

Platform Field

The log event comes from Win32 Platform.

public string Platform

Property Field

The log event comes from the property system.

public string Property

Visual Field

The log event comes from the visual system.

public string Visual

VncPlatform Field

The log event comes from VNC Platform

public string VncPlatform

Win32Platform Field

The log event comes from Win32 Platform.

public string Win32Platform

X11Platform Field

The log event comes from X11 Platform.

public string X11Platform

macOSPlatform Field

The log event comes from macOS Platform

public string macOSPlatform