2.0.5 • Published 5 years ago
@tsw38/custom-logger v2.0.5
Custom Logger
How to install:
npm i @tsw38/custom-logger
How to use:
const {log} = require('@tsw38/custom-logger');
log('Hello World');
Log options:
The second argument is an options object:
Name | Type | Default value |
---|---|---|
header | string | "" |
delimitor | string | "=" |
type | "error | info | warning | success" | "info" |