method
error
error(fmt, *args)
private
Hide source
# File lib/webrick/httpauth/authenticator.rb, line 88 def error(fmt, *args) if @logger.error? log(:error, fmt, *args) end end


