Method: Chef::Util::DSC::ResourceInfo#change_log

Defined in:
lib/chef/util/dsc/resource_info.rb

#change_logObject (readonly)

A list of all log messages between [Start Set] and [End Set]. Each line is an element in the list.



11
12
13
# File 'lib/chef/util/dsc/resource_info.rb', line 11

def change_log
  @change_log
end