method

tagged

tagged(*tags)
public

No documentation available.

# File activesupport/lib/active_support/tagged_logging.rb, line 67
    def tagged(*tags)
      formatter.tagged(*tags) { yield self }
    end