Pros and cons for adding a Trace level

Numerous users have asked for the addition of a trace level. This page debates the pros and cons of such a change.


CON

{{{ Logger logger = Logger.getLogger("some.logger.name");


PRO

TRACE is a very natural level to use to ouput chatty information during development. It "traces" the program while DEBUG rather gives more of some "overview"-type debugging information.

There is a user-based need for it:

Lack of development levels:

With respect to domains:

Log4JProjectPages/TraceDebate (last edited 2009-09-20 23:32:38 by localhost)