An open API service indexing awesome lists of open source software.

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

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:!

[![Beerpay](https://beerpay.io/ElectronSz/Go-MongoDB-REST-API/badge.svg?style=beer-square)](https://beerpay.io/ElectronSz/Go-MongoDB-REST-API) [![Beerpay](https://beerpay.io/ElectronSz/Go-MongoDB-REST-API/make-wish.svg?style=flat-square)](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!!!

---
![Coder](https://img.shields.io/badge/Coder-AslaV3-green)