Method: ActiveSupport::BroadcastLogger#error!
- Defined in:
- activesupport/lib/active_support/broadcast_logger.rb
#error! ⇒ Object
Sets the log level to Logger::ERROR for the whole broadcast.
206 207 208 |
# File 'activesupport/lib/active_support/broadcast_logger.rb', line 206 def error! dispatch { |logger| logger.error! } end |