class method
self.logger
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v3.2.22.5Accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then passed on to any new database connections made and which can be retrieved on both a class and instance level by calling logger.
Source
# File activerecord/lib/active_record/base.rb, line 339
cattr_accessor :logger, :instance_writer => false
Defined in activerecord/lib/active_record/base.rb line 339
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base