class ActiveSupport::BroadcastLogger

def fatal!

Sets the log level to Logger::FATAL for the whole broadcast.
def fatal!
  dispatch { |logger| logger.fatal! }
end