Using this information, what is the beginning of the filename in which the log will be written?

Business Manager has the configuration:

• Active log category is “root”

• Log level of INFO

The code below execites:

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-export
B. custom-products
C. products
D. info-export

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments