|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 Level 的软件包 | |
---|---|
gboat2.base.core.logging | |
gboat2.base.logging.service.impl | |
gboat2.base.logging.util |
gboat2.base.core.logging 中 Level 的使用 |
---|
返回 Level 的 gboat2.base.core.logging 中的方法 | |
---|---|
static Level |
Level.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static Level[] |
Level.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
参数类型为 Level 的 gboat2.base.core.logging 中的方法 | |
---|---|
void |
IBusinessLogService.log(Level level,
String operationType,
String operation)
记录日志 |
void |
IBusinessLogService.log(Level level,
String operationType,
String operation,
String operationObject)
记录日志 |
void |
IBusinessLogService.log(Level level,
String operationType,
String operation,
String operationObject,
String memo)
记录日志 |
gboat2.base.logging.service.impl 中 Level 的使用 |
---|
参数类型为 Level 的 gboat2.base.logging.service.impl 中的方法 | |
---|---|
void |
BusinessLogServiceImpl.log(Level level,
String operationType,
String operation)
|
void |
BusinessLogServiceImpl.log(Level level,
String operationType,
String operation,
String operationObject)
|
void |
BusinessLogServiceImpl.log(Level level,
String operationType,
String operation,
String operationObject,
String memo)
|
gboat2.base.logging.util 中 Level 的使用 |
---|
声明为 Level 的 gboat2.base.logging.util 中的字段 | |
---|---|
static Level |
Priority.DEFAULT_LEVEL
默认的日志级别 |
protected Level |
Priority.level
|
参数类型为 Level 的 gboat2.base.logging.util 中的方法 | |
---|---|
boolean |
Priority.isEnabled(Level level)
|
static void |
Priority.setDefaultLevel(Level defaultLevel)
设置默认的日志级别 |
|
||||||||||
上一个 下一个 | 框架 无框架 |