static function Instance()
 {
     if (!isset(self::$mInstance)) {
         self::$mInstance = new SysLog();
     }
     return self::$mInstance;
 }