List of questions
Related questions
Question 123 - Certified B2C Commerce Developer discussion
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes
var logger = Logger.getLogger("loggerFile", "category1.eu" );
logger.warn("This is a log message");
What is the result?
A.
Logs will be written to the log file with a prefix loggerFile.
B.
Logs will not be written.
C.
Logs will be written to the log file with a prefix customwarn.
D.
Logs will be written to the log file with a prefix custom-loggerFile.
Your answer:
0 comments
Sorted by
Leave a comment first