List of questions
Related questions
Question 200 - 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, what will be written to the log?
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");
C.
log.info("This is a warn message");
Your answer:
0 comments
Sorted by
Leave a comment first