Using this information, which two logs will be written?

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 2 answers
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.debugfThis is a debug message");

Answer: A,C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments