method

log

log(msg)
protected

No documentation available.

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