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