method

add

rails latest stable - Class: ActiveSupport::Logger

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

add(severity, message = nil, progname = nil, &block)
public

No documentation available.

# File activesupport/lib/active_support/logger.rb, line 87
    def add(severity, message = nil, progname = nil, &block)
      return true if @logdev.nil? || (severity || UNKNOWN) < level
      super
    end