org.deduced.utilities
Class FileHandler4

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.FileHandler4

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

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

Author:
Steve McDuff

Constructor Summary
FileHandler4()
          (non-JSDoc)
FileHandler4(java.lang.String pattern)
          (non-JSDoc)
FileHandler4(java.lang.String pattern, boolean append)
          (non-JSDoc)
FileHandler4(java.lang.String pattern, int limit, int count)
          (non-JSDoc)
FileHandler4(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

FileHandler4

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

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

FileHandler4

public FileHandler4(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)

FileHandler4

public FileHandler4(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)

FileHandler4

public FileHandler4(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)

FileHandler4

public FileHandler4(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)