Creates an audit logging condition.
This condition logs an audit event after a method successfully executes.
Sensitive information is sanitized before logging.
Parameters
action: string
A string describing the action being audited (e.g., "USER_LOGIN", "DATA_UPDATE").
Creates an audit logging condition. This condition logs an audit event after a method successfully executes. Sensitive information is sanitized before logging.