MyBatis version
3.4.1
Database vendor and version
Test case or example project
None
Steps to reproduce
None
Expected result
Should be specified a self class as follow:
private static final Log log = LogFactory.getLog(VendorDatabaseIdProvider.class);
Actual result
But specified an another class(BaseExecutor) as follow:
private static final Log log = LogFactory.getLog(BaseExecutor.class);