|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Logger
Interface for objects that display log (permanent historical) and status (transient) messages.
| Method Summary | |
|---|---|
void |
logMessage(java.lang.String message)
Sends the supplied message to the log area. |
void |
statusMessage(java.lang.String message)
Sends the supplied message to the status line. |
| Method Detail |
|---|
void logMessage(java.lang.String message)
message - the log messagevoid statusMessage(java.lang.String message)
message - the status message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||