List of questions
Related questions
Question 106 - Certified B2C Commerce Developer discussion
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");
B.
log.error("This is an error message");
C.
log.info("This is an info message");
D.
log.debug("This is a debug message");
Your answer:
0 comments
Sorted by
Leave a comment first