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