|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 Level 的软件包 | |
---|---|
gboat2.base.core.logging |
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)
记录日志 |
|
||||||||||
上一个 下一个 | 框架 无框架 |