method

log

rails latest stable - Class: ActiveSupport::Cache::Store

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

log()
private

No documentation available.

# File activesupport/lib/active_support/cache.rb, line 688
        def log
          return unless logger && logger.debug? && !silence?
          logger.debug(yield)
        end