Salesforce Certified B2C Commerce Cloud Developer (Comm-Dev-101) B2C-Commerce-Developer Question # 48 Topic 5 Discussion

Salesforce Certified B2C Commerce Cloud Developer (Comm-Dev-101) B2C-Commerce-Developer Question # 48 Topic 5 Discussion

B2C-Commerce-Developer Exam Topic 5 Question 48 Discussion:
Question #: 48
Topic #: 5

Business Manager has the configuration:

Active Log category is "root"

Log level of WARN

The code below is executing:

var log = Logger.getLogger("products");

Using this information, which two logs will be written?

Choose 2 answers


A.

log.warn("This is a warn message");


B.

log.error("This is an error message");


C.

log.info("This is an info message");


D.

log.debugfThis is a debug message");


Get Premium B2C-Commerce-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.