Sha256: 97399f64d4cab8f0b84a2bedef02f99b60e95d931e6e38330cd6d229bb5f1877

Contents?: true

Size: 369 Bytes

Versions: 148

Compression:

Stored size: 369 Bytes

Contents

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

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

Version data entries

148 entries across 148 versions & 3 rubygems

Version Path
puppet-retrospec-1.8.0 vendor/pup410/lib/puppet/functions/err.rb
puppet-retrospec-1.7.0 vendor/pup410/lib/puppet/functions/err.rb
puppet-5.3.7 lib/puppet/functions/err.rb
puppet-5.3.7-x86-mingw32 lib/puppet/functions/err.rb
puppet-5.3.7-x64-mingw32 lib/puppet/functions/err.rb
puppet-5.3.7-universal-darwin lib/puppet/functions/err.rb
puppet-4.10.12 lib/puppet/functions/err.rb
puppet-4.10.12-x86-mingw32 lib/puppet/functions/err.rb
puppet-4.10.12-x64-mingw32 lib/puppet/functions/err.rb
puppet-4.10.12-universal-darwin lib/puppet/functions/err.rb
puppet-4.10.11 lib/puppet/functions/err.rb
puppet-4.10.11-x86-mingw32 lib/puppet/functions/err.rb
puppet-4.10.11-x64-mingw32 lib/puppet/functions/err.rb
puppet-4.10.11-universal-darwin lib/puppet/functions/err.rb
puppet-5.3.6 lib/puppet/functions/err.rb
puppet-5.3.6-x86-mingw32 lib/puppet/functions/err.rb
puppet-5.3.6-x64-mingw32 lib/puppet/functions/err.rb
puppet-5.3.6-universal-darwin lib/puppet/functions/err.rb
bolt-0.17.1 vendored/puppet/lib/puppet/functions/err.rb
bolt-0.17.0 vendored/puppet/lib/puppet/functions/err.rb