Class InterpreterLoggingUtil

java.lang.Object
tools.refinery.interpreter.util.InterpreterLoggingUtil

public class InterpreterLoggingUtil extends Object
Centralized logger of the Refinery Interpreter runtime.
  • Method Details

    • getDefaultLogger

      public static org.apache.log4j.Logger getDefaultLogger()
    • getLogger

      public static org.apache.log4j.Logger getLogger(Class<?> clazz)
      Provides a class-specific logger that also stores the global logger settings of the Refinery Interpreter runtime
      Parameters:
      clazz -
    • getLogger

      public static org.apache.log4j.Logger getLogger(Class<?> clazz, String name)
      Provides a named logger that also stores the global logger settings of the Refinery Interpreter runtime
      Parameters:
      clazz -
      name - a non-empty name to append to the class names
      Since:
      2.5