There's no documentation for this item.
# File webrick/httpauth/authenticator.rb, line 53 def log(meth, fmt, *args) msg = format("%s %s: ", @auth_scheme, @realm) msg << fmt % args @logger.send(meth, msg) end
<code/>
<pre/>
<code/>and<pre/>for code samples.