Class LoggerUtil


  • public class LoggerUtil
    extends Object
    Compatibility class used to perform logging. Logging is handled differently in Java vs. TS/JS. A LoggerCompat.ts file exists and implements the TS/JS version of this class.
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • LoggerUtil

        public LoggerUtil()
    • Method Detail

      • info

        public static void info​(String message,
                                Object... args)
      • warn

        public static void warn​(String message,
                                Object... args)
      • debug

        public static void debug​(String message,
                                 Object... args)