Method: Quebert::Configuration#log_file_path=
- Defined in:
- lib/quebert/configuration.rb
#log_file_path=(path) ⇒ Object
15 16 17 18 19 20 21 |
# File 'lib/quebert/configuration.rb', line 15 def log_file_path=(path) self.logger = begin l = Logger.new(path) l.formatter = Logger::Formatter.new l end end |