Vidyalelo
JavaScript · Q66

Parsing, Benchmarking And Logging

Programming · JavaScript · question 66

Q66

Which of the following JavaScript logging tool is standalone?

A.
Blackbird
B.
Log Hound
Answer
C.
jsTracer
D.
fvlogger

Answer: Option B

Solution

Answer: Option B
Solution:
Log Hound is a standalone JavaScript logging utility that allows you to log messages during execution of JavaScript code. The log messages are stored and are viewable via the logging user interface which allows you to search the messages using multiple cooperative criteria) Log messages can be categorized by severity and by tags that can be associated with the messages when they are logged.