Class: Chef::Log::Formatter
Class Method Summary collapse
Class Method Details
permalink .show_time=(*args) ⇒ Object
[View source]
32 33 34 |
# File 'lib/chef/log.rb', line 32 def self.show_time=(*args) Mixlib::Log::Formatter.show_time = *args end |