Method: Timber::Config#logger=
- Defined in:
- lib/timber/config.rb
#logger=(value) ⇒ Object
This is the main logger Timber writes to. All of the Timber integrations write to this logger instance. It should be set to your global logger. For Rails, this is set automatically to ‘Rails.logger`, you should not have to set this.
121 122 123 |
# File 'lib/timber/config.rb', line 121 def logger=(value) @logger = value end |