- java.lang.Object
-
- de.codecamp.tracer.impl.ParamListArg
-
public class ParamListArg extends Object
A simple wrapper for an array of parameter values that can be used as argument for the formatting of trace names. The parameter values will be formatted as a comma separated list, usingtoString()of each value. Using this class has the advantage that the list will only be formatted if the tracer actually prints or logs.
-
-
Constructor Summary
Constructors Constructor Description ParamListArg(Object[] params)Constructs a newParamListArg.
-
-
-
Constructor Detail
-
ParamListArg
public ParamListArg(Object[] params)
Constructs a newParamListArg.- Parameters:
params- parameter values
-
-