org.apache.ibatis.logging
Interface Log

All Known Implementing Classes:
JakartaCommonsLoggingImpl, Jdk14LoggingImpl, Log4jImpl, NoLoggingImpl, Slf4jImpl, StdOutImpl

public interface Log


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

Method Detail

isDebugEnabled

boolean isDebugEnabled()

isTraceEnabled

boolean isTraceEnabled()

error

void error(String s,
           Throwable e)

error

void error(String s)

debug

void debug(String s)

trace

void trace(String s)

warn

void warn(String s)


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