DatabaseLog::$queryLog

Cache of logged queries. This will only be used if the query logger is enabled.

The structure for the logging array is as follows:

array( $logging_key = array( array(query => '', args => array(), caller => '', target => '', time => 0), array(query => '', args => array(), caller => '', target => '', time => 0), ), );

Type: array

File

includes/database/log.inc, line 35

Class

DatabaseLog
Database query logger.

Code

protected $queryLog = array();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.