类 Logs
java.lang.Object
com.weicoder.common.log.Logs
- 直接已知子类:
L
打印日志工具类
- 作者:
- WD
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void使用debug打印日志static void使用debug打印日志static void使用error打印日志static void使用error打印日志static void使用error打印日志static void使用error打印日志static void使用info打印日志static void使用info打印日志static void使用trace打印日志static void使用trace打印日志static void使用warn打印日志static void使用warn打印日志
-
构造器详细资料
-
Logs
public Logs()
-
-
方法详细资料
-
trace
使用trace打印日志- 参数:
msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-
trace
使用trace打印日志- 参数:
t- 异常
-
debug
使用debug打印日志- 参数:
msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-
debug
使用debug打印日志- 参数:
t- 异常
-
info
使用info打印日志- 参数:
msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-
info
使用info打印日志- 参数:
t- 异常
-
warn
使用warn打印日志- 参数:
msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-
warn
使用warn打印日志- 参数:
t- 异常
-
error
使用error打印日志- 参数:
msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-
error
使用error打印日志- 参数:
t- 异常
-
error
使用error打印日志- 参数:
msg- 信息t- 异常
-
error
使用error打印日志- 参数:
t- 异常msg- 信息 可以是字符串xxx{}xxxparams- 字符串格式化参数
-