Package io.bdeploy.common.audit
Class Slf4jAuditor
java.lang.Object
io.bdeploy.common.audit.Slf4jAuditor
- All Implemented Interfaces:
Auditor,AutoCloseable
A auditor implementation that is using a logger to write the audit records.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaudit(AuditRecord rec) Stores the given audit record.voidclose()
-
Constructor Details
-
Slf4jAuditor
public Slf4jAuditor()
-
-
Method Details