BEA WebLogic Server 10.0 Security Schema Reference

http://www.bea.com/ns/weblogic/920/domain
element rotation-type

Model
<rotation-type>annonymous type derived from string</rotation-type>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
Substitution group exclusion (final)
none (extensions and restrictions are allowed)
Usage
Documentation
Criteria for moving old log messages to a separate file.
 <ul>
 <li><code>NONE</code> Messages accumulate in a single file. 
 You must erase the contents of the file when the size is too large.
 Note that WebLogic Server sets a threshold size limit of 500 MB 
 before it forces a hard rotation to prevent excessive log file growth.

 <li><code>SIZE</code> When the log file reaches the size that you specify
 in <code>FileMinSize</code>, the server renames the file as
 <code><i>FileName.n</i></code>.

 <li><code>TIME</code> At each time interval that you specify in
 <code>TimeSpan</code>, the server renames the file as <code><i>FileName.n</i></code>.
 </ul>

 <p>After the server renames a file, subsequent messages accumulate
 in a new file with the name that you specified in
 <code>FileName</code>.</p>
 (Interface=weblogic.management.configuration.LogFileMBean Attribute=getRotationType)
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
preserve
Enumeration Facet
"bySize", "byTime", "none"
BEA WebLogic Server 10.0 Security Schema Reference

Version: 10.0