Event Levels
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
For every triggering event, you can specify a level. The level dictates the amount of data collected when the even occurs.
The following table describes the level settings.
| Event Level (+/-) | Data collected | Spawn process |
|---|---|---|
| 0 | None | No |
| 1 | Summary data | No |
| 2 | Summary Data Detailed Data |
No |
| 3 | Summary Data Detailed Data Protrace collection |
No |
| 4 | None | Yes |
| 5 | Summary data (1+4) |
Yes |
| 6 | Summary data Detailed Data (2+4) |
Yes |
| 7 | Summary data Detailed Data Protrace collection (3+4) |
Yes |
| 8 | Record data of all other enabled events | No |
| 9 | Summary Data Record data of all other enabled events (1+8) |
No |
| 10 | Summary Data Detailed Data Record data of all other enabled events (2+8) |
No |
| 11 | Summary Data Detailed Data Protrace collection Record data of all other enabled events (3+8) |
No |
| 12 | Record data of all other enabled events | Yes |
| 13 | Summary data Record data of all other enabled events (1+12) |
Yes |
| 14 | Summary data Detailed Data Record data of all other enabled events (2+12) |
Yes |
| 15 | Summary data Detailed Data Protrace collection Record data of all other enabled events (3+12) |
Yes |
The protrace collection is only available on UNIX.
Negative values produce the same output and process spawning option as the positive value, but also indicate that the event should only trigger if the error is fatal, bringing the database down.