List of questions
Related questions
Question 85 - Certified B2C Commerce Developer discussion
Business Manager has the configuration:
Active Log category is "root" Log level of INFO
The code below executes.
var log = Logger.getLogger("products", "export"); log.info("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?
A.
custom-products
B.
products
C.
custom-export
D.
info-export
Your answer:
0 comments
Sorted by
Leave a comment first