@brtmvdl/logger Easy Logger Node.js library 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