tyrex.util.logging
public final class LoggerPrintWriter extends PrintWriter
Version: $Revision: 1.1 $ $Date: 2004/05/06 06:04:41 $
Constructor Summary | |
---|---|
LoggerPrintWriter(Category category, Priority priority)
Constructs a new print writer using the underlying Log4J category.
| |
LoggerPrintWriter(Category category, Priority priority, boolean lineNumbers)
Constructs a new print writer using the underlying Log4J category.
|
Method Summary | |
---|---|
void | print(boolean value) |
void | print(char value) |
void | print(int value) |
void | print(long value) |
void | print(float value) |
void | print(double value) |
void | print(char[] value) |
void | print(String value) |
void | print(Object value) |
void | println() |
void | println(boolean value) |
void | println(char value) |
void | println(int value) |
void | println(long value) |
void | println(float value) |
void | println(double value) |
void | println(char[] value) |
void | println(String value) |
void | println(Object value) |
Parameters: category A Log4J category to use for logging priority A Log4J priority, or null for the default
Parameters: category A Log4J category to use for logging priority A Log4J priority, or null for the default lineNumbers True if line numbers should be printed