class Backdat::Log::Formatter

Monkeypatch Formatter to allow local show_time updates.

Public Class Methods

show_time=(*args) click to toggle source

Allow enabling and disabling of time with a singleton.

# File lib/backdat/log.rb, line 15
def self.show_time=(*args)
  Mixlib::Log::Formatter.show_time = *args
end