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