Method: ActiveSupport::BroadcastLogger#fatal!
- Defined in:
- activesupport/lib/active_support/broadcast_logger.rb
#fatal! ⇒ Object
Sets the log level to Logger::FATAL for the whole broadcast.
217 218 219 |
# File 'activesupport/lib/active_support/broadcast_logger.rb', line 217 def fatal! dispatch { |logger| logger.fatal! } end |