Flowdock
method

tagged_logger

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: TaggedLogging
tagged_logger() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/tagged_logging.rb, line 20
        def tagged_logger
          @tagged_logger ||= (defined?(Rails.logger) && Rails.logger)
        end
Register or log in to add new notes.