Class: Chef::Log::Formatter
- Inherits:
-
Object
- Object
- Chef::Log::Formatter
- Defined in:
- lib/chef/log.rb
Class Method Summary collapse
Class Method Details
.show_time=(*args) ⇒ Object
40 41 42 |
# File 'lib/chef/log.rb', line 40 def self.show_time=(*args) Mixlib::Log::Formatter.show_time = *args end |