4D v19

dataStore.getRequestLog( )

Home

 
4D v19
dataStore.getRequestLog( )

dataStore.getRequestLog( )  


 

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.

Example  



See also 

dataStore.startRequestLog( )

 
PROPERTIES 

Product: 4D
Theme: ORDA - DataStore

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)