Anons79 Mini Shell

Directory : /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/functions/
Upload File :
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/functions/debug.rb

# Logs a message on the server at level `debug`.
Puppet::Functions.create_function(:debug, Puppet::Functions::InternalFunction) do
  # @param values The values to log.
  # @return [Undef]
  dispatch :debug do
    scope_param
    repeated_param 'Any', :values
    return_type 'Undef'
  end

  def debug(scope, *values)
    Puppet::Util::Log.log_func(scope, :debug, values)
  end
end

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]