jenkinsci / audit-log-plugin

Audit logging plugin for Jenkins based on Apache Log4j Audit
https://plugins.jenkins.io/audit-log/
MIT License
20 stars 22 forks source link

Define API for other plugins create audit events #30

Open jvz opened 5 years ago

jvz commented 5 years ago

Some sort of standardized approach for plugins to define and use their own audit log events while easily integrating with this plugin. Plugins should be able to add an optional dependency on this plugin for runtime so that its audit log messages can be safely ignored without the audit log plugin installed. This would also include whatever configuration is needed for plugins to use the audit event code generator from Log4j Audit.

jvz commented 5 years ago

Removing this from 1.0 as documenting how to use log4j audit with a Jenkins plugin is a bit simpler to define at the moment.