Class LoggingWebsudoAuditHandler

java.lang.Object
com.atlassian.jira.auditing.handlers.LoggingWebsudoAuditHandler
All Implemented Interfaces:
WebsudoAuditHandler

public class LoggingWebsudoAuditHandler extends Object implements WebsudoAuditHandler
This is a stub implementation of WebsudoAuditHandler. It is registered in SetupConfiguration which is used before Jira's database is set up. It is a dependency for InternalWebSudoManagerImpl. The Observability Framework is not available back then thus this simple logging implementation is used.