public class ReportUtil extends Object
参照:slf4j 输出信息到控制台及默认(业务app中配置的)日志
Created by yangguanchao on 16/9/24.
| Constructor and Description |
|---|
ReportUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
report(String msg)
Deprecated.
|
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 © 2024. All rights reserved.