1.0.4 • Published 6 years ago

@acanoenfr/logger v1.0.4

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

Logger

Logs error, warning, debug events, etc...

First, install the package:

npm install @acanoenfr/logger --save

The package can work simply with 2 lines of code:

const { log } = require('@acanoenfr/logger')
log("Hello, world!")

This program will show:

[2019-7-6 9:21:34 PM] log: Hello, world!
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago