Module: ActiveSupport::TaggedLogging::LocalTagStorage

Defined in:
activesupport/lib/active_support/tagged_logging.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#tag_stackObject

Returns the value of attribute tag_stack.



110
111
112
# File 'activesupport/lib/active_support/tagged_logging.rb', line 110

def tag_stack
  @tag_stack
end

Class Method Details

.extended(base) ⇒ Object



112
113
114
# File 'activesupport/lib/active_support/tagged_logging.rb', line 112

def self.extended(base)
  base.tag_stack = TagStack.new
end