コード例 #1
0
ファイル: Logger.php プロジェクト: mirobrando/ng-phalcon
 public function info()
 {
     $this->logger->info($this->getMessage(func_get_args()));
 }
コード例 #2
0
ファイル: Multiple.php プロジェクト: mattvb91/cphalcon
 public function info($message, array $context = null)
 {
     parent::info($message, $context);
 }