Class InterpreterLoggingUtil

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

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

    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 Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • getDefaultLogger Link icon

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

      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 Link icon

      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