Package Logging
Interface AuditLog
-
- All Known Implementing Classes:
CouponUpdateRequest,CouponUpdateRequestPlain,LoyaltyCardAssignmentPayload,PersonMultiDataUpdateRequest
@Deprecated public interface AuditLog
Deprecated.This interface is deprecated and may be removed in future versions. Consider using a more modern logging or auditing framework.Interface representing an auditable log entry.Implementing classes should provide a JSON representation of the audit log, which can be used for logging, auditing, or persistence purposes.
- Author:
- ckonstantakis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringtoJsonAuditLog()Deprecated.Converts the audit log entry to its JSON representation.
-
-
-
Method Detail
-
toJsonAuditLog
String toJsonAuditLog()
Deprecated.Converts the audit log entry to its JSON representation.- Returns:
- A JSON-formatted string representing the audit log entry.
-
-