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