Uses of Interface
org.apache.log4j.spi.Configurator
-
Packages that use Configurator Package Description org.apache.log4j The main log4j package.org.apache.log4j.lf5 org.apache.log4j.varia Contains various appenders, filters and other odds and ends.org.apache.log4j.xml XML based components. -
-
Uses of Configurator in org.apache.log4j
Classes in org.apache.log4j that implement Configurator Modifier and Type Class Description class
PropertyConfigurator
Allows the configuration of log4j from an external file. -
Uses of Configurator in org.apache.log4j.lf5
Classes in org.apache.log4j.lf5 that implement Configurator Modifier and Type Class Description class
DefaultLF5Configurator
TheDefaultLF5Configurator
provides a default configuration for theLF5Appender
. -
Uses of Configurator in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement Configurator Modifier and Type Class Description class
ReloadingPropertyConfigurator
-
Uses of Configurator in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement Configurator Modifier and Type Class Description class
DOMConfigurator
Use this class to initialize the log4j environment using a DOM tree.
-