Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down