donaldp 02/05/16 14:11:31
Modified: logger/src/java/org/apache/avalon/excalibur/logger/factory
FileTargetFactory.java
Log:
Javadoc fix.
Submitted By: [EMAIL PROTECTED]
Revision Changes Path
1.3 +5 -1
jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/factory/FileTargetFactory.java
Index: FileTargetFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/factory/FileTargetFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FileTargetFactory.java 10 May 2002 02:51:14 -0000 1.2
+++ FileTargetFactory.java 16 May 2002 21:11:31 -0000 1.3
@@ -83,6 +83,10 @@
* maximum rotation to use on a type="revolving" attribute.
* The optional pattern and suffix attribute are used to form filenames on
* a type="unique" attribute.
+ * <p> The initial rotation
+ * can be set to -1 in which case the system will first create the maximum
+ * number of file rotations by selecting the next available rotation and
thereafter
+ * will overwrite the oldest log file.
* </dd>
* <dt><or></dt>
* <dd>uses the OrRotateStrategy to combine the children</dd>
@@ -106,7 +110,7 @@
* </dl>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/05/10 02:51:14 $
+ * @version CVS $Revision: 1.3 $ $Date: 2002/05/16 21:11:31 $
* @since 4.0
*/
public class FileTargetFactory
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>