method

add

rails latest stable - Class: ActiveSupport::BufferedLogger

Method deprecated or moved

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

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

No documentation available.

# File activesupport/lib/active_support/buffered_logger.rb, line 79
    def add(severity, message = nil, progname = nil, &block)
      @log.add(severity, message, progname, &block)
    end