Ejemplo n.º 1
0
 /**
  * @param string $message
  *
  * @return void
  */
 public function notice($message)
 {
     if (PEAR_LOG_DEBUG) {
         echo $this->color->notice($message);
     }
 }