Re: Commons Logging

2007-05-25 Thread Sean Landis
... Sean Landis, if you're reading this, could you possibly give more details about your JdkLoggingToLog4jBridge solution?? Maybe this information could be appended to the RFE? Oh no, I've been discovered! Our legal has loosened up a bit lately. I've posted JdkLoggingToLog4jBridge.java in

Re: Commons Logging

2007-05-24 Thread Stian Soiland
On 24 May 2007, at 05:05, Adam Taft wrote: I'm sure this has come up before... Is there interest doing logging via the Apache Commons Logging facility? It's such a standard on other projects that it is likely already installed in most deployments of restlet. It's a bit frustrating

Re: Commons Logging

2007-05-24 Thread Adam Taft
Yes, I've read all that. Those links are well known. But please carefully read from the link you provided... Stian Soiland wrote: http://radio.weblogs.com/0122027/2003/08/15.html Commons Logging was my fault If you're building a stand-alone application, don't use commons-logging

Re: Commons Logging

2007-05-24 Thread Piyush Purang
... Stian Soiland wrote: http://radio.weblogs.com/0122027/2003/08/15.html Commons Logging was my fault If you're building a stand-alone application, don't use commons-logging. If you're building an application server, don't use commons-logging. If you're building a moderately large framework, don't

Re: Commons Logging

2007-05-24 Thread Adam Taft
are well known. But please carefully read from the link you provided... Stian Soiland wrote: http://radio.weblogs.com/0122027/2003/08/15.html Commons Logging was my fault If you're building a stand-alone application, don't use commons-logging. If you're building an application server, don't use

Commons Logging

2007-05-23 Thread Adam Taft
I'm sure this has come up before... Is there interest doing logging via the Apache Commons Logging facility? It's such a standard on other projects that it is likely already installed in most deployments of restlet. It's a bit frustrating to have a logging facility configured (like log4j