LogArea Class
Definition
Specifies the area in which a log event occurred.
public class LogArea
Fields
| Name | Description |
|---|---|
| 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. |
| Fonts | The log event comes from the fonts 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 |
| 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. |
| macOSPlatform | The 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