com.ibatis.common.logging

Interface Log

public interface Log

Method Summary
voiddebug(String s)
voiderror(String s, Throwable e)
voiderror(String s)
booleanisDebugEnabled()
voidwarn(String s)

Method Detail

debug

public void debug(String s)

error

public void error(String s, Throwable e)

error

public void error(String s)

isDebugEnabled

public boolean isDebugEnabled()

warn

public void warn(String s)
Copyright © 2011. All Rights Reserved.