On Fri, Sep 25, 2009 at 4:50 PM, Lars Heinemann <[email protected]> wrote: > Barrie, > > just instantiate your own logger instance.... > > private static final transient Log LOG = LogFactory.getLog(YourClass.class); > > That will do it for logging.
Ahh silly, I assumed I needed to use the logging infrastructure provided. Thanks
