1.

Which of the following JavaScript logging framework lets one to toggle the plane?(a) Lumberjack(b) Log Hound(c) jsTracer(d) fvloggerI had been asked this question in class test.The origin of the question is Remote Logging topic in chapter Parsing, Benchmarking and Logging of JavaScript

Answer»

Right option is (a) Lumberjack

Explanation: Lumberjack is a JavaScript utility that HIJACKS the BROWSER console, makes it more beautiful and ENHANCES it so logs can be split into more manageable chunks. Lumberjack also saves everything that is logged (so you can REVIEW later) and colorizes your logs (where supported) to increase LEGIBILITY.



Discussion

No Comment Found

Related InterviewSolutions