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:

KeyTypeDescription
LogTypeStringIdentifies 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:

KeyTypeDescription
UrlStringThe URL that was requested
OrigUrlStringThe 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
MethodStringThe HTTP method. "GET", "POST", or "HEAD"
StatusStringIf LogType is "http.connect", this will be "ok". Otherwise, it will be one of the following:

  • unknownerror
  • dnsfailure
  • dnstimeout
  • noroutetohost
  • connectiontimeout
  • connectionrefused
  • untrustedcert
  • expiredcert
  • nocipher
  • handshakefailed
  • generalsocketerror
  • httperror

If LogType is "bandwidth.minute", the event AA contains the base keys and the following additional key:

TargetIpStringThe IP address of the target server
HttpCodeIntegerThe IP address of the target server