Interface AuditLoggingComponent


  • public interface AuditLoggingComponent
    AuditLoggingComponent is an interface that components can implement to indicate that they can make use of an audit log.
    • Method Detail

      • setAuditLog

        void setAuditLog​(AuditLog auditLog)
        Receive an audit log object that can be used to record audit log messages. The caller has initialized it with the correct component description and log destinations.
        Parameters:
        auditLog - audit log object