You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Naveen Bathula <nb...@intelidata.com> on 2002/03/12 23:54:58 UTC

Custom Defined Levels

I coded a Custom class called XLevel which extends Level that has my own
custom definitions 
How do I set this Level in the Logger's XML Configuration.
For example:
TRACE is custom defined Level
 <priority value ="TRACE" />
dosen't seem to work. It gives me all the debug messages even though TRACE >
DEBUG

Thanks
-Naveen