Dynamic object logging
- Last Updated: May 28, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Dynamic object logging
Specifying a dynamic object log entry type turns on logging of dynamic object creation and deletion. The following table lists the dynamic object log entry types and their associated objects.
| Log entry type | Type of objects logged | Objects logged |
|---|---|---|
DynObjects.Class
|
Classes | Logs the creation and deletion of classes for:
|
DynObjects.DB
|
Database-related objects |
Note: For
BUFFERs, QUERYs,
and TEMP-TABLEs, does not include handles for static
objects.
For BUFFER objects, the log file includes the table
name associated with the buffer. |
DynObjects.Other
|
Objects that do not fall into the other groups |
Note: The log entry contents depend on the object type:
|
DynObjects.UI
|
User-interface- related objects |
Note: For all
objects, the log entry includes the object name, when available.
For
BROWSE-COLUMNs, the log entry does not include
handles associated with static browse objects. If there is no value
for the Name attribute (for calculated fields,
for example), the log entry contains the Label attribute.
Also, includes the BROWSE name, or the BROWSE handle,
if there is no name. |
DynObjects.XML
|
XML-related objects |
|