Usage with Logback
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>