Logging tab (Application)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The Logging tab in the Progress OpenEdge Application section of the Run Configurations or the Debug Configurations wizard lets you set various options affecting logging of ABL applications running under a Launch configurations for running and debugging programs. See Progress OpenEdge Application settings for information about accessing the wizard.
The following controls are available on the Logging tab:
| Control | Purpose | Related parameter (if applicable) |
|---|---|---|
| Name (accessible from all tabs) | (Required) Specifies the name of the launch configuration, which appears on menus and in the left pane of the Run Configurations or the Debug Configurations wizard. | |
| Enable logging | If checked, makes other fields on this tab editable, allowing you to set client logging options. | |
| Logging level | Specifies the level at which entries are written to the client log file. | Logging Level (-logginglevel) |
| Logging file count | Specifies the number of log files, including the current one, to be kept on disk. A value of 0 means no limit on the number of log files. | Number of Log Files to Keep (-numlogfiles) |
| Logging size threshold | Specifies the maximum size, in bytes, for log files. When this threshold is reached, the AVM creates a new log file | Log Threshold (-logthreshold) |
| Append to log file | If checked, causes OpenEdge to add logging information to the most recent existing log file. Deselect this option to create a new log file for each client session. | Record Buffer Size (-Mr) |
| Clear log files | If checked, causes OpenEdge, when the session starts, to delete existing log files matching the specified client log file name. | Clear Log (-clearlog) |
| Log file | Specifies a name and location (full path or path relative to the working directory) for the client log file. | Client Logging (-clientlog) |
| Log entry list | Specifies the types of events to be logged. In the Log Entry Type column, check the items to be included. For each such entry type, click in the Log Entry Level column and select the logging level. | |
| Apply | Saves the current launch configuration definition. | |
| Revert | Discards unsaved changes to the current launch configuration definition. | |
| Run or Debug | Runs the specified startup program or opens it in the Progress Developer Studio for OpenEdge Debugger. | |
| Close | Closes the Run Configurations or the Debug Configurations wizard. |
Related Links
- Main tab (Application)
- Startup tab (Application)
- PROPATH tab (Application)
- Databases tab (Application)
- ABL tab (Application)
- Culture tab (Application)
- Performance tab (Application)
- Environment tab (Application)
- Common tab (Application)
- Profiler tab (Application)
- Launch configurations for running and debugging programs
- Use launch configurations
- Progress OpenEdge Application settings
- Progress External OpenEdge AVM settings (Debug Configuration only)