Example #1
0
 public function info()
 {
     $this->logger->info($this->getMessage(func_get_args()));
 }
Example #2
0
 public function info($message, array $context = null)
 {
     parent::info($message, $context);
 }