Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

Which twousages 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

Answer: A,B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments