edu.udo.cs.wvtool.util
Class StdOutLogger

java.lang.Object
  extended by edu.udo.cs.wvtool.util.WVToolLogger
      extended by edu.udo.cs.wvtool.util.StdOutLogger

public class StdOutLogger
extends WVToolLogger

Logging class that writes all messages to stdout.

Version:
$Id$
Author:
Michael Wurst

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

StdOutLogger

public StdOutLogger()
Method Detail

logMessage

public void logMessage(java.lang.String s,
                       int logLevel)
Description copied from class: WVToolLogger
Log a message, if the current log level is equal or higher than the one of the message.

Specified by:
logMessage in class WVToolLogger
Parameters:
s - the message
logLevel - the loglevel of the message