instance method
debug
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v8.0.4 PrivateSignature
debug(event, colored_message)
No documentation comment.
Parameters
-
eventreq -
colored_messagereq
Source
# File activestorage/lib/active_storage/log_subscriber.rb, line 44
def debug(event, colored_message)
super log_prefix_for_service(event) + colored_message
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber