1.

Which of the following JavaScript logging tool is also a debugging tool?(a) Blackbird(b) Log Hound(c) jsTracer(d) fvloggerThis question was addressed to me in an interview.I would like to ask this question from Remote Logging in section Parsing, Benchmarking and Logging of JavaScript

Answer»

Correct choice is (C) jsTracer

Easiest explanation: jsTracer is a simple yet feature rich JavaScript logging and debugging tool. It is ESPECIALLY useful for debugging what has been coined “WEB 2.0” code. It HELPS in dynamic tracing for JavaScript, written in JavaScript, PROVIDING you insight into your live nodejs applications, at the process, machine, or cluster level.



Discussion

No Comment Found

Related InterviewSolutions