LevelListType Complex Type

Defines a list of severity levels that specify the verbosity of an event.

<xs:complexType name="LevelListType">
    <xs:sequence>
        <xs:element name="level"
            type="LevelType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
level LevelType Defines a severity value that determines the verbosity of events during logging.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]