You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/16 23:05:45 UTC

cvs commit: jakarta-avalon-logkit/src/java/org/apache/log/output/io FileTarget.java

donaldp     02/05/16 14:05:45

  Modified:    src/java/org/apache/log/output/io FileTarget.java
  Log:
  Update javadocs for target.
  
  Submitted by: <da...@hic.gov.au>
  
  Revision  Changes    Path
  1.12      +4 -0      jakarta-avalon-logkit/src/java/org/apache/log/output/io/FileTarget.java
  
  Index: FileTarget.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/output/io/FileTarget.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- FileTarget.java	27 Mar 2002 22:07:57 -0000	1.11
  +++ FileTarget.java	16 May 2002 21:05:45 -0000	1.12
  @@ -83,6 +83,10 @@
   
           final File file = getFile().getCanonicalFile();
   
  + *   <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.
           final File parent = file.getParentFile();
           if( null != parent && !parent.exists() )
           {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>