Re: How to do logging in iBatis + Spring

2010-03-07 Thread Nathan Maves
Yes use standard logging or a logging framework like log4j. just set the following You can define them at a more granular level if you want. On Sun, Mar 7, 2010 at 8:13 AM, Bhaarat Sharma wrote: > We use iBatis + Spring and make use of stored procedures t

How to do logging in iBatis + Spring

2010-03-07 Thread Bhaarat Sharma
We use iBatis + Spring and make use of stored procedures to fetch information from Oracle DB. To find out what parameters (HashMap) is sent to the stored procedure we have to actually set debug points. We'd like this information to go to a log. Basically print out name of the Stored Proc + all th