|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerLogModule
Interface of a ServerLog module to which log information will be posted whenever any of the logging methods of the ServerLog class are called.
| Method Summary | |
|---|---|
java.lang.String |
getID()
Gets the ID of this logger |
void |
log(Zone zone,
SIF_LogEntry data)
Post information encapsulated by a SIF SIF_LogEntry object to the server log. |
void |
log(Zone zone,
java.lang.String message)
Post a string message to the server log. |
| Method Detail |
|---|
java.lang.String getID()
void log(Zone zone,
java.lang.String message)
zone - The zone on the server to post the message tomessage - The message text
void log(Zone zone,
SIF_LogEntry data)
SIF_LogEntry object to the server log.
zone - The zone on the server to post the message todata - The SIF_LogEntry object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||