SystemLogEvent properties
$id
The id of the event in the database.
$dateAdded
The timestamp this event was added to the log.
$type
The type of the event, matching the name of the class that generated it.
$subType
The sub-type of the event.
$class
The name of the class that generated this event.
$ip
The IP address that generated this event, if applicable.
$httpHost
The name of the host that generated this event, if applicable.
$requestUri
The request URI that generated this event, if applicable.
$browserString
The browser string of the browser that generated the request that triggered this event, if applicable.
$description
The description of the event, if applicable.
$data
A hash array of the additional data linked to this event.
Last updated