public interface AuditStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidstore(AuditEntry entry, String format) Stores the audit entry in preferred way
-
Method Details
-
store
Stores the audit entry in preferred way- Parameters:
entry- entry to be storedformat- requested format for storing the entry
-