Logs an audit event associated with this person (and notification, if provided).
@person::report(String logString[, long notificationId])
(Boolean) true if log string is not empty, otherwise false.
The following example sends the string "Testing for report using person object" to the audit event record; note that the $notification.id token is a string variable, which must be converted to long using the toLong variable method:
$notId = $notification.id::toLong()
@person::report("Testing for report using person object", $notId)