• Stars
    star
    2
  • Language
    JavaScript
  • Created about 13 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A JavaScript logging utility that wraps around the console feature, provided by modern browsers, to ensure that client-side debugging works irrespective of whether a feature is supported in a browser or not. It supports all the great features provided by the ever popular Firebug and intelligently allows a developer to set a debugging/logging level on the client-side. Provides a facility to allow client-side logging data to be sent to a remote server for proper analysis of the activities performed by the various users of the application.