DOC

org.beiter.michael.eaudit4j : audit-parent

Maven & Gradle

Jul 21, 2016

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.

Table Of Contents

Latest Version

Download org.beiter.michael.eaudit4j : audit-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download org.beiter.michael.eaudit4j : audit-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file audit-parent-1.1-javadoc.jar to audit-parent-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder audit-parent-1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "audit-parent-1.1-sources.jar" -d "audit-parent-1.1-javadoc" -subpackages