method
subscribe_log_level
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::LogSubscriber
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