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.8k
stars
929
forks
source link
Method of using lib built with elpp and elpp at the same time #754
I am doing some work with Intel RealSense camera, which sdk is built with easyloggingpp(elpp). And if I use the sdk with elpp at the same time, the program will crash. Maybe bcz of the global initialization of elpp. Is there any workaround to fix the problem? Is it possible to modify a few code of elpp to avoid the confliction?
I am doing some work with Intel RealSense camera, which sdk is built with easyloggingpp(elpp). And if I use the sdk with elpp at the same time, the program will crash. Maybe bcz of the global initialization of elpp. Is there any workaround to fix the problem? Is it possible to modify a few code of elpp to avoid the confliction?