class method
self.set_event_levels
Ruby on Rails edge
Since v7.1.6 Private — implementation detail, not part of the public APISignature
self.set_event_levels()
No documentation comment.
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 109
def set_event_levels
if subscriber
subscriber.event_levels = log_levels.transform_keys { |k| "#{k}.#{namespace}" }
end
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 109
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber