fr.umlv.tatoo.runtime.logger
Class ParserFileHandler
java.lang.Object
java.util.logging.Handler
fr.umlv.tatoo.runtime.logger.ParserFileHandler
public class ParserFileHandler
- extends Handler
- Version:
- $Revision: 1.1 $
$Date: 2005/07/06 13:34:29 $
- Author:
- Julien
| 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 |
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
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