org.deduced.utilities
Class FileHandler3

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.FileHandler
              extended by org.deduced.utilities.FileHandler3

public final class FileHandler3
extends java.util.logging.FileHandler

Extra FileHandler used to allow the creation of multiple java logging file handlers

Author:
Steve McDuff

Constructor Summary
FileHandler3()
          (non-JSDoc)
FileHandler3(java.lang.String pattern)
          (non-JSDoc)
FileHandler3(java.lang.String pattern, boolean append)
          (non-JSDoc)
FileHandler3(java.lang.String pattern, int limit, int count)
          (non-JSDoc)
FileHandler3(java.lang.String pattern, int limit, int count, boolean append)
          (non-JSDoc)
 
Method Summary
 
Methods inherited from class java.util.logging.FileHandler
close, publish
 
Methods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding, setOutputStream
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHandler3

public FileHandler3()
             throws java.io.IOException,
                    java.lang.SecurityException
(non-JSDoc)

Throws:
java.io.IOException
java.lang.SecurityException
See Also:
FileHandler.FileHandler()

FileHandler3

public FileHandler3(java.lang.String pattern)
             throws java.io.IOException,
                    java.lang.SecurityException
(non-JSDoc)

Throws:
java.io.IOException
java.lang.SecurityException
See Also:
FileHandler.FileHandler(String)

FileHandler3

public FileHandler3(java.lang.String pattern,
                    boolean append)
             throws java.io.IOException,
                    java.lang.SecurityException
(non-JSDoc)

Throws:
java.io.IOException
java.lang.SecurityException
See Also:
FileHandler.FileHandler(String, boolean)

FileHandler3

public FileHandler3(java.lang.String pattern,
                    int limit,
                    int count)
             throws java.io.IOException,
                    java.lang.SecurityException
(non-JSDoc)

Throws:
java.io.IOException
java.lang.SecurityException
See Also:
FileHandler.FileHandler(String, int, int)

FileHandler3

public FileHandler3(java.lang.String pattern,
                    int limit,
                    int count,
                    boolean append)
             throws java.io.IOException,
                    java.lang.SecurityException
(non-JSDoc)

Throws:
java.io.IOException
java.lang.SecurityException
See Also:
FileHandler.FileHandler(String, int, int, boolean)