On Jul 7, 2005, at 11:17 PM, Casey Marshall wrote:

2005-07-07  Casey Marshall  <[EMAIL PROTECTED]>

    * java/util/logging/FileHandler.java
    (written): new field.
    (logFiles): new field.
    (<init>): initialize the OutputStream last.
    (createFileStream): made non-static; append '.%g' to 'pattern'
    if not included; open existing files if 'append' is set; return
    byte-counting stream; use 'has', not 'String.indexOf'.
    (publish): rotate the file if we go beyond the byte limit; flush
    the stream after publishing each record.
    (rotate): new method.
    (has): new method.
    (ostr): new member class.


Committed. I'll follow up with file locks soon.


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to