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