Пример #1
0
 /**
  * {@inheritdoc}
  *
  * @throws InvalidArgumentException
  */
 public function debug($message, array $context = array())
 {
     parent::debug($message, $context);
     return $this;
 }
Пример #2
0
 /**
  * Push JSON to logger
  *
  * @return Null
  */
 protected function makeLog()
 {
     $this->logger->debug(date('Y-m-d H:i:s') . '-' . $this->profile->toJson());
 }