aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/buffered_logger.rb
blob: 05954461896dfce83e21f5bfd1cd4f3ff87b8609 (plain) (tree)
1
2
3
4
5
6
7
                                    
                               
 
                    

                                                                           
   
require 'active_support/deprecation'
require 'active_support/logger'

module ActiveSupport
  BufferedLogger = ActiveSupport::Deprecation::DeprecatedConstantProxy.new(
    'BufferedLogger', '::ActiveSupport::Logger')
end