Skip to content

Commit

Permalink
make first configuration attempt using SerializedModelConfigurator
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jun 21, 2023
1 parent bd11e72 commit 7d975ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logback-classic/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
requires ch.qos.logback.core;
uses ch.qos.logback.core.spi.Configurator;
provides org.slf4j.spi.SLF4JServiceProvider with ch.qos.logback.classic.spi.LogbackServiceProvider;
provides ch.qos.logback.core.spi.Configurator with ch.qos.logback.classic.joran.SerializedModelConfigurator;

exports ch.qos.logback.classic;
exports ch.qos.logback.classic.boolex;
Expand Down

0 comments on commit 7d975ba

Please sign in to comment.