BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element domain-log-broadcast-severity

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

Documentation
The minimum severity of log messages going to the domain log from this server's log broadcaster.
 Messages with a lower severity than the specified value will not be published to the domain log.

 


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

Model
<domain-log-broadcast-severity>

</domain-log-broadcast-severity>

Source
<xs:element minOccurs="0" name="domain-log-broadcast-severity" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Debug"/>
<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:enumeration value="Off"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation