java.lang.Object
de.codecamp.tracer.impl.ParamListArg
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, using
toString() 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 -
Method Summary
-
Constructor Details
-
ParamListArg
Constructs a newParamListArg.- Parameters:
params- parameter values
-
-
Method Details