module WEBrick::HTTPAuth::Authenticator

def error(fmt, *args)

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