Ejemplo n.º 1
0
 public static function notice($str)
 {
     $inst = MyPhpLog::getInstance();
     return $inst->write($str);
 }