DEV Community

Christian Panov
Christian Panov

Posted on

C++ logging library - something I've been working on

Hello everyone,

I'm writing this post in regards to the logging library I am currently working on.

It's design points are performance, configurability, feature-completeness and clean code.

Features and usage examples of the library are present in the README in the repository, as well as features that are YET TO BE implemented.

I have done benchmarks against spdlog, and you can take a look at them in the README.

I would be very glad and honored if you drop a critique, an opinion, an idea, or want to contribute to the project:https://github.com/ChristianPanov/lwlog

Also, feel free to star the project if you find it interesting and of enough quality for usage, that way you will help it get shown to people more often.

Thank you for your time and happy new year!

Top comments (0)