Class: Chef::Log::Formatter

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

Overview

This is here for compatability, before we moved to Mixlib::Log.

Class Method Summary collapse

Class Method Details

.show_timeObject



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

def self.show_time
  Mixlib::Log::Formatter.show_time
end

.show_time=(arg) ⇒ Object



29
30
31
# File 'lib/chef/log.rb', line 29

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