예제 #1
0
 /**
  * Logs progress
  *
  * @return void
  */
 private function logProgress()
 {
     if (!$this->progress) {
         return;
     }
     $this->progress->setNext();
     $this->log->logMeta(sprintf(self::PROGRESS_LOG_RENDER, $this->progress->getCurrent(), $this->progress->getTotal()));
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function logMeta($message)
 {
     return $this->subject->logMeta($message);
 }