https://github.com/tarsislimadev/logger
Easy Logger Node.js library
https://github.com/tarsislimadev/logger
logging nodejs npm
Last synced: about 2 months ago
JSON representation
Easy Logger Node.js library
- Host: GitHub
- URL: https://github.com/tarsislimadev/logger
- Owner: tarsislimadev
- License: mit
- Created: 2023-08-31T13:51:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T09:45:12.000Z (over 2 years ago)
- Last Synced: 2024-10-17T10:52:28.988Z (over 1 year ago)
- Topics: logging, nodejs, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@brtmvdl/logger
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [@brtmvdl/logger](https://www.npmjs.com/package/@brtmvdl/logger)
Easy Logger Node.js library
[](https://github.com/brtmvdl/logger/actions/workflows/npm-publish.yml) [](https://img.shields.io/github/license/brtmvdl/logger) [](https://img.shields.io/github/stars/brtmvdl/logger?style=social)
## social & donate
[Donate](https://link.mercadopago.com.br/brtmvdl) - [Telegram](https://t.me/+KRmg5MlqgMk0MTg5) - [Discord](https://discord.gg/CPRyzsjj)
## how to install
```bash
# bash
npm i @brtmvdl/logger
```
## how to use
```js
// index.js
const { Logger } = require('@brtmvdl/logger')
const logger = new Logger('application')
logger.log('key', 'value1', 'value2', 'value3')
```
```sh
# bash
node index.js
```
## license
[MIT](./LICENSE)