Module: ChefAPI::Logger::ClassMethods
- Defined in:
- lib/chef-api/logger.rb
Instance Method Summary collapse
-
#log ⇒ DefaultLogger
Write a message to the logger for this class.
Instance Method Details
#log ⇒ DefaultLogger
Write a message to the logger for this class.
66 67 68 |
# File 'lib/chef-api/logger.rb', line 66 def log @log ||= Logger.logger_for(name) end |