Class Summary |
AsynchronousStreamHandler |
This Handler is intended to be used for logging across slow
or instable network connections. |
AsynchronousStreamHandler.SunMessageDispatcher |
This is the dispatcher implementation for the Sun logging
mechanism. |
StandardFormatter |
This class defines how to log entries written by the Sun
logger should look like. |
SunLogLevel |
This is an extention of the Level class that comes with the
Sun package. |
SunWrapper |
This class is a wrapper for a Logger object. |
URLHandler |
Depending on the configured buffer size, this
Handler will open a URLOutputStream
which will be linked into either a simple StreamHandler or an
AsynchronousStreamHandler which is being wrapped by this class. |