| 程序包 | 说明 |
|---|---|
| com.gitee.qdbp.tools.instance |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExceptionLogger.CountLogWatcher
记录警告日志并统计失败次数的异常处理类
忽略异常, 记录警告日志并统计失败次数, 发生异常后继续处理 |
| 限定符和类型 | 字段和说明 |
|---|---|
static ExceptionLogger |
ExceptionLogger.DETAILS
记录详细日志的实例
|
static ExceptionLogger |
ExceptionLogger.SIMPLE
记录简单日志的实例
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ExceptionLogger |
ExceptionLogger.newLogWatcher(boolean details)
生成一个只记录警告日志的实例
|
static ExceptionLogger |
ExceptionLogger.newLogWatcher(boolean details,
Class<?> clazz)
生成一个只记录警告日志的实例
|
static ExceptionLogger |
ExceptionLogger.newLogWatcher(boolean details,
String loggerName)
生成一个只记录警告日志的实例
|
Copyright © 2020. All rights reserved.