|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
org.jboss.logging.util.CategoryStream
LoggerStream instead.
public class CategoryStream
A subclass of PrintStream that redirects its output to a log4j Category.
This class is used to map PrintStream/PrintWriter oriented logging onto the log4j Categories. Examples include capturing System.out/System.err
| Field Summary | |
|---|---|
static boolean |
TRACE
Deprecated. Default flag to enable/disable tracing println calls. |
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
CategoryStream(org.apache.log4j.Category category)
Deprecated. Redirect logging to the indicated category using Priority.INFO |
|
CategoryStream(org.apache.log4j.Category category,
org.apache.log4j.Priority priority,
PrintStream ps)
Deprecated. Redirect logging to the indicated category using the given priority. |
|
| Method Summary | |
|---|---|
void |
println(Object msg)
Deprecated. |
void |
println(String msg)
Deprecated. |
void |
write(byte b)
Deprecated. |
void |
write(byte[] b,
int off,
int len)
Deprecated. |
| Methods inherited from class java.io.PrintStream |
|---|
append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, setError, write |
| Methods inherited from class java.io.FilterOutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean TRACE
| Constructor Detail |
|---|
public CategoryStream(org.apache.log4j.Category category)
public CategoryStream(org.apache.log4j.Category category,
org.apache.log4j.Priority priority,
PrintStream ps)
| Method Detail |
|---|
public void println(String msg)
println in class PrintStreampublic void println(Object msg)
println in class PrintStreampublic void write(byte b)
public void write(byte[] b,
int off,
int len)
write in class PrintStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||