Associates a logging object with this connection.
\Drupal\Core\Database\Log $logger: The logging object we want to use.
public function setLogger(Log $logger) { $this->logger = $logger; }