Hi Curt et al.
I was discussing using log4cxx with my project arch. He had a few questions
which I am posting here.
Please post your replies as time permits. Any user inputs are appreciated
also.
We have to decide a logging API soon.
1) Can we trace messages with parameters?
Example: LOG("This is %1 message from %2", 1, "user");
2) Are dynamic runtime changes possible?
Example: If I change a parameter in a config file will the change take
effect immediately without restarting the program?
3) Does log4cxx support sending messages to the windows debugger?
Example: Use OutputDebugString to send messages that can be viewed with
DbgView.exe from SysInternals.
4) Is there any easy method to trace function entry and exit? Is there any
pattern that you recommend for the same?
5) Is log4cxx thread safe?
Thanks
Arun