abumq / easyloggingpp

C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
MIT License
3.75k stars 918 forks source link

empty line ocasionally #799

Closed wenjunlong closed 2 years ago

wenjunlong commented 2 years ago

It seems that the logger print an empty line ocasionally, the version is 9.97.0 . LOG(DEBUG) << "feature_id pushed: ";

* DEBUG: FORMAT = "%datetime{%d/%M %H:%m:%s} %msg %fbase %line"

image

wenjunlong commented 2 years ago

the same thing happen in version v9.96.7, has anyone encountered this before, or any suggestion?

wenjunlong commented 2 years ago

I clean and rebuild the whole project, and even change the architecture, then the problem vanished, So I decide I should close the issue.