Still, I suppose it doesn't harm to have an example in the codebase.

I've just made a small change [1] to the ToDo example (ToDoItem and its
logging.properties file) to show how this can be done.  If you run in
Eclipse, you'll see the debug message in red in the console view (alongside
some other messages).

NB: if you've cloned the github repo, be aware that a takes some time (30
minutes? an hour?) for these commits to be mirrored from the ASF repo

Dan


[1] https://issues.apache.org/jira/browse/ISIS-535



On 15 September 2013 12:35, GESCONSULTOR <[email protected]> wrote:

> 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?
> >>>
>

Reply via email to