I'd like to propose that in 1.2.15 we allow the Configurator classes
to recognize support for the juli-log4j bridge.
For example:
log4j.xml:
<log4j:configuration debug="false" threshold="debug"
assimilateJUL="true">
...
log4j.properties:
log4j.assimilateJUL=true
If set, the Configurator classes check if the juli-bridge classes are
available, and invoke the appropriate method on the JuliLog4jBridge
class. If classes are not present, then an ERROR level LogLog can be
output.
Should be easy to do? This would enable component writers to use JUL
logging directly rather than use JCL or other frameworks, and let the
integrator use the bridge.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]