|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.SysErrLog
This Logger just sends messages to System.err.
Constructor Summary | |
SysErrLog()
|
Method Summary | |
protected static java.lang.String |
getTimestamp()
Gets a string containing current date and time. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SysErrLog()
Method Detail |
protected static java.lang.String getTimestamp()
public void logMessage(java.lang.String message)
logMessage
in interface Logger
message
- a value of type 'String'public void statusMessage(java.lang.String message)
statusMessage
in interface Logger
message
- the status message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |