0.1.0 • Published 2 years ago

@validide/logger v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

logger

A simple JavaScript logger

Status

Codacy Badge Coverage Status npm version

Why another JavaScript library?

Before starting the project I looked fo a simple logger library that would allow me to:

  • Log to console in development mode.
  • Log to a remote endpoint in production.
  • Easily extend the location to store/report the logs via a custom ILogReporter.
  • The logger should not be directly dependent on the environment so depending on the configuration you could us it on client side on server side

Why this package name?

  1. I am not sure of the project's success so I did not want to spend that much time thinking of the name.
  2. This is my opinionated take on logging, someone might have a better/different view on how it should work.

Documentation and demo

Documentation

Demo

0.1.0

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.1

3 years ago