commit
97c5a08ca5
|
@ -343,7 +343,7 @@ public class LogbackLoggingSystem extends Slf4JLoggingSystem {
|
||||||
@Order(Ordered.LOWEST_PRECEDENCE)
|
@Order(Ordered.LOWEST_PRECEDENCE)
|
||||||
public static class Factory implements LoggingSystemFactory {
|
public static class Factory implements LoggingSystemFactory {
|
||||||
|
|
||||||
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.core.Appender",
|
private static final boolean PRESENT = ClassUtils.isPresent("ch.qos.logback.classic.LoggerContext",
|
||||||
Factory.class.getClassLoader());
|
Factory.class.getClassLoader());
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue