111 112 113
# File 'activesupport/lib/active_support/tagged_logging.rb', line 111 def self.extended(base) base.tag_stack = TagStack.new end