Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
Troubleshooting Resources : Log Entry Types Detail : Dynamic object logging : Logging dynamic object creation and deletion : Logging class creation and deletion
 
Logging class creation and deletion
Log entries generated for this type contain the tag DYNOBJECTS. An example of Dynamic object logging messages for classes (with headers suppressed) is shown:

DYNOBJECTS Created        Progress.Lang.Object    Handle:1093 (foo.p Line 18)     tempclass
DYNOBJECTS Delete Pending Progress.Lang.Object    Handle:1094 (method1     tempclass Line 13) tempclass
DYNOBJECTS Deleted        Progress.Lang.Object    Handle:1093 (foo.p Line 20)     tempclass