Class InterpreterLoggingUtil

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

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

    Modifier and Type
    Method
    Description
    static org.apache.log4j.Logger
     
    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
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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