RE: log4cxx-0.13.0 SetThreadDescription Entry Point Not Found

2022-12-01 Thread Michael Schumacher
y the SetThreadDescription call is not in the object files. Thank you again and best regards, Michael Original Message- From: Robert Middleton Sent: Donnerstag, 1. Dezember 2022 14:26 To: Log4CXX User Subject: Re: log4cxx-0.13.0 SetThreadDescription Entry Point Not Found [You don't often

RE: log4cxx-0.13.0 SetThreadDescription Entry Point Not Found

2022-12-01 Thread Michael Schumacher
Hi Robert, Thank you for the quick answer! Ok we will comment out the checks as you proposed. Best Regards, Michael -Original Message- From: Robert Middleton Sent: Donnerstag, 1. Dezember 2022 14:20 To: Log4CXX User Subject: Re: log4cxx-0.13.0 SetThreadDescription Entry Point Not

Re: log4cxx-0.13.0 SetThreadDescription Entry Point Not Found

2022-12-01 Thread Robert Middleton
Note that you may also just be able to configure this at runtime. Assuming that you are using a configuration file to configure Log4cxx, you can probably set the ThreadConfigurationType to not name threads, meaning the code is never called. See this documentation for more details: https://logging

Re: log4cxx-0.13.0 SetThreadDescription Entry Point Not Found

2022-12-01 Thread Robert Middleton
Hi Michael, The best thing for me to recommend is to simply comment out the checks for SetThreadDescription and GetThreadDescription as you have done. This is really designed to be an optional feature, such that you can print out the name of the thread rather than just its ID in hex. At least und

log4cxx-0.13.0 SetThreadDescription Entry Point Not Found

2022-12-01 Thread Michael Schumacher
Hi, we have an issue with log4cxx.dll, version 0.13.0; here is what we found out so far: * We built log4cxx.dll on a Windows Server 2019 with cmake (from the downloaded apache-log4cxx-0.13.0.zip). * In apache-log4cxx-0.13.0\src\main\include\CMakeLists.txt the four lines below activa