|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.razvan.jzx.ConsoleLogger
public class ConsoleLogger
Log messages to the console (System.out), when JZX is running as a regular Frame.
ILogger| Field Summary |
|---|
| Fields inherited from interface org.razvan.jzx.ILogger |
|---|
C_DEBUG, C_ERROR |
| Constructor Summary | |
|---|---|
ConsoleLogger()
|
|
| Method Summary | |
|---|---|
void |
log(int channel,
java.lang.String message)
Display the message to System.out. |
void |
log(int channel,
java.lang.Throwable t)
Display the exception stack trace to System.out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleLogger()
| Method Detail |
|---|
public void log(int channel,
java.lang.String message)
log in interface ILogger
public void log(int channel,
java.lang.Throwable t)
log in interface ILogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||