roSystemLogEvent
roSystemLogEvents are sent when enabled via roSystemLog . roSystemLogEvent has the following method:
Supported methods
GetInfo() as Object
Returns an AssociativeArray containing information describing the event, which may be one of the following values:
| Key | Type | Description |
|---|---|---|
| LogType | String | Identifies the specific type of event. Valid types are listed at |
If LogType is "http.connect" or "http.error", the event AA contains the base keys and the following additional keys:
| Key | Type | Description |
|---|---|---|
| Url | String | The URL that was requested |
| OrigUrl | String | The original URL. If the original URL was redirected, then Url represents the new redirected URL and OrigURL the original. OrigURL is included so that it's easy to correlate between events and URLs passed to components |
| Method | String | The HTTP method. "GET", "POST", or "HEAD" |
| Status | String | If LogType is "http.connect", this will be "ok". Otherwise, it will be one of the following:
If LogType is "bandwidth.minute", the event AA contains the base keys and the following additional key: |
| TargetIp | String | The IP address of the target server |
| HttpCode | Integer | The IP address of the target server |
Updated 3 months ago
