Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniket965/emojifylogs
emojifylogs is npm package, It Converts basic logs into more intresting Log using Emoji logs. it Contains different type of loggers you can choose your type or suggest for more Loggers
https://github.com/aniket965/emojifylogs
emoji logging node-module npm npm-package
Last synced: about 1 month ago
JSON representation
emojifylogs is npm package, It Converts basic logs into more intresting Log using Emoji logs. it Contains different type of loggers you can choose your type or suggest for more Loggers
- Host: GitHub
- URL: https://github.com/aniket965/emojifylogs
- Owner: Aniket965
- License: mit
- Created: 2017-10-12T05:26:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T18:45:16.000Z (over 6 years ago)
- Last Synced: 2024-11-11T21:12:59.742Z (about 1 month ago)
- Topics: emoji, logging, node-module, npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emojifylogs 🐬 💂🏼 👩🏼💻 🎂
[NPM](https://www.npmjs.com/package/emojifylogs)
Convert basic logs into more intresting Log using Emoji logs.
it Contains different type of loggers you can choose your type or suggest for more Loggers## Installation
```
npm install emojifylogs
```
## Definations
```javascriptconst log = require('emojifylogs').log
const Doglogger = require('emojifylogs').Doglogger
const Catlogger = require('emojifylogs').Catlogger
const Humanlogger = require('emojifylogs').Humanlogger
```## Usage
```javascript
log('Lol')
log.info('Awesome info')
log.error('Awesome Error')
log.warn('Awesome Warn')
/* Log =>
❤️ Lol
📄 Awesome info
👾 Awesome Error
⚠️ Awesome Warn
*/
```
😷 🤒 🤕 😈 👿 👹 👺 💩 👻