InterviewSolution
Saved Bookmarks
| 1. |
Which of the following JavaScript logging tool is standalone?(a) Blackbird(b) Log Hound(c) jsTracer(d) fvloggerThis question was addressed to me in class test.This interesting question is from Remote Logging in portion Parsing, Benchmarking and Logging of JavaScript |
|
Answer» CORRECT answer is (b) Log HOUND For EXPLANATION: Log Hound is a tool that was designed for finding frequent patterns from event log DATA sets with the help of a breadth-first frequent itemset mining algorithm. LogHound can be employed for mining frequent line patterns from raw event logs, e.g. Log Hound is a standalone JavaScript logging utility that allows you to log messages during execution of JavaScript code. |
|