You are here

protected function ContentSyncCommands::getExportLogger in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Commands/ContentSyncCommands.php \Drupal\content_sync\Commands\ContentSyncCommands::getExportLogger()

Return value

\Psr\Log\LoggerInterface

Overrides ContentExportTrait::getExportLogger

File

src/Commands/ContentSyncCommands.php, line 122

Class

ContentSyncCommands
A Drush commandfile.

Namespace

Drupal\content_sync\Commands

Code

protected function getExportLogger() {
  return $this
    ->logger('content_sync');
}