We don't depend on commons-logging directly. Axiom and the commons http client use it. I don't have a problem adding logging to the server or client code but I don't want it added to the core parser code.
- James Ugo Cei wrote: > I see that we have a dependency on commons-logging in pom.xml but I > couldn't find any logging statement in the code. Since I'm starting to > use the APP server code, I find it useful to have it perform some > logging, especially when things go wrong. > > So my question is: do you have any advice, pet peeve or else related to > logging? I was just thinking of adding: > > private static final Log logger = LogFactory.getLog(MyClass.class); > > where needed, but if you are thinking of something different, let's > discuss it. > > Ugo > >
