⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nologgingimpl.java

📁 本套系统采用了业界当前最为流行的beanAction组件
💻 JAVA
字号:
package com.ibatis.common.logging.nologging;

import com.ibatis.common.logging.Log;

public class NoLoggingImpl implements Log {

  public NoLoggingImpl(Class clazz) {
  }

  public boolean isDebugEnabled() {
    return false;
  }

  public void error(String s, Throwable e) {
  }

  public void error(String s) {
  }

  public void debug(String s) {
  }

  public void warn(String s) {
  }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -