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. );
Tipo: array
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 1388 - Core systems for the database layer.
Class
- Database
- Primary front-controller for the database system.
Código
static protected $logs = array();