Module: ActiveSupport::TaggedLogging::LocalTagStorage
- Defined in:
- activesupport/lib/active_support/tagged_logging.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#tag_stack ⇒ Object
Returns the value of attribute tag_stack.
Class Method Summary collapse
Instance Attribute Details
#tag_stack ⇒ Object
Returns the value of attribute tag_stack.
109 110 111 |
# File 'activesupport/lib/active_support/tagged_logging.rb', line 109 def tag_stack @tag_stack end |
Class Method Details
.extended(base) ⇒ Object
111 112 113 |
# File 'activesupport/lib/active_support/tagged_logging.rb', line 111 def self.extended(base) base.tag_stack = TagStack.new end |