Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit d4e445b

Browse files
authored
Update README.md
1 parent af86438 commit d4e445b

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,50 @@
44

55
![banner]
66

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+
![Benchmark Screenshot](https://github.com/abumq/easyloggingpp/blob/master/doc/benchmark.png)
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+
749
> **Documentation for v9.97.1**
850
9-
[![Tests](https://github.com/abumq/easyloggingpp/actions/workflows/run-tests.yml/badge.svg)](https://github.com/abumq/easyloggingpp/actions/workflows/run-tests.yml)
1051
[![Node Binding Version](https://img.shields.io/github/release/abumq/easyloggingpp.svg)](https://github.com/abumq/easyloggingpp-node/releases/latest)
1152
[![Version](https://img.shields.io/npm/v/easyloggingpp.svg)](https://www.npmjs.com/package/easyloggingpp)
1253
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abumq/easyloggingpp/blob/master/LICENCE)

0 commit comments

Comments
 (0)