ceki 2002/06/13 11:00:06 Modified: src/java/org/apache/log4j Tag: v1_2-branch DailyRollingFileAppender.java Log: javadoc corrections Revision Changes Path No revision No revision 1.20.2.1 +9 -9 jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java Index: DailyRollingFileAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/DailyRollingFileAppender.java,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -u -r1.20 -r1.20.2.1 --- DailyRollingFileAppender.java 9 May 2002 10:25:18 -0000 1.20 +++ DailyRollingFileAppender.java 13 Jun 2002 18:00:06 -0000 1.20.2.1 @@ -52,11 +52,10 @@ <td><code>'.'yyyy-MM</code> <td>Rollover at the beginning of each month</td> - <td>Assuming the first day of the week is Sunday, at Sunday 00:00, - March 25th, 2001, <code>/foo/bar.log</code> will be copied to - <code>/foo/bar.log.2001-03</code>. Logging for the month of April - will be output to <code>/foo/bar.log</code> until it rolls over - at the beginning of May. + <td>At midnight of May 31st, 2002 <code>/foo/bar.log</code> will be + copied to <code>/foo/bar.log.2002-05</code>. Logging for the month + of June will be output to <code>/foo/bar.log</code> until it is + also rolled over the next month. <tr> <td><code>'.'yyyy-ww</code> @@ -64,10 +63,11 @@ <td>Rollover at the first day of each week. The first day of the week depends on the locale.</td> - <td>At midnight, on March 31st, 2001, <code>/foo/bar.log</code> - will be copied to <code>/foo/bar.log.2001-08</code>. Logging for - the 9th week of 2001 will be output to <code>/foo/bar.log</code> - until it is rolled over the next week. + <td>Assuming the first day of the week is Sunday, on Saturday + midnight, June 9th 2000, the file <i>/foo/bar.log</i> will be + copied will be copied to /foo/bar.log.2001-23. Logging for the + 24th week of 2002 will be output to <code>/foo/bar.log</code> until + it is rolled over the next week. <tr> <td><code>'.'yyyy-MM-dd</code>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>