org.mybatis.generator.logging
Interface AbstractLogFactory


public interface AbstractLogFactory

Defines the interface for creating Log implementations.

Author:
Jeff Butler

Method Summary
 Log getLog(java.lang.Class<?> aClass)
           
 

Method Detail

getLog

Log getLog(java.lang.Class<?> aClass)