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) |
static void |
reportError(String msg,
Throwable throwable) |
static void |
reportInfo(String msg)
print Info message
|
static void |
reportWarn(String msg)
print Warn message
|
static void |
reportWarn(String msg,
Throwable e) |
public static void reportDebug(String msg)
msg - message@Deprecated public static void report(String msg)
msg - messagepublic static void reportInfo(String msg)
msg - messagepublic static void reportWarn(String msg)
msg - messagepublic static void reportError(String msg)
Copyright © 2021. All rights reserved.