org.activemath.abstractcontent
Class SubconfImpl.Log

java.lang.Object
  extended by org.activemath.abstractcontent.SubconfImpl.Log
Enclosing class:
SubconfImpl

public static class SubconfImpl.Log
extends Object

A simple wrapper for logging facilities... meant mostly to be worked from within the code of the SubconfImpl inner classes.


Field Summary
static int LOG_LEVEL_DEBUG
           
static int LOG_LEVEL_INFO
           
static int LOG_LEVEL_WARN
           
 
Constructor Summary
SubconfImpl.Log()
           
 
Method Summary
static void log(Class origin, int logLevel, String message, Throwable exception)
           
static void logDebug(Class origin, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_LEVEL_DEBUG

public static int LOG_LEVEL_DEBUG

LOG_LEVEL_INFO

public static int LOG_LEVEL_INFO

LOG_LEVEL_WARN

public static int LOG_LEVEL_WARN
Constructor Detail

SubconfImpl.Log

public SubconfImpl.Log()
Method Detail

logDebug

public static void logDebug(Class origin,
                            String message)

log

public static void log(Class origin,
                       int logLevel,
                       String message,
                       Throwable exception)