level()
Returns the lowest level of all the loggers in the broadcast.
# File activesupport/lib/active_support/broadcast_logger.rb, line 135 def level @broadcasts.map(&:level).min end