/** 
  * Enable or disable the logging of logon attempts
  *
  * @param mixed $auditlogfile  File name or false for disabled
  **/
 public static function setAuditLogFile($auditlogfile)
 {
     self::$auditlogfile = $auditlogfile;
 }