Analyzing application execution with Enhanced Logger
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The Enhanced Logger provides a means for either standard reporting of runtime activity or logging diagnostic data for troubleshooting problems based on a set of logging characteristics. The DataServer can be configured to write information to a log file. You control the type and the degree of detail logged using a combination of log entry types and logging levels. Log entry types are categories of information written to the log file. Logging levels control the degree of logging detail for any given log entry type.
The legacy qt_debug logging infrastructure only logged
server information but the Enhanced Logger framework for DataServers offers
two logging contexts:
- Server context for Server-specific log entries
- Client context, which shares logging information with OpenEdge clients and AppServer agents.
Note: Both the server and the client contexts for
DataServers include some log entry types that work in concert with
one another. You can yield a detailed understanding of the DataServer
operations by merging the contexts into one view of DataServer log
activity.