fatal!()
Sets the log level to Logger::FATAL for the whole broadcast.
# File activesupport/lib/active_support/broadcast_logger.rb, line 217 def fatal! dispatch { |logger| logger.fatal! } end