| 程序包 | 说明 |
|---|---|
| edu.illinois.nondex.common |
| 限定符和类型 | 字段和说明 |
|---|---|
Level |
Configuration.loggingLevel |
| 限定符和类型 | 方法和说明 |
|---|---|
Level |
Logger.getLoggingLevel() |
static Level |
Level.parse(String name) |
static Level |
Level.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Level[] |
Level.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Logger.log(Level lev,
String msg) |
void |
Logger.log(Level lev,
String msg,
Throwable thr) |
void |
Logger.setLoggingLevel(Level level) |
| 构造器和说明 |
|---|
Configuration(Mode mode,
int seed,
Pattern filter,
long start,
long end,
String nondexDir,
String nondexJarDir,
String testName,
String executionId,
Level loggingLevel) |
Configuration(Mode mode,
int seed,
Pattern filter,
long start,
long end,
String nondexDir,
String nondexJarDir,
String testName,
String executionId,
Level loggingLevel,
boolean printStackTrace) |
Copyright © 2023. All rights reserved.