ExecLogging property: Query class
Description
This property indicates whether an execution log should be created when the query is executed. This can be useful for query administration. This property takes a Boolean value: True, create a log, False, don't create one.
The execution log, which is created by setting this property, can be viewed from the Query Monitor. The logging is done in a PeopleSoft Table. It stores, along with other relevant information, the Execution DateTime, Total Execution Time for the query, and Total Fetch Time for the query.
If you try to read this property before setting it, you receive a NULL string.
This property is read/write. However, this property is generally used only to set logging, rather than read.