示例#1
0
文件: log.php 项目: glianyi/MyPHP
 public static function notice($str)
 {
     $inst = MyPhpLog::getInstance();
     return $inst->write($str);
 }