Example usage for org.apache.ibatis.logging Log interface-usage

List of usage examples for org.apache.ibatis.logging Log interface-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.logging Log interface-usage.

Usage

From source file org.yx.sumk.batis.MybatisLog.java

public class MybatisLog implements org.apache.ibatis.logging.Log {

    private Logger log;

    public MybatisLog(String clazz) {
        log = Log.get(clazz);