= private = protected
info?()
Will the logger output INFO messages?
# File lib/webrick/log.rb, line 105 def info?; @level >= INFO; end