You are here

protected property Updater::$logger in Update helper 2.x

Same name and namespace in other branches
  1. 8 src/Updater.php \Drupal\update_helper\Updater::logger

Logger service.

Note: Instead of using this service directly, use provided wrappers for it:

  • logWarning - for logging warnings, it will mark executed update as failed
  • logInfo - for logging information.

Type: \Drupal\update_helper\UpdateLogger

File

src/Updater.php, line 60

Class

Updater
Helper class to update configuration.

Namespace

Drupal\update_helper

Code

protected $logger;