info?()
public
True if the log level allows entries
with severity +Logger::INFO+ to be written to at least one broadcast. False otherwise.
# File activesupport/lib/active_support/broadcast_logger.rb, line 152
def info?
@broadcasts.any? { |logger| logger.info? }
end