2.0.1 • Published 8 years ago

@calzoneman/jsli v2.0.1

Weekly downloads
6
License
MIT
Repository
-
Last release
8 years ago

@calzoneman/jsli

This is a simple logging interface for node.js, similar to SLF4J. The idea is that the interface of creating a logger and logging to it is decoupled from the underlying logging mechanism, which allows you to write code that logs from a library module without tightly coupling it to the specific log implementation of the application (for example, the application might choose to log with winston, a custom file writer, or just to the console`).

This was created for personal use in my own modules. I haven't published any log implementation wrappers for it yet.

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago