Uses of Class
org.apache.logging.log4j.core.LifeCycle.State
-
Packages that use LifeCycle.State Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of LifeCycle.State in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return LifeCycle.State Modifier and Type Method Description LifeCycle.StateAbstractLifeCycle. getState()LifeCycle.StateLifeCycle. getState()Gets the life-cycle state.static LifeCycle.StateLifeCycle.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifeCycle.State[]LifeCycle.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core with parameters of type LifeCycle.State Modifier and Type Method Description protected voidAbstractLifeCycle. setState(LifeCycle.State newState) -
Uses of LifeCycle.State in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return LifeCycle.State Modifier and Type Method Description LifeCycle.StateDefaultShutdownCallbackRegistry. getState()
-