Skip to content

tarsislimadev/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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