On Thu, Apr 9, 2009 at 1:11 PM, Martin Alderson < [email protected]> wrote:
> > Martin these are not Log messages but purely System.out.println() method > > calls. > > > > Alex > > Looks like there's both: > > LOG.info( "Ldap service started." ); > System.out.println( "Ldap service started." ); > > I think it could be useful to have ServiceListeners anyway, but for this > case I would have thought the usual logging configuration would be enough > (after the System.out.printlns have been removed). > > Oh yes u are right. I was not even thinking about the log statements which can be filtered via the log4j.configuration. -- Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org
