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