|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectpatterntesting.runtime.log.SimpleLog
public final class SimpleLog
Before the switch from commons-logging to SLF4J we used the constants from SimpleLog in some log annotations and log aspects. Because we don't want a dependency to commons-logging (because of problems of bundling it as OSGi- package) we must define it now ourself. This is done here.
The constants are the same as in
SimpleLog so does not matter which
of the SimpleLog constants you use.
SimpleLog| Field Summary | |
|---|---|
static int |
LOG_LEVEL_DEBUG
"Debug" level logging. |
static int |
LOG_LEVEL_ERROR
"Error" level logging. |
static int |
LOG_LEVEL_FATAL
"Fatal" level logging. |
static int |
LOG_LEVEL_INFO
"Info" level logging. |
static int |
LOG_LEVEL_TRACE
"Trace" level logging. |
static int |
LOG_LEVEL_WARN
"Warn" level logging. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LOG_LEVEL_TRACE
public static final int LOG_LEVEL_DEBUG
public static final int LOG_LEVEL_INFO
public static final int LOG_LEVEL_WARN
public static final int LOG_LEVEL_ERROR
public static final int LOG_LEVEL_FATAL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||