Logging levels
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can choose one of five logging levels, as shown in the following table.
| Logging level | Description |
|---|---|
| 0 (None) | Logs no entries. This is equivalent to turning logging off. |
| 1 (Errors) | Logs OpenEdge error messages. This includes all error messages and is unrelated to the entry types specified. Errors continue to be logged at all higher levels. |
| 2 (Basic) | Log entry type determines the logged information. Each log entry type generates at least some output. This is the default. |
| 3 (Verbose) | Log entry type determines the logged information. |
| 4 (Extended) | Log entry type determines the logged information. |