method
tagged
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::TaggedLogging
tagged(*tags)public
No documentation available.
# File activesupport/lib/active_support/tagged_logging.rb, line 79
def tagged(*tags)
formatter.tagged(*tags) { yield self }
end