org.mybatis.generator.logging
Interface AbstractLogFactory


public interface AbstractLogFactory

Defines the interface for creating Log implementations.

Author:
Jeff Butler

Method Summary
 Log getLog(Class<?> aClass)
           
 

Method Detail

getLog

Log getLog(Class<?> aClass)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.