Gets the current logging object for this connection.
\Drupal\Core\Database\Log|null The current logging object for this connection. If there isn't one, NULL is returned.
public function getLogger() { return $this->logger; }