Skip to content

6/shrimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shrimp-logger

shrimp is a lightweight JavaScript logging/debugging tool that provides:

  • a consistent console UI accross IE8+, Chrome, Firefox, and Safari
  • easy access to non-developers such as users or QA testers (just append #debug to the URL)

The problem

Internet Explorer (even IE10) developer tools do not show useful information when logging objects. For example:

screen shot 2013-07-27 at 11 26 48 am

The solution

When the shrimp log is opened, this is what it looks like in all supported browsers:

screen shot 2013-07-27 at 3 14 47 pm

Install

Include shrimp.js on your page. It has no external dependencies.

Usage

  • shrimp.log(object) - text/object will appear in black
  • shrimp.error(object) - text/object will appear in red
  • shrimp.info(object) - text/object will appear in blue

shrimp will record all logs even while the console is closed. To open the console, append #debug to the URL.

About

lightweight JavaScript logging/debugging tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published