dept2 / CuteLogger

Logger: simple, convinient and thread safe logger for Qt-based C++ apps
GNU Lesser General Public License v2.1
147 stars 96 forks source link

Add README.md file #14

Closed iamantony closed 6 years ago

iamantony commented 8 years ago

Hi! First of all, thanks for the such good project! Really useful.

In my opinion, the project lacks Readme file. I know, that user can use Doxygen to generate all documentation or read Logger.cpp file. But when you open project page and are trying to understand what this all about, how to use it and what features this project have, you see only bunch of the files and brief "Logger: simple, convinient and ...". Well, not so "user-friendly" =)

Thanks!

CrawlWu commented 6 years ago

Maybe you can complete it and apply for pull request.

iamantony commented 6 years ago

@CrawlWu well, recently I decided to switch to spdlog library, so I guess... no 😉