easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

How to include easyloggingpp in a library

Open ihowell opened this issue 5 years ago • 4 comments

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)?

ihowell avatar Jul 03 '19 14:07 ihowell

I have a same question.

DmitryDemidov80 avatar Jul 29 '19 07:07 DmitryDemidov80

I have a same question. there is a sample use esaylog in dll in history version, but it remove later, why?

baronzzl avatar May 28 '20 10:05 baronzzl

you can reference : https://github.com/zc-yoke/easylogging

sujx0123 avatar May 29 '20 01:05 sujx0123

@sujx0123 thank you!

baronzzl avatar Jun 03 '20 10:06 baronzzl