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...
This change uses wide paths on windows when the ELPP_UNICODE flag is set. I'll leave versioning to the maintainer. ### This is a - [ ] Breaking change - [...
This makes the Easylogging++ more usable as a static library: now, the user can just add it as a sub-directory to his CMakeLists.txt and then user target_link_libraries( target_name easyloggingpp )...
Since I did not change the CHANGELOG file last time. ### This is a - [ ] Breaking change - [ ] New feature - [x] Bugfix ### I have...
New CMake options: - use_std_threads ->ELPP_FORCE_USE_STD_THREAD - no_default_logfile -> ELPP_NO_DEFAULT_LOG_FILE - thread_safe -> ELPP_THREAD_SAFE ### This is a - [ ] Breaking change - [x] New feature - [ ]...
hello, i follow Microsoft Windows installation ... using pre-compiled binaries section. however, when i run IntaRNA -t CCCCCCCCGGGGGGGGGGGGGG -q AAAACCCCCCCUUUU, i got the error. IntaRNA : 无法将“IntaRNA”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路 径正确,然后再试一次。 所在位置...
When using logrotate to limit log file size in a linux system I cannot get easyloggingpp to reopen the log file after it has been rotated. I've tried to just...
I am using easyloggingpp in vc++. Visual studio version is 2022. The log module is in the dll and my project has a structure in which several processes use this...
This can get horribly complex if you need fine control, but convenience is usually more important for logging, so it'd be nice if there was a built-in function to output...
Maybe very silly question, but I couldn't find out using readme (haven't dug into the source yet) whether it is possible to specify logging output file in logger.conf via system...