Vidyalelo
JavaScript · Q63

Parsing, Benchmarking And Logging

Programming · JavaScript · question 63

Q63

What is the significance of the JavaScript logging library log4javascript?

A.
Fully featured
B.
Easy to use
C.
Fully featured and Easy to use
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
log4javascript is a fully-featured, easy-to-use JavaScript logging framework based on the Java logging framework log4j. Its purpose is to provide JavaScript developers with a familiar, robust and flexible logging framework with which to debug JavaScript applications.