spoofzu / owasp-security-logging

OWASP Security Logging library for Java

Home Page:https://www.owasp.org/index.php/OWASP_Security_Logging_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Coverity Scan Status codecov.io Dependency Status Codacy Badge

License Version

owasp-security-logging

OWASP Security Logging Project - Standard Java API to log security related events. Documentation

As of version 1.1.0 Logback and Log4j support are in separate projects. To use OWASP Security Logging with Logback, add the following Maven dependency to pom.xml:

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-logback</artifactId>
  <version>1.1.0</version>
</dependency>

To use it with Log4j, add:

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-log4j</artifactId>
  <version>1.1.0</version>
</dependency>

(Log4j users please see Usage with Log4j)

Maven imports will automatically include the common classes. If using OWASP Security Logging on your classpath, you need to include security-logging-common-VERSION.jar in addition to the correct jar for either Logback or Log4j.

AppSec EU Rocks !

About

OWASP Security Logging library for Java

https://www.owasp.org/index.php/OWASP_Security_Logging_Project

License:Apache License 2.0


Languages

Language:Java 100.0%