File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
src/main/java/org/owasp/esapi/logging/log4j Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 2323import org .owasp .esapi .reference .DefaultSecurityConfiguration ;
2424
2525/**
26- * Implementation of the LoggerFactory interface. This implementation has been
27- * overridden to return instances of org.owasp.esapi.reference.Log4JLogger.
28- *
29- * @author August Detlefsen (augustd at codemagi dot com)
30- * <a href="http://www.codemagi.com">CodeMagi, Inc.</a>
31- * @since October 15, 2010
32- * @see org.owasp.esapi.logging.log4j.Log4JLogFactory
33- * @see org.owasp.esapi.reference.Log4JLogger
26+ * Service Provider Interface implementation that can be provided as the org.apache.log4j.spi.LoggerFactory reference in a Log4J configuration.
27+ * <br>
28+ * <code>
29+ * <loggerFactory class="org.owasp.esapi.logging.log4j.Log4JLoggerFactory"/>
30+ * </code>
3431 */
3532@ Deprecated
3633public class Log4JLoggerFactory implements LoggerFactory {
You can’t perform that action at this time.
0 commit comments