public function Log::end

public Log::end($logging_key)

Stop logging for the specified logging key.

Parameters

$logging_key: The logging key to stop.

File

core/lib/Drupal/Core/Database/Log.php, line 98

Class

Log
Database query logger.

Namespace

Drupal\Core\Database

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/core!lib!Drupal!Core!Database!Log.php/function/Log::end/8.1.x