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

Commit 1c5082d

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ Easylogging++ has been a labor of love from **2012 to 2018**, and it’s been in
1515
To everyone who:
1616
- Contributed pull requests
1717
- Reported issues
18-
- Wrote benchmarks (like [Issue #73 on KjellKod/g3log](https://github.com/KjellKod/g3log/issues/73))
18+
- Wrote benchmarks—some comparing limited setups (e.g., without enabling asynchronous logging or multithreading, like [Issue #73 on KjellKod/g3log](https://github.com/KjellKod/g3log/issues/73)) and others using full feature sets
1919
- Shared feedback and real-world use cases
2020

2121
Your involvement gave this project purpose and direction.
2222

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-
2723
## Now Archived: Consider `spdlog` for New Projects
2824

2925
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.

0 commit comments

Comments
 (0)