|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.util.debug.Level
Simple debug level class. Uses the same interface (but not implementation) as log4j, so that the debug classes could be easily replaced by log4j (by changing imports - too dangerous to rely on class path and using the same package names)
Field Summary | |
static Level |
ALL
All level |
static java.lang.String |
cvsId
Revision control id |
static Level |
DEBUG
Debug level |
static Level |
ERROR
OFF level |
static Level |
FATAL
Fatal level |
static Level |
INFO
Info level |
static Level |
OFF
Off level |
static Level |
WARN
Warn level |
Method Summary | |
static Level |
getLevel(java.lang.String level)
Get level from supplied string |
java.lang.String |
toString()
String representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static java.lang.String cvsId
public static Level OFF
public static Level FATAL
public static Level ERROR
public static Level WARN
public static Level INFO
public static Level DEBUG
public static Level ALL
Method Detail |
public static Level getLevel(java.lang.String level)
level
- level as a string
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |