Class ParamListArg

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, 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 Details

    • ParamListArg

      public ParamListArg(Object[] params)
      Constructs a new ParamListArg.
      Parameters:
      params - parameter values
  • Method Details