# File lib/action_view/log_subscriber.rb, line 16
    def logger
      ActionController::Base.logger if defined?(ActionController::Base)
    end