Skip to content

Commit

Permalink
remove Rank and RankValue from Configurator. These types have been re…
Browse files Browse the repository at this point in the history
…placed by c.q.logback.classic.spi.ConfiguratorRank

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 9, 2023
1 parent 48a7676 commit 0f80b01
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ enum ExecutionStatus {
DO_NOT_INVOKE_NEXT_IF_ANY
}

enum RankValue {
FIRST,
REGULAR,
FALLBACK;
}

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Rank {
RankValue value() default RankValue.REGULAR;
}

/**
* The context will also be set before this method is called via
* {@link ContextAware#setContext(ch.qos.logback.core.Context)}.
Expand Down

0 comments on commit 0f80b01

Please sign in to comment.