Package com.enterprisedt.util.debug
Class Level
java.lang.Object
com.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)
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields -
Method Summary
-
Field Details
-
cvsId
Revision control id- See Also:
-
OFF
Off level -
FATAL
Fatal level -
ERROR
OFF level -
WARN
Warn level -
INFO
Info level -
DEBUG
Debug level -
ALL
All level
-
-
Method Details