BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
element severity

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/diagnostics} (restriction)

Documentation
The default notification severity level for all watches. When a
 watch triggers, the severity level is delivered with the
 notification.



The severity levels are the same levels used by the
 logging framework and the {@link weblogic.logging.Severities}
 class. If no level is specified, the default value is
 Notice.

 


 Default: weblogic.logging.Severities.NOTICE_TEXT
Properties
This component is not nillable.

Model
<severity>

</severity>

Source
<xs:element minOccurs="0" name="severity" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Info"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="Error"/>
<xs:enumeration value="Notice"/>
<xs:enumeration value="Critical"/>
<xs:enumeration value="Alert"/>
<xs:enumeration value="Emergency"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation