llg
v1.2.7
Published
A simple Javascript message logger library
Downloads
9
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:!
[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!!!