public final class JaxoFileHandler
extends java.util.logging.FileHandler
| Constructor and Description |
|---|
JaxoFileHandler(java.lang.String logDir)
Constructor.
|
JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern)
Constructor.
|
JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern,
int limit)
Constructor.
|
JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern,
int limit,
int logFiles)
Constructor.
|
flush, isLoggable, setEncoding, setOutputStreampublic JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern,
int limit,
int logFiles)
throws java.io.IOException
logDir - The directory where log files will be stored.
This directory has to exist!pattern - the pattern for naming the output file.limit - limit the maximum number of bytes to write to any one file.logFiles - the number of files to use.java.io.IOException - if there are IO problems opening the files.public JaxoFileHandler(java.lang.String logDir)
throws java.io.IOException
logDir - The directory where log files will be stored.
This directory has to exist!java.io.IOException - if there are IO problems opening the files.public JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern)
throws java.io.IOException
logDir - The directory where log files will be stored.
This directory has to exist!pattern - the pattern for naming the output file.java.io.IOException - if there are IO problems opening the files.public JaxoFileHandler(java.lang.String logDir,
java.lang.String pattern,
int limit)
throws java.io.IOException
logDir - The directory where log files will be stored.
This directory has to exist!pattern - the pattern for naming the output file.limit - the maximum number of bytes to write to any one file.java.io.IOException - if there are IO problems opening the files.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.