Sample event logs
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The sample event logs that follow assume a logging level
of 2 and a log entry type of ProEvents.*.
The next sample event log involves a RETURN NO-APPLY statement.
It is based on the following scenario:
- There is a window with a fill-in and a button.
- The fill-in has the focus when the user clicks the button.
- The fill-in’s
LEAVEtrigger executes aRETURN NO-APPLY. - The AVM discards both the
LEAVEandENTRYevents.
Here is the sample log file (with header suppressed):
|
The next sample Event log shows a common event cycle. It is based on the following scenario:
- There is a window with a toggle box, a fill-in, and a button.
- The toggle box has the focus when the user clicks the button.
- The button’s
CHOOSEtrigger runs theAPPLYstatement that applies an event to the fill-in.
Here is the sample log file (with header suppressed):
|
As you can see by examining these samples, there are bursts of
logging activity during short spans of user interaction. Thus, it
is most efficient to turn on logging at run time, using the LOG-MANAGER system handle
attributes, perform the interaction you want to trace, and then
turn off logging. For more information, see ABL Reference.