@ExtendWith(value=LogLevelsCondition.class) @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface LogLevels
Modifier and Type | Optional Element and Description |
---|---|
String[] |
categories
Category names representing Log4j or Logback categories to change.
|
Class<?>[] |
classes
Classes representing Log4j categories to change.
|
String |
level
The Log4j level name to switch the categories to during the test.
|
public abstract Class<?>[] classes
public abstract String[] categories
public abstract String level
Levels.toLevel()
- currently, DEBUG).