Class: Chef::Log::Formatter

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

Class Method Summary collapse

Class Method Details

.show_time=(*args) ⇒ Object



32
33
34
# File 'lib/chef/log.rb', line 32

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