org.archive.wayback.resourcestore.indexer
Class HTMLSafeFileHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.FileHandler
              extended by org.archive.wayback.resourcestore.indexer.HTMLSafeFileHandler

public class HTMLSafeFileHandler
extends FileHandler


Constructor Summary
HTMLSafeFileHandler()
           
HTMLSafeFileHandler(String pattern)
           
HTMLSafeFileHandler(String pattern, boolean append)
           
HTMLSafeFileHandler(String pattern, int limit, int count)
           
HTMLSafeFileHandler(String pattern, int limit, int count, boolean append)
           
 
Method Summary
 void publish(LogRecord record)
           
 
Methods inherited from class java.util.logging.FileHandler
close
 
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

HTMLSafeFileHandler

public HTMLSafeFileHandler()
                    throws IOException,
                           SecurityException
Throws:
IOException
SecurityException

HTMLSafeFileHandler

public HTMLSafeFileHandler(String pattern,
                           boolean append)
                    throws IOException,
                           SecurityException
Throws:
IOException
SecurityException

HTMLSafeFileHandler

public HTMLSafeFileHandler(String pattern,
                           int limit,
                           int count,
                           boolean append)
                    throws IOException,
                           SecurityException
Throws:
IOException
SecurityException

HTMLSafeFileHandler

public HTMLSafeFileHandler(String pattern,
                           int limit,
                           int count)
                    throws IOException,
                           SecurityException
Throws:
IOException
SecurityException

HTMLSafeFileHandler

public HTMLSafeFileHandler(String pattern)
                    throws IOException,
                           SecurityException
Throws:
IOException
SecurityException
Method Detail

publish

public void publish(LogRecord record)
Overrides:
publish in class FileHandler


Copyright © 2005-2011 Internet Archive. All Rights Reserved.