类 ForestLogger
java.lang.Object
com.dtflys.forest.logging.ForestLogger
Forest日志控制对象
- 从以下版本开始:
- 2020-09-16 10:16
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ForestLogger
public ForestLogger()
-
-
方法详细资料
-
info
输出INFO级别内容到日志- 参数:
content- 日志内容args- 参数列表
-
error
输出ERROR级别内容到日志- 参数:
content- 日志内容args- 参数列表
-