You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ Log Engine transforms your development experience from chaotic debugging session
27
27
-**Easy Integration**: Simple API that works seamlessly with existing Node.js applications. Just `import` and start logging - no middleware, plugins, or configuration required.
28
28
29
29
## π€ How It Works
30
-
30
+
<!-- markdownlint-disable MD051 -->
31
31
1. Log Engine automatically detects your environment using `NODE_ENV` and sets appropriate log levels for optimal performance
32
32
2. When you call logging methods, messages are filtered based on the configured severity level (only messages at or above the set level are displayed)
33
33
3. Each log message is instantly formatted with precise timestamps in both ISO and human-readable formats
34
34
4. Messages are output to the console with **colorized level indicators and timestamps**, making debugging and monitoring effortless - errors show in red, warnings in yellow, info in blue, and debug in purple
35
35
5. ANSI color codes ensure compatibility across different terminal environments while maintaining beautiful, readable output
36
36
37
37
Ready to streamline your application logging? Get started in seconds with our [simple installation](#π¦-installation)!
38
-
38
+
<!-- markdownlint-enable MD051 -->
39
39
## π€ Special Thanks
40
40
41
41
<!-- markdownlint-disable MD033 -->
@@ -148,13 +148,14 @@ Log messages are beautifully formatted with colorized timestamps, levels, and sm
148
148
149
149
```bash
150
150
# Example colorized output (colors visible in terminal)
- π£ **DEBUG**: Magenta/Purple - Detailed debugging information
159
160
- π΅ **INFO**: Blue - General informational messages
160
161
- π‘ **WARN**: Yellow - Warning messages that need attention
@@ -176,11 +177,12 @@ Join our community discussions to get help, share ideas, and connect with other
176
177
### Getting Help
177
178
178
179
Need assistance with the library? Here's how to get help:
179
-
180
+
<!-- markdownlint-disable MD051 -->
180
181
-**Community Support**: Check the [Help & Support](https://github.com/wgtechlabs/log-engine/discussions/categories/help-support) category in our GitHub Discussions for answers to common questions.
181
182
-**Ask a Question**: Create a [new discussion](https://github.com/wgtechlabs/log-engine/discussions/new?category=help-support) if you can't find answers to your specific issue.
182
183
-**Documentation**: Review the [usage instructions](#πΉοΈ-usage) in this README for common examples and configurations.
183
184
-**Known Issues**: Browse [existing issues](https://github.com/wgtechlabs/log-engine/issues) to see if your problem has already been reported.
0 commit comments