https://github.com/halitsever/logmoji
🪵 Very small logging package with emojis
https://github.com/halitsever/logmoji
cli console emoji emoji-logger log logger logging nodejs npm output overwrite package refresh shell stdout term terminal update
Last synced: 10 months ago
JSON representation
🪵 Very small logging package with emojis
- Host: GitHub
- URL: https://github.com/halitsever/logmoji
- Owner: halitsever
- License: mit
- Created: 2024-02-27T07:43:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T09:34:07.000Z (about 1 year ago)
- Last Synced: 2025-03-31T02:12:44.349Z (11 months ago)
- Topics: cli, console, emoji, emoji-logger, log, logger, logging, nodejs, npm, output, overwrite, package, refresh, shell, stdout, term, terminal, update
- Language: JavaScript
- Homepage: https://halitsever.github.io/logmoji/
- Size: 1.07 MB
- Stars: 12
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README


🪵 Very small logging package with emojis for node.js
- 🧑💻 [**Small**](#) - Only 3.63kB
- 🧑💻 [**Makes reading debug logs more fun**](#) - Reading debug logs less painless with logmoji
```bash
npm install logmoji --save
```
Usage:
```javascript
const logger = require("logmoji")({ timestamp: false });
logger.success("You did it!");
// Success: ✅ You did it
```
MIT LICENSE | Halit Sever