Re: Exception when calling logger->info() method

2018-03-14 Thread Thorsten Schöning
Guten Tag Dalecki, Janusz, am Mittwoch, 14. März 2018 um 04:40 schrieben Sie: > Thanks for the reply. I have compiled my app and built log4cxx > using Visual Studio 2017 – so they are coming from the same compiler. Did you try using the macro as suggested? How did you build log4cxx? As the access

RE: Exception when calling logger->info() method

2018-03-14 Thread Dalecki, Janusz
Hi Thorsten, I have solved the problem. It was my fault. I have compiled the Debug version of my app with NODEBUG micro defined, but Debug version library of log4cxx was correctly defined with the _DEBUG macro defined. After compiling my app with the _DEBUG macro everything is working just fine.