Exemplo n.º 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()));
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function logMeta($message)
 {
     return $this->subject->logMeta($message);
 }