SAX parser logging
- Last Updated: August 27, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
SAX parser logging
Specifying the SAX parser (SAX) log entry
type turns on logging for the SAX parser.
Logs information at level 2 (Basic).
The following table lists the message logged as the SAX parser executes.
| When logging occurs | What is logged |
|---|---|
| The AVM initializes the parser. |
Initialize parser
|
| The AVM finishes using the parser. |
Exiting parser
|
| The AVM finds a callback to run. |
Callback internal-routine-name found in super procedure
— or —
Callback internal-routine-name found
|
| The AVM does not find a callback to run. |
Callback internal-routine-name not found
|
For each parameter in a callback, the log message
includes the following, depending on the parameter type:
|
parameter parameter-number: value
|
The following example shows log entries for the SAX parser at logging level 2 (Basic) with headers suppressed:
|