public class ReportUtil extends Object
参照:slf4j 输出信息到控制台及默认(业务app中配置的)日志
Created by yangguanchao on 16/9/24.
| 构造器和说明 |
|---|
ReportUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
report(String msg)
已过时。
|
static void |
reportDebug(String msg)
print Debug message
|
static void |
reportError(String msg,
Throwable throwable) |
static void |
reportInfo(String msg)
print Info message
|
static void |
reportWarn(String msg)
print Warn message
|
public static void reportDebug(String msg)
msg - @Deprecated public static void report(String msg)
msg - public static void reportInfo(String msg)
msg - public static void reportWarn(String msg)
msg - Copyright © 2019. All rights reserved.