instance method
call
Ruby on Rails 7.1.6
Since v3.0.20Signature
call(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 150
def call(event)
super if logger
rescue => e
log_exception(event.name, e)
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 150
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber