LevelListType Complex Type
Defines a list of severity levels that specify the verbosity of an event.
syntax
<xs:complexType name="LevelListType">
<xs:sequence>
<xs:element name="level"
type="LevelType"
minOccurs="0"
maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>
Element | Type | Description |
---|---|---|
level | LevelType | Defines a severity value that determines the verbosity of events during logging. |
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |