Class: Chef::Log::Formatter
- Inherits:
-
Object
- Object
- Chef::Log::Formatter
- 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_time ⇒ Object
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 |