= private = protected
error?()
Returns true iff the current severity level allows for the printing of ERROR messages.
# File lib/logger.rb, line 335 def error?; @level <= ERROR; end