method

_deprecation_warning

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 (v4.0.2) is shown here.

_deprecation_warning()
public

No documentation available.

# File activesupport/lib/active_support/buffered_logger.rb, line 17
    def self._deprecation_warning
      ::ActiveSupport::Deprecation.warn 'ActiveSupport::BufferedLogger is deprecated! Use ActiveSupport::Logger instead.'
    end