Actually it's not as different a requirement as it might seem. A goal of apacheds is to be embedable. This could lead to the issue of what apacheds is being embeded into using a different logging framework then apacheds it's self. As Trustin pointed out it shouldn't be hard to make any of these frameworks pass through to another framework though.
marc On 6/28/05, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > > You should also look at JULI, which is the code that new versions of Tomcat > > use, which enhance Java logging. > > As said on the page : > "Tomcat 5.5 uses Commons Logging throughout its internal code allowing > the developer to choose a logging configuration that suits their needs" > > but Tomcat is something very different from ApacheDS. It's an > application server, and developers who works on it will be very pleased > to be able to choose their favorite logger. > > As far as I know, Apache DS is far from being an application server ;-) > > > > cheers, > Emmanuel Lécharny > > > >
