method
_deprecation_warning
v4.0.2 -
Show 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