Class: ActiveSupport::BufferedLogger
- Inherits:
-
Object
- Object
- ActiveSupport::BufferedLogger
- Defined in:
- lib/humorous_log_formatter/ext/active_support_buffered_logger.rb
Overview
Copyright © 2014 Peter H. Boling of 9thBit LLC Released under the MIT license For Rails 3+
Instance Method Summary collapse
Instance Method Details
#formatter=(formatter) ⇒ Object
7 8 9 |
# File 'lib/humorous_log_formatter/ext/active_support_buffered_logger.rb', line 7 def formatter=(formatter) @log.formatter = formatter end |