Class | Description |
---|---|
CategoryStream | Deprecated
Use
LoggerStream instead. |
CategoryWriter | Deprecated
Use
LoggerWriter instead. |
LoggerPluginWriter | Deprecated
This class uses the logger plugin directly rather than relying on the stable API.
|
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.