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