org.jppf.logging.jdk
Class JPPFFileHandler
java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.FileHandler
org.jppf.logging.jdk.JPPFFileHandler
public class JPPFFileHandler
- extends FileHandler
A handler that prints log messages using a JPPFLogFormatter instance.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPPFFileHandler
public JPPFFileHandler()
throws IOException,
SecurityException
- Initialize this Handler.
- Throws:
IOException - if any I/O error occurs.
SecurityException - if an operation is not allowed.
getFormatter
public Formatter getFormatter()
-
- Overrides:
getFormatter in class Handler
Copyright © 2005-2010 JPPF Team.