com.webmethods.caf.common
Class Logger

java.lang.Object
  extended by com.webmethods.caf.common.Logger

public class Logger
extends Object

Very basic logger class that simply prints a given message as an error to the output.


Constructor Summary
Logger()
           
 
Method Summary
static void warn(String msg)
          Print out the message to the console as an error
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

warn

public static void warn(String msg)
Print out the message to the console as an error

Parameters:
msg - output text