function Connection::setLogger
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::setLogger()
- 8.9.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::setLogger()
- 11.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::setLogger()
Associates a logging object with this connection.
Parameters
\Drupal\Core\Database\Log $logger: The logging object we want to use.
File
-
core/
lib/ Drupal/ Core/ Database/ Connection.php, line 692
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\DatabaseCode
public function setLogger(Log $logger) {
$this->logger = $logger;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.