Class Logger


  • public class Logger
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean DEBUG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Logger()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void log​(java.lang.String msg)
      TODO change logging to Log4J? Log message to console
      static void logError​(java.lang.String msg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEBUG

        private static boolean DEBUG
    • Constructor Detail

      • Logger

        public Logger()
    • Method Detail

      • log

        public static final void log​(java.lang.String msg)
        TODO change logging to Log4J? Log message to console
        Parameters:
        msg -
      • logError

        public static final void logError​(java.lang.String msg)