syslog
Logs system events, errors, and informational messages for auditing and troubleshooting.
Columns
| Name | Type | ReadOnly | References | Description |
| level | String | False |
Specifies the severity level of the log entry, such as informational, warning, or error. | |
| sys_class_name | String | False |
Defines the system class of the log record, identifying its type within the logging framework. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the log record. | |
| source | String | False |
Indicates the source component, application, or process that generated the log entry. | |
| sys_created_by | String | False |
Identifies the user or system process that created the log entry. | |
| sys_created_on | Datetime | False |
Records the date and time when the log entry was created. | |
| message | String | False |
Contains the detailed log message describing the recorded system event or error. |