Class EMFCompareLogger


  • public class EMFCompareLogger
    extends Object
    Mimics the Log4J 1 logger interface but sends all logging to the Eclipse log. This allows us to remove Log4J 1 with limited impacts.
    • Constructor Detail

      • EMFCompareLogger

        public EMFCompareLogger​(Class<?> caller)
    • Method Detail

      • isInfoEnabled

        public boolean isInfoEnabled()
      • isDebugEnabled

        public boolean isDebugEnabled()
      • setLevel

        public static void setLevel​(String newLevel)
      • info

        public void info​(String message)
      • debug

        public void debug​(String message)