Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
Troubleshooting Resources : Log Entry Types Detail : Event logging : Starting event logging
 
Starting event logging
To create log entries for events, use the Log Entry Types (-logentrytypes) startup parameter or, for the AppServer and WebSpeed, the srvrLogEntryTypes property in the ubroker.properties file. Specify one or more of the three event log entry types in a comma-separated list, or use the * wild-card character to get combinations. For example:
-logentrytypes ProEvents.UI.*
-logentrytypes ProEvents.UI.Command,ProEvents.Other
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:
LOG-MANAGER:LOG-ENTRY-TYPES = "ProEvents.UI.Command"
You can turn off this logging in the ABL application by resetting the attribute. For example:
LOG-MANAGER:LOG-ENTRY-TYPES = ?
Log entries generated for any of these types contain the tag ProEvents.