You are here

protected static function MigrateUpgradeRunBatch::logger in Migrate Upgrade 8

Returns the logger using the migrate_upgrade channel.

Return value

\Psr\Log\LoggerInterface The logger instance.

File

src/MigrateUpgradeRunBatch.php, line 236
Contains \Drupal\migrate_upgrade\MigrateUpgradeRunBatch.

Class

MigrateUpgradeRunBatch
Runs a single migration batch.

Namespace

Drupal\migrate_upgrade

Code

protected static function logger() {
  return \Drupal::logger('migrate_upgrade');
}