module WEBrick::HTTPAuth::Authenticator
def log(meth, fmt, *args)
def log(meth, fmt, *args) msg = format("%s %s: ", @auth_scheme, @realm) msg << fmt % args @logger.__send__(meth, msg) end
def log(meth, fmt, *args) msg = format("%s %s: ", @auth_scheme, @realm) msg << fmt % args @logger.__send__(meth, msg) end