Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Log.php

function Log::end

Stop logging for the specified logging key.

Parameters

$logging_key: The logging key to stop.

File

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

Class

Log
Database query logger.

Namespace

Drupal\Core\Database

Code

public function end($logging_key) {
    unset($this->queryLog[$logging_key]);
}
RSS feed
Powered by Drupal