Hi
How can i use java logging API to control logging of ibatis, for example if
i have log4j, i put all the logging information in log4j.xml and from there
i can control what logs i want from ibatis, for example i have added
following lines in log4j.xml
<category name="com.ibatis">
<priority value="error" />
</category>

<category name="java.sql">
<priority value="error" />
</category>

So waht would i do if i am using java.util.Logger for logging


Ashish

Reply via email to