Esempio n. 1
0
File: DLog.php Progetto: adxhyt/DLog
 /**
  * @brief 获取日志库的数据文件根目录
  * @return  public static function 
  **/
 public static function getDataPath()
 {
     if (self::$strDataPath == null) {
         self::$strDataPath = DLogConfig::$data_path;
     }
     return self::$strDataPath;
 }