Uses of Class
ch.qos.logback.core.spi.ConfigurationEvent.EventType
-
Packages that use ConfigurationEvent.EventType Package Description ch.qos.logback.core.spi Contains core functionalities of logback, such asAppenderAttachableandLifeCycle. -
-
Uses of ConfigurationEvent.EventType in ch.qos.logback.core.spi
Methods in ch.qos.logback.core.spi that return ConfigurationEvent.EventType Modifier and Type Method Description ConfigurationEvent.EventTypeConfigurationEvent. getEventType()static ConfigurationEvent.EventTypeConfigurationEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationEvent.EventType[]ConfigurationEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-