method

set_event_levels

set_event_levels()
private

No documentation available.

# File activesupport/lib/active_support/log_subscriber.rb, line 121
        def set_event_levels
          if subscriber
            subscriber.event_levels = log_levels.transform_keys { |k| "#{k}.#{namespace}" }
          end
        end