Coder Social home page Coder Social logo

jenspiegsa / owasp-security-logging Goto Github PK

View Code? Open in Web Editor NEW

This project forked from augustd/owasp-security-logging

0.0 3.0 0.0 207 KB

OWASP Security Logging library for Java

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

License: Apache License 2.0

Java 100.00%

owasp-security-logging's Introduction

Build Status CII Best Practices 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

View our AppSec Europe 2016 presentaton about this project on SlideShare.

Usage with Maven:

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.2</version>
</dependency>

To use it with Log4j, add:

<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>security-logging-log4j</artifactId>
  <version>1.1.2</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.


owasp-security-logging's People

Contributors

javabeanz avatar augustd avatar spoofzu avatar jenspiegsa avatar adetlefsen-rms avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.