Method: Chef::RunContext#logger

Defined in:
lib/chef/run_context.rb

#loggerObject (readonly)

A child of the root Chef::Log logging object.

Returns:

  • Mixlib::Log::Child A child logger



211
212
213
# File 'lib/chef/run_context.rb', line 211

def logger
  @logger
end