This is here for compatability, before we moved to Mixlib::Log.
33 34 35
# File 'lib/chef/log.rb', line 33 def self.show_time Mixlib::Log::Formatter.show_time end
29 30 31
# File 'lib/chef/log.rb', line 29 def self.show_time=(arg) Mixlib::Log::Formatter.show_time = arg end