List of questions
Related questions
Question 97 - Certified B2B Commerce Developer discussion
Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
A.
ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocation
B.
crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')
C.
crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of orders
D.
crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrder', myOrder), where myOrder is an order object
Your answer:
0 comments
Sorted by
Leave a comment first