method

silenced?

rails latest stable - Class: ActionView::LogSubscriber::Start

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

silenced?(_)
public

No documentation available.

# File actionview/lib/action_view/log_subscriber.rb, line 100
      def silenced?(_)
        logger.nil? || !logger.debug?
      end