public function DatabaseLog::end

public DatabaseLog::end($logging_key)

Stop logging for the specified logging key.

Parameters

$logging_key: The logging key to stop.

File

includes/database/log.inc, line 101
Logging classes for the database layer.

Class

DatabaseLog
Database query logger.

Code

public function end($logging_key) {
  unset($this->queryLog[$logging_key]);
}

© 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/includes!database!log.inc/function/DatabaseLog::end/7.x