Uses of Interface
ch.qos.logback.core.spi.ConfigurationEventListener
-
Packages that use ConfigurationEventListener Package Description ch.qos.logback.core Contains the main classes of logback core. -
-
Uses of ConfigurationEventListener in ch.qos.logback.core
Methods in ch.qos.logback.core with parameters of type ConfigurationEventListener Modifier and Type Method Description voidContext. addConfigurationEventListener(ConfigurationEventListener listener)Add aConfigurationEventListenerto this context.voidContextBase. addConfigurationEventListener(ConfigurationEventListener listener)default voidContext. removeConfigurationEventListener(ConfigurationEventListener listener)Remove an existing ConfigurationEventListenervoidContextBase. removeConfigurationEventListener(ConfigurationEventListener listener)
-