Skip to content
/ zjlog Public

Javascript system useful in the operations of logging information, storing them remotely and make a better use of console.log

Notifications You must be signed in to change notification settings

zijua/zjlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zjlog

Javascript system useful in the operations of logging information, storing them remotely and make a better use of console.log

Introduction

ZjLog is basically a Javascript system useful in the operations of logging information, storing them remotely and make a better use of console.log. Briefly you can:

  • set up production or development environment
  • use without issues console.log also inside "in production" sites and it allows to not throw errors using browsers that don't support console.log
  • custom error handling
  • store remotely generated log errors using a customizable log level
  • use print method to make a better use of console.log

Further details can be found inside the docs/ folder.

About

Javascript system useful in the operations of logging information, storing them remotely and make a better use of console.log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published