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