method

subscribe_log_level

subscribe_log_level(method, level)
private

No documentation available.

# 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