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