Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following JavaScript logging tool is standalone?

  2. A.

     Blackbird

    B.

     Log Hound

    C.

     jsTracer

    D.

     fvlogger

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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.


Be The First To Comment