A fun and visual Java logger that makes your console logs more expressive with emojis! 😄🐞✅❌
Because who said logging has to be boring? 💬✨
- ✅ Emoji-powered log levels: See at a glance what's happening!
- 📦 Zero dependencies: Just add it and go.
- 🔧 Simple API: Easy to integrate into any Java project.
- 🖨️ Customizable format: Make it yours.
| Level | Emoji | Example |
|---|---|---|
| DEBUG | 🐛 | 🐛 [DEBUG] User logged in |
| INFO | ℹ️ | ℹ️ [INFO] Server started |
| WARN | ⚠️ [WARN] Config missing |
|
| ERROR | ❌ | ❌ [ERROR] DB connection failed |
| FATAL | 💀 | 💀 [FATAL] System down |
Add the JitPack repository and dependency:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.lilia7766</groupId>
<artifactId>emoji-logger</artifactId>
<version>v1.0.0</version>
</dependency>
</dependencies>1111111 10.26git test