Summary
Specifies the area in which a log event occurred.
- Namespace
- Avalonia
.Logging - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["LogArea"]
class Type type-node
Syntax
public static class LogArea
Fields
Name | Constant Value | Summary |
---|---|---|
Animations | Animations |
The log event comes from the animations system.
static
|
Binding | Binding |
The log event comes from the binding system.
static
|
Control | Control |
The log event comes from the control system.
static
|
Layout | Layout |
The log event comes from the layout system.
static
|
Property | Property |
The log event comes from the property system.
static
|
Visual | Visual |
The log event comes from the visual system.
static
|
Win32Platform | Win32Platform |
The log event comes from Win32Platform.
static
|