org.deduced.utilities
Class FileHandler1

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

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

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

Author:
Steve McDuff

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

FileHandler1

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

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

FileHandler1

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

FileHandler1

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

FileHandler1

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

FileHandler1

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