|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageLogger
An interface to communicate log and status messages.
Both methods must be implemented.
| Method Summary | |
|---|---|
void |
send(String message)
Append the supplied text to the log. |
void |
sendLn(String message)
Append the supplied text to the log, followed by a new line. |
| Method Detail |
|---|
void send(String message)
Append the supplied text to the log.
message - the (possibly multi-line) text to append to the logvoid sendLn(String message)
Append the supplied text to the log, followed by a new line.
message - the (possibly multi-line) text to append to the log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||