Mirror of Apache Logging Services

Clone this repo:
  1. d634883 Update `org.apache.logging:logging-parent` to version `11.0.0` (#45) by ASF Logging Services RM · 5 days ago master
  2. 1d53fc5 Update `org.springframework:spring-framework-bom` to version `5.3.34` (#44) by ASF Logging Services RM · 13 days ago
  3. bb2a095 Update `org.springframework:spring-framework-bom` to version `5.3.33` (#43) by ASF Logging Services RM · 6 weeks ago
  4. 2c03605 Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1` (#41) by ASF Logging Services RM · 6 weeks ago
  5. 6575cb2 Update `com.fasterxml.jackson:jackson-bom` to version `2.16.2` (#40) by ASF Logging Services RM · 6 weeks ago

Apache Log4j Audit Sample

This is a sample project that illustrates how to create cusom Audit Event classes and a custom Audit Service using Log4j-Audit.

Packages

Audit Service API

The Audit Service API project contains the catalog that will be managed by the Log4j Catalog Web Application. That web application simply needs to be configured with the url of this project and the path to the JSON catalog within the project. Whenever a Maven build is run the catalog will be read and a new set of Java Interfaces will be generated. The interfaces can be used by Java applications to perform audit logging.

Audit Service

The Audit Service is a web application that allows applications (especially those not written in Java) to perform audit logging while still having ensuring that the audit events conform to the definitions in the catalog.

License

Apache Log4j Audit is distributed under the Apache License, version 2.0.