Class LogArea
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
Animations
The log event comes from the animations system.
public const string Animations = "Animations"
Field Value
Binding
The log event comes from the binding system.
public const string Binding = "Binding"
Field Value
BrowserPlatform
The log event comes from Browser Platform
public const string BrowserPlatform = "BrowserPlatform"
Field Value
Control
The log event comes from the control system.
public const string Control = "Control"
Field Value
FreeDesktopPlatform
The log event comes from FreeDesktop Platform
public const string FreeDesktopPlatform = "FreeDesktopPlatform"
Field Value
IOSPlatform
The log event comes from iOS Platform.
public const string IOSPlatform = "IOSPlatform"
Field Value
Layout
The log event comes from the layout system.
public const string Layout = "Layout"
Field Value
LinuxFramebufferPlatform
The log event comes from LinuxFramebuffer Platform
public const string LinuxFramebufferPlatform = "LinuxFramebufferPlatform"
Field Value
Platform
The log event comes from Win32 Platform.
public const string Platform = "Platform"
Field Value
Property
The log event comes from the property system.
public const string Property = "Property"
Field Value
Visual
The log event comes from the visual system.
public const string Visual = "Visual"
Field Value
VncPlatform
The log event comes from VNC Platform
public const string VncPlatform = "VncPlatform"
Field Value
Win32Platform
The log event comes from Win32 Platform.
public const string Win32Platform = "Win32Platform"
Field Value
X11Platform
The log event comes from X11 Platform.
public const string X11Platform = "X11Platform"
Field Value
macOSPlatform
The log event comes from macOS Platform
public const string macOSPlatform = "macOSPlatform"