Skip to content

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 lev…

Notifications You must be signed in to change notification settings

cre4nslab/SmartLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SmartLogger A JavaScript logging utility that wraps around the web 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.

Features

Usage

var logger = com.cre4nslab.SmartLogger;
  
logger.setLoggingLevel(logger.INFO);
logger.debug("This won't show since DEBUG is lower than INFO");

About

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 lev…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published