Hi James. You can find a simple example about what to add to a class for debugging on slf4j on this 10-slide presentation [1].
HTH Oscar [1] http://www.slf4j.org/slf4j-in-10-slides.ppt Disculpa que sea breve. Enviado desde mi móvil El 15/09/2013, a las 12:55, james agada <[email protected]> escribió: > Pls give me a sample. I want to trace the execution of my code with > logging commands. > > Sent from my iPhone > > On Sep 15, 2013, at 10:27 AM, Dan Haywood <[email protected]> > wrote: > >> As Oscar says... just add logging to your entities using the slf4j API. >> >> We still configure slf4j to use log4j underneath ... in the >> logging.properties file alongside isis.properties. >> >> Dan >> >> >> >> >> On 15 September 2013 08:36, GESCONSULTOR <[email protected]> wrote: >> >>> There was a recent commit migrating all log4j dependencies to slf4j, but >>> you can use any library you want. >>> >>> On the Isis documentation page are some tips about JDO logging etc. >>> >>> [1] http://isis.apache.org/documentation.html >>> >>> >>> >>> El 14/09/2013, a las 19:07, james agada <[email protected]> escribió: >>> >>>> 1. How can i include logging in my dom and service code? >>>> 2. I want to use the logging to help with debugging. Is there a better >>> way >>>> to debug? >>>
