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