Hi Dave, Since JDK 1.4, there is an integrated logging mechanism that aims to replace log4j and other alternatives. It is powerful and very flexible so I recommend using it unless you have a solid reason to create a dependency on another tool. http://java.sun.com/j2se/1.5.0/docs/guide/logging/overview.html
Best regards, Jerome > -----Message d'origine----- > De : Dave Pawson [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 1 novembre 2006 11:13 > À : [email protected] > Objet : Re: using log4j > > Hi Jerome. > > On 01/11/06, Jerome Louvel <[EMAIL PROTECTED]> wrote: > > > If you are not used to the new JDK's logging feature, I would first > > recommend to try using it. It is very powerful. > > I've just started a new project, and I'm using log4j. > I'm interested in why you think 'the new JDK' (do you mean 1.6?) > is as good as, or better, than log4j. > > I must admit I have not used sun java logging. > > regards > > > -- > Dave Pawson > XSLT XSL-FO FAQ. > http://www.dpawson.co.uk

