Skip to content

Commit aa453c6

Browse files
Documentation Update
Updating class docs for implementation.
1 parent 0d79d98 commit aa453c6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/main/java/org/owasp/esapi/logging/log4j/Log4JLoggerFactory.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
import 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+
* &ltloggerFactory class="org.owasp.esapi.logging.log4j.Log4JLoggerFactory"/&gt
30+
* </code>
3431
*/
3532
@Deprecated
3633
public class Log4JLoggerFactory implements LoggerFactory {

0 commit comments

Comments
 (0)