Class | Description |
---|---|
CategoryStream | Deprecated
Use
LoggerStream instead. |
CategoryWriter | Deprecated
Use
LoggerWriter instead. |
LoggerPluginWriter |
A subclass of PrintWriter that redirects its output to a LoggerPlugin at
INFO level.
|
LoggerStream |
A subclass of PrintStream that redirects its output to a log4j Logger.
|
LoggerWriter |
A subclass of PrintWriter that redirects its output to a log4j Logger.
|
OnlyOnceErrorHandler |
The
OnlyOnceErrorHandler implements log4j's default
error handling policy which consists of emitting a message for the
first error in an appender and ignoring all following errors. |
Logging utilties and helpers.
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.