File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
java/ch/qos/logback/classic/util Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
* @since 1.3.0-beta1
24
24
*/
25
25
// Note that DefaultJoranConfigurator is invoked via reflection
26
-
27
- @ ConfiguratorRank (value = ConfiguratorRank .NOMINAL )
26
+ @ ConfiguratorRank (value = ConfiguratorRank .NOMINAL )
28
27
public class DefaultJoranConfigurator extends ContextAwareBase implements Configurator {
29
28
30
29
final public static String AUTOCONFIG_FILE = "logback.xml" ;
Original file line number Diff line number Diff line change 18
18
requires ch .qos .logback .core ;
19
19
uses ch .qos .logback .core .spi .Configurator ;
20
20
provides org .slf4j .spi .SLF4JServiceProvider with ch .qos .logback .classic .spi .LogbackServiceProvider ;
21
- provides ch .qos .logback .core .spi .Configurator with ch .qos .logback .classic .joran .SerializedModelConfigurator ;
21
+ provides ch .qos .logback .core .spi .Configurator with ch .qos .logback .classic .joran .SerializedModelConfigurator ,
22
+ ch .qos .logback .classic .util .DefaultJoranConfigurator ,
23
+ ch .qos .logback .classic .BasicConfigurator ;
22
24
23
25
exports ch .qos .logback .classic ;
24
26
exports ch .qos .logback .classic .boolex ;
You can’t perform that action at this time.
0 commit comments