/[classpath]/classpath/java/util/logging/FileHandler.java
ViewVC logotype

Diff of /classpath/java/util/logging/FileHandler.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mkoch, Wed Oct 20 07:54:15 2004 UTC revision 1.6 by mkoch, Wed Feb 16 12:36:21 2005 UTC
# Line 1  Line 1 
1  /* FileHandler.java -- a class for publishing log messages to log files  /* FileHandler.java -- a class for publishing log messages to log files
2     Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 403  public class FileHandler Line 403  public class FileHandler
403     * the system property <code>"user.home"</code>, <code>"%g"</code>     * the system property <code>"user.home"</code>, <code>"%g"</code>
404     * by the value of <code>generation</code>, <code>"%u"</code> by the     * by the value of <code>generation</code>, <code>"%u"</code> by the
405     * value of <code>uniqueNumber</code>, and <code>"%%"</code> by a     * value of <code>uniqueNumber</code>, and <code>"%%"</code> by a
406     * single percent character.  If <code>pattern<code> does     * single percent character.  If <code>pattern</code> does
407     * <em>not</em> contain the sequence <code>"%g"</code>,     * <em>not</em> contain the sequence <code>"%g"</code>,
408     * the value of <code>generation</code> will be appended to     * the value of <code>generation</code> will be appended to
409     * the result.     * the result.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26