Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.8.10.11. |
Syntax
admWriteAuditLog(category, summary, description);
...
Excerpt |
---|
Creates an entry in the system audit log. |
Parameters
Parameter name | Type | Required | Description | |
---|---|---|---|---|
Category | String | Yes | Category used to filter the audit log entry. Acceptable values: | |
|
| |||
Summary | String | Yes | A brief description of the audit log entry. | |
Description | String | Yes | A more detailed account about the nature of the audit log entry. |
...