easyloggingpp
easyloggingpp copied to clipboard
C++ logging library. It is extremely powerful, 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 cus...
Hello everyone, With using ELPP I have experienced crashes caused by the lack of pointer validation. They occur always when you try to use the logger at: 1. The constructor...
and provides direct printing of common `QRect` types. ### This is a - [ ] Breaking change - [x] New feature - [x] Bugfix ### I have - [x] Merged...
I'm trying to use easyloggingpp for tracking the performance of a computation intensive method called from multiple theads. In order to achieve that, this method starts by calling `TIMED_FUNC(timerObj);` as...
When I use like printf function to write log with high frequency, it will cause crash in easyloggingpp, but log a few times, this no problem, my code as follows:...
I am strugling with easylogging++ thread support for some time now. Basically program works as expected when compiled without ELPP_THREAD_SAFE and when included I get segmentation fault. I create a...
I am using the library in an environment of an DLL. I have a function that helps me to configure the loggers during DLL_PROCESS_ATTACH. And also an extra function to...
```cpp #include #include #define ELPP_STL_LOGGING #include "easylogging++.h" INITIALIZE_EASYLOGGINGPP int main() { auto& mainLogger = *el::Loggers::getLogger("main"); std::vector check = {"check1", "check2"}; LOG(INFO)
Hello This lib is really great one to use. Here is one of the thing -where i am looking some help to implement the Total size of files in the...
### This is a - [ ] Breaking change - [ ] New feature - [x] Bugfix ### I have - [ ] Merged in the latest upstream changes -...