/** 
  * Enable or disable the logging of logon attempts
  *
  * @param bool $auditlogstripe  Enable database logging
  **/
 public static function setAuditLogSStripe($auditlogsstripe)
 {
     self::$auditlogsstripe = $auditlogsstripe;
 }