easyloggingpp
easyloggingpp copied to clipboard
How to include easyloggingpp in a library
So, I have a library that is being built independently of a separate project and both the library and the project use easyloggingpp. My question is, can I have more than one INITIALIZE_EASYLOGGING macro without consequence? And if not, is there a way to figure out if INITIALIZE_EASYLOGGING has already been used during compilation (a #ifndef or something like that)?
I have a same question.
I have a same question. there is a sample use esaylog in dll in history version, but it remove later, why?
you can reference : https://github.com/zc-yoke/easylogging
@sujx0123 thank you!