1.0.4 • Published 6 years ago
@acanoenfr/logger v1.0.4
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!