We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fe1a9 commit 7d942c8Copy full SHA for 7d942c8
logback-classic/src/main/java/ch/qos/logback/classic/spi/Configurator.java
@@ -38,18 +38,6 @@ enum ExecutionStatus {
38
DO_NOT_INVOKE_NEXT_IF_ANY
39
}
40
41
- enum RankValue {
42
- FIRST,
43
- REGULAR,
44
- FALLBACK;
45
- }
46
-
47
- @Retention(RetentionPolicy.RUNTIME)
48
- @Target(ElementType.TYPE)
49
- public @interface Rank {
50
- RankValue value() default RankValue.REGULAR;
51
52
53
/**
54
* The context will also be set before this method is called via
55
* {@link ContextAware#setContext(ch.qos.logback.core.Context)}.
0 commit comments