Class LevelChangePropagator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.jul.LevelChangePropagator
All Implemented Interfaces:
LoggerContextListener, ContextAware, LifeCycle

public class LevelChangePropagator extends ContextAwareBase implements LoggerContextListener, LifeCycle
Propagate level changes made to a logback logger into the equivalent logger in j.u.l.
  • Field Details

    • julLoggerSet

      private Set<Logger> julLoggerSet
    • isStarted

      boolean isStarted
    • resetJUL

      boolean resetJUL
  • Constructor Details

    • LevelChangePropagator

      public LevelChangePropagator()
  • Method Details