I discovered that in the current release of log4j, there is another log level, called 'trace' which is supposed to be for finer grain output than 'debug' level.
I'd like to move a lot of the crud that we're emitting now to mLogger.debug to mLogger.trace level, so that debug level becomes useful for something. For example I'd like to put the diagnostic output of the flex compiler into debug level, and move all the messages about file resolving and cache filling and library resolving to the 'trace' level. Anyone have any objections? This means moving to a different log4j jar file. What is strange to me is that the current release one on the apache site says it is 1.2.16, but the one we have installed says 1.2.6. Anyone know what the story is ? -- Henry Minsky Software Architect [email protected]
