class Chef::Resource::Log

@example logging at default info level

log "your string to log"

@example logging at specified debug level

log "a debug string" do
  level :debug
end