LoggerWriter
instead.public class CategoryWriter extends PrintWriter
This class is used to have something to give api methods that require a PrintWriter for logging. JBoss-owned classes of this nature generally ignore the PrintWriter and do their own log4j logging.
out
Constructor and Description |
---|
CategoryWriter(org.apache.log4j.Category category)
Deprecated.
Redirect logging to the indicated category using Priority.INFO
|
CategoryWriter(org.apache.log4j.Category category,
org.apache.log4j.Priority priority)
Deprecated.
Redirect logging to the indicated category using the given priority.
|
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write
public CategoryWriter(org.apache.log4j.Category category)
category
- Description of Parameterpublic CategoryWriter(org.apache.log4j.Category category, org.apache.log4j.Priority priority)
category
- Description of Parameterpriority
- Description of ParameterCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.