This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19.8
dataStore.getRequestLog( )
|
dataStore.getRequestLog () -> Result | ||||||||
Parameter | Type | Description | ||||||
Result | Collection |
![]() |
Collection of objects, where each object describes a request | |||||
The dataStore.getRequestLog( ) method returns the ORDA requests logged in memory on the client side. The ORDA request logging must have previously been enabled using the dataStore.startRequestLog( ) method.
This method must be called on a remote 4D, otherwise it returns an empty collection. It is designed for debugging purposes in client/server configurations.
Returned value
Collection of stacked request objects. The most recent request has index 0.
For a description of the ORDA request log format, please refer to the ORDA client requests section.
See example 2 of dataStore.startRequestLog( ).
Product: 4D
Theme: ORDA - DataStore
Number:
905264
Created: 4D v17 R6
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)