Method: Rails::Configuration#logger
- Defined in:
- lib/initializer.rb
#logger ⇒ Object
The specific logger to use. By default, a logger will be created and initialized using #log_path and #log_level, but a programmer may specifically set the logger to use via this accessor and it will be used directly.
572 573 574 |
# File 'lib/initializer.rb', line 572 def logger @logger end |