|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogInterface
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.
SAServer,LogMessage| 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 |
|---|
void dbg(java.lang.String str)
dbg - Debug messagevoid err(java.lang.String str)
err - Error messagevoid out(java.lang.String str)
out - Log message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||