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.
  • Constructor Details

    • Logger

      public Logger()
  • Method Details

    • warn

      public static void warn(String msg)
      Print out the message to the console as an error
      Parameters:
      msg - output text