Log dynamic object creation and deletion
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To create log entries for dynamic object creation and deletion, use the Log
Entry Types (-logentrytypes) startup parameter or, for
AppServer, the agentLogEntryTypes property in the openedge.properties file. Specify one or more of the four dynamic
object log entry types in a comma-separated list, or specify DynObjects.* to get all four types. For example:
|
|
You can also turn on this logging at run time, by using the LOG-MANAGER system handle. For example, you can include the
following line in the ABL code:
|
You can turn off this logging in the ABL application by resetting the attribute. For example:
|
Log entries generated for any of these types contain the tag DYNOBJECTS.
OpenEdge writes a log entry every time it creates or destroys a dynamic
object tracked by this feature. This also includes allocation and deletion of space for
MEMPTRs, if you specify DynObjects.Other or DynObjects.*.