Class Logger


  • public class Logger
    extends Object
    • Constructor Detail

      • Logger

        public Logger()
    • Method Detail

      • addException

        public static void addException​(Throwable t)
      • setVersionHelper

        public static void setVersionHelper​(org.pentaho.platform.api.util.IVersionHelper helper)
      • getLogLevelName

        public static String getLogLevelName​(int localLogLevel)
      • getLogLevel

        public static int getLogLevel​(String localLogLevel)
      • getLogLevel

        public static int getLogLevel()
      • setLogLevel

        public static void setLogLevel​(int newLogLevel)
      • trace

        public static void trace​(Object caller,
                                 String message)
      • debug

        public static void debug​(Object caller,
                                 String message)
      • info

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

        public static void warn​(Object caller,
                                String message)
      • error

        public static void error​(Object caller,
                                 String message)
      • fatal

        public static void fatal​(Object caller,
                                 String message)
      • debug

        public static void debug​(String caller,
                                 String message)
      • info

        public static void info​(String caller,
                                String message)
      • warn

        public static void warn​(String caller,
                                String message)
      • error

        public static void error​(String caller,
                                 String message)
      • fatal

        public static void fatal​(String caller,
                                 String message)