|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.finalist.jaggenerator.ConsoleLogger
Yet another logger implementation... ;) This logger logs to the JTextArea in the JAG gui.
Constructor Summary | |
ConsoleLogger(javax.swing.JTextArea console)
Creates a ConsoleLogger. |
Method Summary | |
void |
log(java.lang.String message)
Appends a log to the end of the console. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsoleLogger(javax.swing.JTextArea console)
console
- Method Detail |
public void log(java.lang.String message)
message
- the log message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |