类 ForestLogger

java.lang.Object
com.dtflys.forest.logging.ForestLogger

public class ForestLogger extends Object
Forest日志控制对象
从以下版本开始:
2020-09-16 10:16
作者:
gongjun[jun.gong@thebeastshop.com]
  • 构造器详细资料

    • ForestLogger

      public ForestLogger()
  • 方法详细资料

    • info

      public void info(String content, Object... args)
      输出INFO级别内容到日志
      参数:
      content - 日志内容
      args - 参数列表
    • error

      public void error(String content, Object... args)
      输出ERROR级别内容到日志
      参数:
      content - 日志内容
      args - 参数列表