method
log
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
log()private
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 565
def log
return unless logger && logger.debug? && !silence?
logger.debug(yield)
end