method

tag_stack

rails latest stable - Class: ActiveSupport::TaggedLogging::Formatter
tag_stack()
public

No documentation available.

# File activesupport/lib/active_support/tagged_logging.rb, line 56
      def tag_stack
        # We use our object ID here to avoid conflicting with other instances
        @thread_key ||= "activesupport_tagged_logging_tags:#{object_id}"
        IsolatedExecutionState[@thread_key] ||= TagStack.new
      end