org.activemath.abstractcontent
Class SubconfImpl.Log
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SubconfImpl.Log
public SubconfImpl.Log()
logDebug
public static void logDebug(Class origin,
String message)
log
public static void log(Class origin,
int logLevel,
String message,
Throwable exception)