method
tagged
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::TaggedLogging::Formatter
tagged(*tags)public
No documentation available.
# File activesupport/lib/active_support/tagged_logging.rb, line 36
def tagged(*tags)
pushed_count = tag_stack.push_tags(tags).size
yield self
ensure
pop_tags(pushed_count)
end