Skip to content
Kevin Shannon edited this page Feb 13, 2019 · 4 revisions

The OWASP Security Logging API is compatible with projects that use Log4j. As of version 1.1.0 Log4j-native versions of Filters and Masks are available.

In order to use OWASP Security Logging with Log4j, add the following Maven dependency (you will need to provide your own Log4J dependency):

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-log4j</artifactId>
  <version>1.1.6</version>
</dependency>
Clone this wiki locally