类 LogbackImpl
java.lang.Object
com.cdkjframework.datasource.mybatis.LogbackImpl
- 所有已实现的接口:
org.apache.ibatis.logging.Log
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LogbackImpl
构造函数- 参数:
clazz
- 类
-
-
方法详细资料
-
isDebugEnabled
public boolean isDebugEnabled()是否为默认 Debug- 指定者:
isDebugEnabled
在接口中org.apache.ibatis.logging.Log
- 返回:
- 返回结果
-
isTraceEnabled
public boolean isTraceEnabled()不打印结果集,要打印结果集需要把logback日志级别调为trace- 指定者:
isTraceEnabled
在接口中org.apache.ibatis.logging.Log
- 返回:
- 返回结果
-
error
错误日志- 指定者:
error
在接口中org.apache.ibatis.logging.Log
- 参数:
message
- 消息throwable
- 异常信息
-
error
错误日志信息- 指定者:
error
在接口中org.apache.ibatis.logging.Log
- 参数:
message
- 消息
-
debug
调试- 指定者:
debug
在接口中org.apache.ibatis.logging.Log
- 参数:
message
- 消息
-
trace
- 指定者:
trace
在接口中org.apache.ibatis.logging.Log
-
warn
- 指定者:
warn
在接口中org.apache.ibatis.logging.Log
-