Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 731 Bytes

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.