|
12 | 12 |
|
13 | 13 | ## Features
|
14 | 14 |
|
15 |
| -- 🚀 High-Performance Logging |
16 |
| -- 🎯 Domain-Specific Namespaces |
17 |
| -- 🤞 Fingers-Crossed Log Buffering |
18 |
| -- 🔄 Automatic Log Rotation & Cleanup |
19 |
| -- 🔐 Encrypted Log Storage |
| 15 | +- 🚀 **Performance** _High-Performance Logging_ |
| 16 | +- 🎯 **Domain-Specific** _Domain-Specific Namespaces_ |
| 17 | +- 🤞 **Buffering** _Fingers-Crossed Log Buffering_ |
| 18 | +- 🔄 **Rotation** _Automatic Log Rotation & Cleanup_ |
| 19 | +- 🔐 **Encryption** _Encrypted Log Storage_ |
20 | 20 |
|
21 | 21 | ### Output & Formatting
|
22 | 22 |
|
23 |
| -- 🎨 Rich Color-Coded Console Output |
24 |
| -- 📊 Multiple Log Levels _(debug, info, success, warn, error)_ |
25 |
| -- 🔠 Format String Support _(%s, %d, %j, etc.)_ |
26 |
| -- ⚡ Built-in Performance Tracking |
| 23 | +- 🎨 **Rich Color-Coded** _Console Output_ |
| 24 | +- 📊 **Multiple Log Levels** _`debug`, `info`, `success`, `warn`, `error`_ |
| 25 | +- 🔠 **Format String Support** _`%s`, `%d`, `%j`, etc._ |
| 26 | +- ⚡ **Built-in Performance Tracking** _`start`, `end`, `time`_ |
27 | 27 |
|
28 | 28 | ### Platform Support
|
29 | 29 |
|
30 |
| -- 🌐 Universal _(Browser + Server)_ |
31 |
| -- 🛠️ CLI & Library APIs |
32 |
| -- 💻 First-Class TypeScript Support |
33 |
| -- 📦 Zero External Dependencies |
| 30 | +- 🌐 **Universal** _Browser & Server support_ |
| 31 | +- 🛠️ **CLI & Library** _Access APIs via CLI or programmatically_ |
| 32 | +- 💻 **Fully Typed** _First-Class TypeScript support_ |
| 33 | +- 📦 **Lightweight** _Zero external dependencies_ |
34 | 34 |
|
35 | 35 | ## Install
|
36 | 36 |
|
|
0 commit comments