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.8k stars 929 forks source link

Method of using lib built with elpp and elpp at the same time #754

Open 7oud opened 4 years ago

7oud commented 4 years ago

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?

pat-CIMAR-UF commented 3 years ago

Same situation here. Waiting for solution