|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractLog | A simple abstract implementation of Log that redirects all log
commands to a single abstract method AbstractLog.doLog(String, Throwable). |
| CommonsLog | A simple log that delegates to a named logger managed my Commons Logging's
LogFactory. |
| FileLog | Log implementation that sends all messages to a file. |
| PrefixedLog | Log implementation that prefixes each message before sending it on
to a target log. |
| PrintLog | Log implementation that sends all messages to a PrintWriter. |
| TeeLog | Log implementation that sends all messages to a series of target
logs. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||