You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Mark Prins edited this page Apr 13, 2019
·
1 revision
Pluggable audit providers are discovered using the Java SPI (Service Provider Interface) functionality.
To create a pluggable audit provider you need to:
implement the nl.b3p.viewer.audit.LoggingService interface:
add a SPI file named nl.b3p.viewer.audit.LoggingService that lists the classname of your implementation in the META-INF/services directory of your jar file.