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



54
55
56
# File 'lib/chef/log.rb', line 54

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