Class: Backdat::Log::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/backdat/log.rb

Overview

Monkeypatch Formatter to allow local show_time updates.

Class Method Summary collapse

Class Method Details

.show_time=(*args) ⇒ Object

Allow enabling and disabling of time with a singleton.



15
16
17
# File 'lib/backdat/log.rb', line 15

def self.show_time=(*args)
  Mixlib::Log::Formatter.show_time = *args
end