Exemplo n.º 1
0
 public static function saveLogNotice()
 {
     if (!self::$arrCommonAction['log']) {
         //被裁剪
         return true;
     }
     Saf_Base_Hook::saveLogHook();
     $arrArgs = Saf_SmartMain::getLogNotice();
     if ($arrArgs === false) {
         return false;
     }
     Saf_Base_Log::addLogNotice($arrArgs);
 }