function _getLogSettingDao()
 {
     require_once CLOUDWIND_VERSION_DIR . '/dao/dao_factory.class.php';
     $factory = new CloudWind_Dao_Factory();
     return $factory->getPlatformLogSettingDao();
 }