method

log

log(msg)
protected

No documentation available.

# File activesupport/lib/active_support/dependencies.rb, line 738
      def log(msg)
        logger.debug "Dependencies: #{msg}" if log_activity?
      end