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

The OWASP Security Logging API is compatible with projects that use Logback.

In order to use OWASP Security Logging with Logback, add the following Maven dependency:

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