method

subscribe_log_level

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActiveSupport::LogSubscriber
subscribe_log_level(method, level) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/log_subscriber.rb, line 130
        def subscribe_log_level(method, level)
          self.log_levels = log_levels.merge(method => LEVEL_CHECKS.fetch(level))
          set_event_levels
        end
Register or log in to add new notes.