com.webmethods.caf.common
Class Logger
java.lang.Object
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.
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 |
Logger
public Logger()
warn
public static void warn(String msg)
- Print out the message to the console as an error
- Parameters:
msg
- output text