Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.11 KB

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