>From the documentation : Loggers may be assigned levels. The set of possible levels, that is DEBUG, INFO, WARN, ERROR and FATAL are defined in the org.apache.log4j.Level class. Although we do not encourage you from doing so, you may define your own levels by sub-classing the Level class. A perhaps better approach is will be explained later on.
I did not find in the documentation a direct way to add my own levels. I'm interested in adding more Debug levels (1-5), with different level of verbosity, from less to the most verbose. Thanks. Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>