NetKernel APIs


com.ten60.netkernel.util
Class LogFileHandler

java.lang.Object
  extended byjava.util.logging.Handler
      extended byjava.util.logging.StreamHandler
          extended byjava.util.logging.FileHandler
              extended bycom.ten60.netkernel.util.LogFileHandler

public class LogFileHandler
extends FileHandler

Wrapper over java.util.logging.FileHandler to use netkernel.basepath as the %b


Constructor Summary
LogFileHandler(String aPattern, int aLimit, int aCount)
           
 
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

LogFileHandler

public LogFileHandler(String aPattern,
                      int aLimit,
                      int aCount)
               throws IOException

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.