|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.wvtool.util.WVToolLogger
edu.udo.cs.wvtool.util.StdOutLogger
public class StdOutLogger
Logging class that writes all messages to stdout.
Field Summary |
---|
Fields inherited from class edu.udo.cs.wvtool.util.WVToolLogger |
---|
EXCEPTION, STATUS, WARNING |
Constructor Summary | |
---|---|
StdOutLogger()
|
Method Summary | |
---|---|
void |
logMessage(java.lang.String s,
int logLevel)
Log a message, if the current log level is equal or higher than the one of the message. |
Methods inherited from class edu.udo.cs.wvtool.util.WVToolLogger |
---|
getGlobalLogger, getLogLevel, logException, setGlobalLogger, setLogLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StdOutLogger()
Method Detail |
---|
public void logMessage(java.lang.String s, int logLevel)
WVToolLogger
logMessage
in class WVToolLogger
s
- the messagelogLevel
- the loglevel of the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |