Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example, all fields just will be pushed of the event to the atlassian-confluence.log, if you will specify debug level for de.actonic.confluence.gdpr.event.UserAnonymizerTestListener a listener class.

In order to do something special, you need to specify your code in the onUserAnonymizationEvent method. Make sure, that the name of the method can be different, but parameters should be exactly the same. It is very important, that you will have java.util.Properties class there.

...