Class | Description |
---|---|
DeferredLogHandler |
Defers the publication of JDK
LogRecord instances until a target Handler is registered. |
HandlerUtils |
Utility methods for dealing with
Handler objects. |
LoggingOutputStream |
Wraps an
OutputStream and automatically passes each line to the Logger
when OutputStream.flush() or OutputStream.close() is called. |
MessageDisplayUtils |
Retrieves text files from the classloader and displays them on-screen.
|