org.apache.tomcat.util.log |
|
Java Source File Name | Type | Comment |
CaptureLog.java | Class | Per Thread System.err and System.out log capture data.
author: Glenn L. |
SystemLogHandler.java | Class | This helper class may be used to do sophisticated redirection of
System.out and System.err on a per Thread basis.
A stack is implemented per Thread so that nested startCapture
and stopCapture can be used.
author: Remy Maucherat author: Glenn L. |