Table of Contents

Class LogArea

Namespace
Avalonia.Logging
Assembly
Avalonia.Base.dll

Specifies the area in which a log event occurred.

public static class LogArea
Inheritance
LogArea
Inherited Members

Fields

AndroidPlatform

The log event comes from Android Platform.

public const string AndroidPlatform = "AndroidPlatform"

Field Value

string

Animations

The log event comes from the animations system.

public const string Animations = "Animations"

Field Value

string

Binding

The log event comes from the binding system.

public const string Binding = "Binding"

Field Value

string

BrowserPlatform

The log event comes from Browser Platform

public const string BrowserPlatform = "BrowserPlatform"

Field Value

string

Control

The log event comes from the control system.

public const string Control = "Control"

Field Value

string

FreeDesktopPlatform

The log event comes from FreeDesktop Platform

public const string FreeDesktopPlatform = "FreeDesktopPlatform"

Field Value

string

IOSPlatform

The log event comes from iOS Platform.

public const string IOSPlatform = "IOSPlatform"

Field Value

string

Layout

The log event comes from the layout system.

public const string Layout = "Layout"

Field Value

string

LinuxFramebufferPlatform

The log event comes from LinuxFramebuffer Platform

public const string LinuxFramebufferPlatform = "LinuxFramebufferPlatform"

Field Value

string

Platform

The log event comes from Win32 Platform.

public const string Platform = "Platform"

Field Value

string

Property

The log event comes from the property system.

public const string Property = "Property"

Field Value

string

Visual

The log event comes from the visual system.

public const string Visual = "Visual"

Field Value

string

VncPlatform

The log event comes from VNC Platform

public const string VncPlatform = "VncPlatform"

Field Value

string

Win32Platform

The log event comes from Win32 Platform.

public const string Win32Platform = "Win32Platform"

Field Value

string

X11Platform

The log event comes from X11 Platform.

public const string X11Platform = "X11Platform"

Field Value

string

macOSPlatform

The log event comes from macOS Platform

public const string macOSPlatform = "macOSPlatform"

Field Value

string