|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.razvan.jzx.AppletLogger
public class AppletLogger
Log messages using the AppletContext.showStatus() method (when JZX is running as an Applet.)
ILogger| Field Summary |
|---|
| Fields inherited from interface org.razvan.jzx.ILogger |
|---|
C_DEBUG, C_ERROR |
| Constructor Summary | |
|---|---|
AppletLogger(java.applet.Applet applet)
Construct the AppletLogger using the AppletContext object from the specified Applet object. |
|
| Method Summary | |
|---|---|
void |
log(int channel,
java.lang.String message)
Display the message in the status bar. |
void |
log(int channel,
java.lang.Throwable t)
Display the exception message in the status bar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppletLogger(java.applet.Applet applet)
| 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 | |||||||||