How we can Pass multiple argument in sonar Lint

291 views Asked by At

logger.debug("This is completed detail of Shipping" + Price + orderId + ProductId + Country+ deliveryDate);

getting the error : "use the built-in formatting to construct this argument" 2nd argument is not in use 3nd argument is not in use 4nd argument is not in use 5nd argument is not in use

0

There are 0 answers