Event log entry types and logging levels
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You enable event logging with any of three log entry types. Using three different entry types gives you greater control over what and when information is logged. The following table lists the events that are logged and the logging levels supported for each entry type.
| Log entry type | Information logged |
|---|---|
ProEvents.UI.Char
|
Turns on logging of keystroke events for printable characters. Logged at level 2 (Basic) and higher. |
ProEvents.UI.Command
|
Turns on logging of keystroke events for nonprintable characters:
|
ProEvents.Other
|
Turns on logging of COM, Async, and Socket
events. Logged at level 2 (Basic) and higher.OpenEdge logs no PUSH and POP entries
for COM events. At levels 2 and 3, OpenEdge logs COM events only
when the application defines a trigger for the event, on the assumption that
you are interested only in events for which you have written a trigger.
At level 4 (Extended), OpenEdge logs all COM events. |