Method: ActiveSupport::BroadcastLogger#debug!

Defined in:
activesupport/lib/active_support/broadcast_logger.rb

#debug!Object

Sets the log level to Logger::DEBUG for the whole broadcast.



173
174
175
# File 'activesupport/lib/active_support/broadcast_logger.rb', line 173

def debug!
  dispatch { |logger| logger.debug! }
end