Flowdock
error(fmt, *args) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpauth/authenticator.rb, line 59
      def error(fmt, *args)
        if @logger.error?
          log(:error, fmt, *args)
        end
      end
Register or log in to add new notes.