https://github.com/electronsz/llg
A simple Javascript message logger library
https://github.com/electronsz/llg
javascript log logger mudule package
Last synced: 5 months ago
JSON representation
A simple Javascript message logger library
- Host: GitHub
- URL: https://github.com/electronsz/llg
- Owner: ElectronSz
- License: unlicense
- Created: 2019-08-31T12:30:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T11:21:14.000Z (over 1 year ago)
- Last Synced: 2025-03-16T11:51:19.813Z (about 1 year ago)
- Topics: javascript, log, logger, mudule, package
- Language: JavaScript
- Homepage: https://yarnpkg.com/en/package/llg
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LLG
Get away with typing console.log() when logging data
# Installation
`npm i llg --save` or `yarn add llg`
npm.pkg.github.com/:_authToken=57d334bdccc72660ad40f0092e28632c744f0f3a
Example...
```
var lg = require('llg').llg
lg("your message")
```
Also you can pass more than one argument
```
lg("your message", {id: 1, name: "Lunga Ndaba"}, 90)
```
Or
Example...
```
import { llg } from 'llg'
llg("your message")
```
Also you can pass more than one argument
```
llg("your message", {id: 1, name: "Lolo Kunene"}, 90)
```
## Parameter Options
- It can be null parameters
- pass different data types e.g strings, arrays, objects and more
## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
[](https://beerpay.io/ElectronSz/Go-MongoDB-REST-API) [](https://beerpay.io/ElectronSz/Go-MongoDB-REST-API?focus=wish) [mergify]: https://mergify.io
[mergify-status]: https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges//&style=flat
## Documentation?
No need for that, just plug and play. Happy coding!!!
---
