Concrete subclass of {@link LogFactory} which always delegates to the{@link LoggerFactory org.slf4j.LoggerFactory} class.
This factory generates instances of {@link 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 @author Craig R. McClanahan @author Richard A. Sitze @author Ceki Gülcü
|
|