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