Class NopAuditEngine
java.lang.Object
com.aquima.interactions.foundation.logging.audit.NopAuditEngine
- All Implemented Interfaces:
IAuditEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
audit
(Supplier<IAuditMessage> auditMessage) Logs a message to the audit logger.
-
Constructor Details
-
Method Details
-
audit
Description copied from interface:IAuditEngine
Logs a message to the audit logger. To log an audit message is to create a trail of events of what a certain user has done inside an application. It is up to the developer to decide in what place to log an audit message.- Specified by:
audit
in interfaceIAuditEngine
- Parameters:
auditMessage
- the message to log
-