Václav Haisman
Václav Haisman
If you want to contribute a modification, you should definitelly use the usual GitHub process, i.e., make a pull request from your own fork of the repository. As for date...
I think it should be possible. You can configure log4cplus via configuration file using the plain C API. You can also log using the C API.
Try to set either environment variable `LOG4CPLUS_LOGLOG_DEBUGENABLED=true` or configuration file property `configDebug=true` to see what is log4cplus doing. I am afraid I do not see any obvious issues with the...
This is something that I *may* be able do on \*nix by using Net-SNMP library but I am not sure if this is ever going to happen on Windows.
In the past here was `android` directory in the sources with some CMake files that were supposed to allow building log4cplus for Android. I have recently removed that because I...
You say you are using log4cplus as a static library, are you also using static CRT (linking with LIBCMT)?
The function `threadCleanup()` should be called in your own threads right before you exit them. It frees anything it has in thread local storage.
There have also been some memory leaks related changes between 2.0.0 and 2.0.5. Please use 2.0.5.
I am sorry but I cannot help much with that. I do not have access to those platforms and other platforms seem to work just fine.
The version 1.0.2 is very old. I suggest you try the latest, or if you have to use 1.0.x, then try the latest in that line. I think that adding...