|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface implemented by applications using the Server to gather stderr, debug and log messages. The application class implementing this interface will use the setLogClass method of Server to redirect all the messages to self.
Method Summary | |
void |
dbg(java.lang.String str)
This is the method for handling debug messages. |
void |
err(java.lang.String str)
Error messages are handled by this method. |
void |
out(java.lang.String str)
Log messages are handled by this method. |
Method Detail |
public void dbg(java.lang.String str)
public void err(java.lang.String str)
public void out(java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |