0.2.5 • Published 5 months ago

@brtmvdl/logger v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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

0.2.5

5 months ago

0.2.4

5 months ago

0.2.3

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.1

9 months ago

0.1.0

9 months ago