| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)
Criteria for moving old log messages to a separate file. - NONE Messages accumulate in a single file. You must erase the contents of the file when the size is too large. - SIZE When the log file reaches the size that you specify in FileMinSize, the server renames the file as FileName.n. - TIME At each time interval that you specify in TimeSpan, the server renames the file as FileName.n. After the server renames a file, subsequent messages accumulate in a new file with the name that you specified in FileName. Default: LogFileMBean.SIZE
<xs:element minOccurs="0" name="rotation-type" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="bySize"/><xs:enumeration value="byTime"/><xs:enumeration value="none"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |