예제 #1
0
 /**
  * Add a log in the container with context by level.
  *
  * @param string  $level
  * @param string $message
  * @param array  $context
  * 
  * @return PiLogManager
  * @access public
  * @author Etienne de Longeaux <*****@*****.**>
  */
 public function setLog($level, $message, array $context = array())
 {
     $this->_info[] = $info;
     $this->_logger->log($level, $message, $context);
     return $this;
 }