示例#1
0
文件: api.php 项目: Ruud68/cjblog
 /**
  * Sets the debug logging enabled or disabled 
  * 
  * @param booleab $state sets the state of logging
  */
 public static function set_logging($state = true)
 {
     CjBlogApi::$_enable_logging = $state;
 }