コード例 #1
0
ファイル: test-nntp-debug.php プロジェクト: sebst3r/nZEDb
 /**
  * @param string $message
  *
  * @return void
  */
 public function notice($message)
 {
     if (PEAR_LOG_DEBUG) {
         echo $this->color->notice($message);
     }
 }