You are here

public function ConfigUpdateUiCliService::getLogger in Configuration Update Manager 8

Gets the current logging object.

Return value

\Psr\Log\LoggerInterface The current logging object.

File

config_update_ui/src/ConfigUpdateUiCliService.php, line 329

Class

ConfigUpdateUiCliService
Handles all the logic for commands for various versions of Drush.

Namespace

Drupal\config_update_ui

Code

public function getLogger() {
  return $this->logger;
}