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