|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.util.debug.StandardOutputAppender
public class StandardOutputAppender
Appends log statements to standard output
| Field Summary | |
|---|---|
static java.lang.String |
cvsId
Revision control id |
| Constructor Summary | |
|---|---|
StandardOutputAppender()
Constructor |
|
| Method Summary | |
|---|---|
void |
close()
Close this appender |
void |
log(java.lang.String msg)
Log a message |
void |
log(java.lang.Throwable t)
Log a stack trace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String cvsId
| Constructor Detail |
|---|
public StandardOutputAppender()
| Method Detail |
|---|
public void log(java.lang.String msg)
log in interface Appendermsg - message to logpublic void log(java.lang.Throwable t)
Appender
log in interface Appendert - throwable objectpublic void close()
Appender
close in interface Appender
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||