Hi. This patch to commons logging allow you to specify which methods
in the call stack are uninteresting when using the JDK1.4 Logger. In
Tomcat this seems to be all methods named "log" and "internalLog." This
is based on Costin's idea of uninteresting classes, but seems to work
better for meth
> 1. For Log4J at least, the wrapper class is 'given' to the logger
> implementation via a constructor argument.
No, it is passed on each call. Log4j is the easiest, it has all the
support we need.
> 1.a. Log.setLogWrapper/setAttribute isn't enough. Putting aside
> design/style arguments,