On Dec 1, 2:53 pm, Rich Hickey <[EMAIL PROTECTED]> wrote:
> Could you give some more information on the error you get (when log4j
> is not found), especially a stack trace? And also some more
> information on how your gjdv.logging macros work?
Minimal example to produce the results:
3 libraries:
On Dec 1, 5:36 am, Juergen Gmeiner <[EMAIL PROTECTED]> wrote:
> I am toying around with a logging wrapper for log4j that will fall
> back on java.util.logging when log4j is not present in the classpath.
Just FYI, I think Apache Commons Logging will do that for you.
http://commons.apache.org/loggi
On Dec 1, 5:36 am, Juergen Gmeiner <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am toying around with a logging wrapper for log4j that will fall
> back on java.util.logging when log4j is not present in the classpath.
>
> Currently, I have 2 implementation libararies gjdv.logging.log4j and
> gjdv.lo