Includes event log advice for service api calls. Advice is an
aspect oriented programming (AOP) term, that represents code to
be executed at certain points during the execution of other code.
In this case, the event log advice executes before service api calls
and adds event log entries using the information from the current
security context and the api method called.
Related Documentation