method

_deprecation_warning

_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