org.mybatis.generator.logging
Interface Log

All Known Implementing Classes:
JdkLoggingImpl, Log4jImpl

public interface Log

Author:
Clinton Begin

Method Summary
 void debug(String s)
           
 void error(String s)
           
 void error(String s, Throwable e)
           
 boolean isDebugEnabled()
           
 void warn(String s)
           
 

Method Detail

isDebugEnabled

boolean isDebugEnabled()

error

void error(String s,
           Throwable e)

error

void error(String s)

debug

void debug(String s)

warn

void warn(String s)


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