static protected property Database::$logs

An array of active query log objects.

Every connection has one and only one logger object for all targets and logging keys.

array( '$db_key' => DatabaseLog object. );

Type: array

File

core/lib/Drupal/Core/Database/Database.php, line 78

Class

Database
Primary front-controller for the database system.

Namespace

Drupal\Core\Database

Code

static protected $logs = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Database.php/property/Database::logs/8.1.x