类 SHLog

java.lang.Object
com.sh.javax.log.impl.SHLog
所有已实现的接口:
Log

public class SHLog extends Object implements Log
Description: 首亨软件日志类 Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
  • 构造器详细资料

    • SHLog

      public SHLog()
  • 方法详细资料

    • init

      public void init(String fileName)
      初始化
      指定者:
      init 在接口中 Log
      参数:
      fileName - 日志文件名
    • setClass

      public void setClass(Class<?> clazz)
      指定者:
      setClass 在接口中 Log
    • info

      public void info(Object msg)
      指定者:
      info 在接口中 Log
    • info

      public void info(Object... msg)
      指定者:
      info 在接口中 Log
    • info

      public void info(Throwable t)
      指定者:
      info 在接口中 Log
    • info

      public void info(Object message, Throwable t)
      指定者:
      info 在接口中 Log
    • debug

      public void debug(Object msg)
      指定者:
      debug 在接口中 Log
    • debug

      public void debug(Object... msg)
      指定者:
      debug 在接口中 Log
    • debug

      public void debug(Throwable t)
      指定者:
      debug 在接口中 Log
    • debug

      public void debug(Object message, Throwable t)
      指定者:
      debug 在接口中 Log
    • warn

      public void warn(Object msg)
      指定者:
      warn 在接口中 Log
    • warn

      public void warn(Object... msg)
      指定者:
      warn 在接口中 Log
    • warn

      public void warn(Throwable t)
      指定者:
      warn 在接口中 Log
    • warn

      public void warn(Object message, Throwable t)
      指定者:
      warn 在接口中 Log
    • error

      public void error(Object msg)
      指定者:
      error 在接口中 Log
    • error

      public void error(Object... msg)
      指定者:
      error 在接口中 Log
    • error

      public void error(Throwable t)
      指定者:
      error 在接口中 Log
    • error

      public void error(Object message, Throwable t)
      指定者:
      error 在接口中 Log
    • setLogLevel

      public void setLogLevel(int level)
      指定者:
      setLogLevel 在接口中 Log
    • debugEnable

      public boolean debugEnable()
      指定者:
      debugEnable 在接口中 Log
    • errorEnable

      public boolean errorEnable()
      指定者:
      errorEnable 在接口中 Log
    • infoEnable

      public boolean infoEnable()
      指定者:
      infoEnable 在接口中 Log
    • warnEnable

      public boolean warnEnable()
      指定者:
      warnEnable 在接口中 Log