|
4 | 4 |
|
5 | 5 | ![banner] |
6 | 6 |
|
| 7 | +# NOTICE |
| 8 | + |
| 9 | +> ⚠️ This project is **archived** and no longer actively maintained. |
| 10 | +
|
| 11 | +Easylogging++ has been a labor of love from **2012 to 2018**, and it’s been incredible to see the community embrace it. From embedded systems to desktop applications, this little library made its way into countless projects—many thanks to **you**, the developers, contributors, and users who helped shape it over the years. |
| 12 | + |
| 13 | +## Thank You |
| 14 | + |
| 15 | +To everyone who: |
| 16 | +- Contributed pull requests |
| 17 | +- Reported issues |
| 18 | +- Wrote benchmarks (like [Issue #73 on KjellKod/g3log](https://github.com/KjellKod/g3log/issues/73)) |
| 19 | +- Shared feedback and real-world use cases |
| 20 | + |
| 21 | +Your involvement gave this project purpose and direction. |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | +> *Above: Benchmark comparisons shared by the community, showing Easylogging++ holding its own among the best.* |
| 26 | +
|
| 27 | +## Now Archived: Consider `spdlog` for New Projects |
| 28 | + |
| 29 | +While Easylogging++ is still a **fully-featured**, **single-header** C++ logging library, I recommend using [**spdlog**](https://github.com/gabime/spdlog) or other actively maintained logging libraries for new projects. These libraries continue to evolve and offer better integration, performance, and community support. |
| 30 | + |
| 31 | +## No Longer Maintained |
| 32 | + |
| 33 | +Due to other commitments and active projects, I will **not be making changes** or **accepting pull requests** going forward. |
| 34 | + |
| 35 | +However, Easylogging++ remains under the permissive **MIT License**. You are welcome—and encouraged—to **fork**, customize, or evolve the library as you see fit. This was the **exact reason** I chose MIT: to empower developers like you with maximum freedom. |
| 36 | + |
| 37 | +## Grateful and Humble |
| 38 | + |
| 39 | +It’s been a wonderful ride, and I’m truly humbled by the response this project received. If you’ve used Easylogging++ or learned something from it—**thank you**. |
| 40 | + |
| 41 | +Feel free to **follow my GitHub** to stay in the loop with the **other projects** I’m working on. |
| 42 | + |
| 43 | +Stay curious, keep building. |
| 44 | +— *Majid Q. ([@abumq](https://github.com/abumq))* |
| 45 | + |
| 46 | + |
| 47 | +--- |
| 48 | + |
7 | 49 | > **Documentation for v9.97.1** |
8 | 50 |
|
9 | | -[](https://github.com/abumq/easyloggingpp/actions/workflows/run-tests.yml) |
10 | 51 | [](https://github.com/abumq/easyloggingpp-node/releases/latest) |
11 | 52 | [](https://www.npmjs.com/package/easyloggingpp) |
12 | 53 | [](https://github.com/abumq/easyloggingpp/blob/master/LICENCE) |
|
0 commit comments