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