Skip to content

Logger is wrong in VendorDatabaseIdProvider #803

@kazuki43zoo

Description

@kazuki43zoo

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions