org.apache.log.util |
Utilities suppporting the logging framework.
|
Java Source File Name | Type | Comment |
DefaultErrorHandler.java | Class | Handle unrecoverable errors that occur during logging by
writing to standard error. |
LoggerListener.java | Class | The LoggerListener class is used to notify listeners
when a new Logger object is created. |
LoggerOutputStream.java | Class | Redirect an output stream to a logger.
This class is useful to redirect standard output or
standard error to a Logger. |
OutputStreamLogger.java | Class | Redirect an output stream to a logger.
This class is useful to redirect standard output or
standard error to a Logger. |
StackIntrospector.java | Class | A set of utilities to inspect current stack frame. |