XML_EVENT

NOTE: The features contained in this namespace require an EA (Early Access) license to be accessed. These commands will not function if your system does not have this license installed. For more information about obtaining the necessary license to access these features, please contact your sales representative. For more information, read about the LicenseDetails

Description

A generic “catch-all” event that is triggered for all XML events. Within this code, one can use the XML::event command to determine which specific event triggered this event to be called.
Note: All XML commands are unavailable beginning in v10.

Examples

when XML_EVENT {
  log local0. "This event was triggered by the base [XML::event] event"
}