public class Log4jImpl extends Object implements Log
Log4jImpl(String clazz)
void
debug(String s)
error(String s)
error(String s, Throwable e)
boolean
isDebugEnabled()
isTraceEnabled()
trace(String s)
warn(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Log4jImpl(String clazz)
public boolean isDebugEnabled()
isDebugEnabled
Log
public boolean isTraceEnabled()
isTraceEnabled
public void error(String s, Throwable e)
error
public void error(String s)
public void debug(String s)
debug
public void trace(String s)
trace
public void warn(String s)
warn
Copyright © 2010–2015 MyBatis.org. All rights reserved.