SET EVENTLIST Command

Specifies events to track in the Debug Output Window or in a file specified with SET EVENTTRACKING.

SET EVENTLIST TO [EventName1 [, EventName2 ] [ADDITIVE]]

Parameters

  • EventName1 [, EventName2 ]
    Specifies the names of the events to track. You can include any number of event names separated by commas.
  • ADDITIVE
    Specifies that the events EventName1, EventName2 are added to the set of events currently being tracked. If ADDITIVE is omitted, only the events EventName1, EventName2 are tracked.

Remarks

Issue SET EVENTLIST TO without any event names to remove all events from the set of events being tracked. You can also specify events to track in the Event Tracking dialog box.

See Also

SET DEBUGOUT | SET EVENTTRACKING | Event Tracking dialog box