class method
self.event_log_level
Ruby on Rails edge
Since edgeSignature
self.event_log_level(method_name, level)
No documentation comment.
Parameters
-
method_namereq -
levelreq
Source
# File activesupport/lib/active_support/event_reporter/log_subscriber.rb, line 14
def event_log_level(method_name, level)
self.log_levels = log_levels.merge(method_name.to_s => level).freeze
end
Defined in activesupport/lib/active_support/event_reporter/log_subscriber.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EventReporter::LogSubscriber