ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 200 - Certified B2C Commerce Developer discussion

Report
Export

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, what will be written to the log?

A.
log.warn("This is a warn message"); AND log.error("This is an error message");
Answers
A.
log.warn("This is a warn message"); AND log.error("This is an error message");
B.
log.error("This is an error message"); AND log.info("This is an info message");
Answers
B.
log.error("This is an error message"); AND log.info("This is an info message");
C.
log.info("This is a warn message");
Answers
C.
log.info("This is a warn message");
Suggested answer: C
asked 23/09/2024
Fednol Presume
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first