instance method
tagged
Ruby on Rails 4.2.9
Since v3.2.22.5Signature
tagged(*tags)
No documentation comment.
Parameters
-
tagsrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 67
def tagged(*tags)
formatter.tagged(*tags) { yield self }
end
Defined in activesupport/lib/active_support/tagged_logging.rb line 67
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TaggedLogging