Class SLF4JLogFactory

java.lang.Object
org.apache.commons.logging.LogFactory
org.apache.commons.logging.impl.SLF4JLogFactory

public class SLF4JLogFactory extends LogFactory

Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class.

This factory generates instances of SLF4JLog. It will remember previously created instances for the same name, and will return them on repeated requests to the getInstance() method.

This implementation ignores any configured attributes.

Author:
Rod Waldhoff, Craig R. McClanahan, Richard A. Sitze, Ceki Gülcü