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