/** 
  * Enable or disable the logging of the authentication process
  *
  * @param mixed $debug  File name or false to disable
  **/
 public static function setAuthDebug($debug)
 {
     self::$authdebug = $debug;
 }