Package com.webmethods.caf.common
Class Logger
java.lang.Object
com.webmethods.caf.common.Logger
Very basic logger class that simply prints a given message as an error to the output.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
warn
Print out the message to the console as an error- Parameters:
msg
- output text
-