module WEBrick::HTTPAuth::Authenticator

def info(fmt, *args)

def info(fmt, *args)
  if @logger.info?
    log(:info, fmt, *args)
  end
end