Log4j 1.3alpha-5

Package org.apache.log4j.selector

org.apache.log4j.selector This package contains classes useful for working with Log4j in a container environment where many applications need to share Log4j without stepping on each other's logging configuration.

See:
          Description

Class Summary
ContextJNDISelector Log4j JNDI based Repository selector based primarily on Ceki Gülcü's article Supporting the Log4j RepositorySelector in Servlet Containers at: http://qos.ch/logging/sc.html By default, the class static RepositorySelector variable of the LogManager class is set to a trivial RepositorySelector implementation which always returns the same logger repository. a.k.a.
 

Package org.apache.log4j.selector Description

org.apache.log4j.selector

This package contains classes useful for working with Log4j in a container environment where many applications need to share Log4j without stepping on each other's logging configuration. Each of these classes implements the RepositorySelector interface. Only one class may be used per instance of Log4j. The container normally sets the repository selector, but one may assign the selector themselves using the InitContextListener in the org.apache.log4j.serlvet package as well.


Log4j 1.3alpha-5

Copyright 2000-2005 Apache Software Foundation.