a

audit-parent

The eAudit4j library provides a simple and pluggable solution for auditing in Java. This library uses the concept of "audit streams", with a stream being comprised of one or more "audit processors". An application can configure an unlimited number of audit streams, each with a different configuration. When an application wants to audit an event, it will create and populate an "Event" instance, and then submit the event to the audit stream for processing and persitance. Depending on the audit stream configuration and the processors being used in the audit stream configuration, processing my be synchronous or asynchronous, and utilize different security features.
http://mbeiter.github.io/audit4j/docs/${project.version}/
BSD 3-clause Revised License
Michael Beiter
Mike Beiter
Files download
File Operation
audit-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.beiter.michael.eaudit4j</groupId>
  <artifactId>audit-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.beiter.michael.eaudit4j:audit-parent:1.0'
Gradle Kotlin
implementation("org.beiter.michael.eaudit4j:audit-parent:1.0")
Scala SBT
libraryDependencies += "org.beiter.michael.eaudit4j" % "audit-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.beiter.michael.eaudit4j', module='audit-parent', version='1.0')
)
Apache Ivy
<dependency org="org.beiter.michael.eaudit4j" name="audit-parent" rev="1.0" />
Leiningen
[org.beiter.michael.eaudit4j/audit-parent "1.0"]
Apache Buildr
'org.beiter.michael.eaudit4j:audit-parent:jar:1.0'
Dependencies
The project has no third-party dependencies