Interface Log4jWebLifeCycle

All Superinterfaces:
LifeCycle, Log4jWebSupport
All Known Implementing Classes:
Log4jWebInitializerImpl

interface Log4jWebLifeCycle extends Log4jWebSupport, LifeCycle
Specifies an interface for initializing and deinitializing Log4j in a Java EE web application. The default and only implementation is Log4jWebInitializerImpl. The initializer is based on an interface to improve testability. The methods here are contained in a package-private sub-interface because general application code should not have access to them.