@brtmvdl/logger

0.2.5 • Public • Published

@brtmvdl/logger

Easy Logger Node.js library

GitHub Workflow Status (with event) github/license github/stars

social & donate

Donate - Telegram - Discord

how to install

# bash

npm i @brtmvdl/logger

how to use

// index.js

const { Logger } = require('@brtmvdl/logger')

const logger = new Logger('application')

logger.log('key', 'value1', 'value2', 'value3')
# bash

node index.js

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @brtmvdl/logger

Weekly Downloads

1

Version

0.2.5

License

MIT

Unpacked Size

3.68 kB

Total Files

6

Last publish

Collaborators

  • brtmvdl