|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.ConsoleHandler
edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor.RedwoodHandler
public static class JavaUtilLoggingAdaptor.RedwoodHandler
This is the bridge class which actually adapts java.util.logging calls to Redwood calls.
Constructor Summary | |
---|---|
JavaUtilLoggingAdaptor.RedwoodHandler()
|
Method Summary | |
---|---|
void |
close()
This is a no-op since Redwood doesn't have this. |
void |
flush()
This is a no-op since Redwood doesn't have this. |
void |
publish(java.util.logging.LogRecord record)
Convert a java.util.logging call to its equivalent Redwood logging call. |
Methods inherited from class java.util.logging.StreamHandler |
---|
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 |
---|
public JavaUtilLoggingAdaptor.RedwoodHandler()
Method Detail |
---|
public void close() throws java.lang.SecurityException
close
in class java.util.logging.ConsoleHandler
java.lang.SecurityException
public void flush()
flush
in class java.util.logging.StreamHandler
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.ConsoleHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |