A
Handler object takes log messages from Logger and publishes them. It is a clone of the Java Logging API. The javadoc below are from the Sun implementation. All handler setup should be guarded by a call to Logger.isLoggingEnabled() A
Handler can be disabled by doing a
setLevel(Level.OFF) and can be re-enabled by doing a
setLevel with an appropriate level.
@version 1.17, 01/12/04
@since 1.4