method
_deprecation_warning
rails latest stable - Class:
ActiveSupport::BufferedLogger
_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