fr.umlv.tatoo.runtime.logger
Class ParserFileHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by fr.umlv.tatoo.runtime.logger.ParserFileHandler

public class ParserFileHandler
extends Handler

Version:
$Revision: 1.1 $ $Date: 2005/07/06 13:34:29 $
Author:
Julien

Constructor Summary
ParserFileHandler()
           
ParserFileHandler(File file)
           
ParserFileHandler(String path)
           
 
Method Summary
 void close()
           
 void flush()
           
 File getFile()
           
 ParserFileHandler printPath()
           
 ParserFileHandler printPath(boolean useStdout)
           
 void publish(LogRecord rec)
           
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserFileHandler

public ParserFileHandler(String path)
                  throws IOException
Throws:
IOException

ParserFileHandler

public ParserFileHandler(File file)
                  throws IOException
Throws:
IOException

ParserFileHandler

public ParserFileHandler()
                  throws IOException
Throws:
IOException
Method Detail

getFile

public File getFile()

printPath

public ParserFileHandler printPath()

printPath

public ParserFileHandler printPath(boolean useStdout)

publish

public void publish(LogRecord rec)
Specified by:
publish in class Handler

flush

public void flush()
Specified by:
flush in class Handler

close

public void close()
           throws SecurityException
Specified by:
close in class Handler
Throws:
SecurityException