ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 106 - 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, which two logs will be written? (Choose two.)

A.
log.warn("This is a warn message");
Answers
A.
log.warn("This is a warn message");
B.
log.error("This is an error message");
Answers
B.
log.error("This is an error message");
C.
log.info("This is an info message");
Answers
C.
log.info("This is an info message");
D.
log.debug("This is a debug message");
Answers
D.
log.debug("This is a debug message");
Suggested answer: A, C
asked 23/09/2024
Prashant Bari
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first