diff --git a/readme.md b/readme.md index 084bd5d..482fc74 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ implementation("in.org.nnm:log4j2-utils:1.0.0") ## 🛠 Usage -To enable the `MessageRewritePolicy`, wrap your target appender with a `Rewrite` appender . +To use these utilities in your project, ensure you have the necessary Log4j2 dependencies configured. #### Configuration example `log4j2.xml` @@ -89,6 +89,16 @@ rewrite: - ref: Console ``` +#### 👉 log4j2 configuration files : [Log4j2 Configuration Examples](https://github.com/Neel1210/logging-activity/tree/main/src/main/resources/log4j2-configurations) + +--- + +## 🚀 Demo Project + +To see `log4j-utils` in action within a `Spring Boot/Java environment`, check out the demo implementation: + +- Repository: [logging-activity](https://github.com/Neel1210/logging-activity) + --- ## 🤝 Contributing @@ -99,6 +109,7 @@ Contributions are welcome! If you have a Log4j2 plugin that solves a common prob * Fork the repository. * Create a feature branch. * Submit a Pull Request. + --- ## 📬 Contact & Support