MyBatis completely delegates logging to implementations like SLF4J or log4j.
The drawback is that it's not possible to programmatically change logging
configuration when the application is wrapped into a JEE server or a
bootstrapper like Maven plugin.
For this reason org.apache.ibatis.logging.LogFactory should provide a method
useCustomLogging(Log) in order to provide its own implementation.
Original issue reported on code.google.com by simon.br...@gmail.com on 30 Nov 2012 at 10:35
Original issue reported on code.google.com by
simon.br...@gmail.com
on 30 Nov 2012 at 10:35