BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element domain-log-broadcaster-buffer-size

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

Documentation
Broadcasts log messages to the domain log in batch mode.   


The size of the buffer for log messages that are sent to the domain log.
 The buffer is maintained on the Managed Server and gets broadcasted to the domain log
 when it gets full.

 


 Legal Min: 1


 Legal Max: 100


 Default: 1
Properties
This component is not nillable.

Model
<domain-log-broadcaster-buffer-size>

</domain-log-broadcaster-buffer-size>

Source
<xs:element minOccurs="0" name="domain-log-broadcaster-buffer-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation