I'm working through issues right now with static linking of log4cxx
(current Windows and then Unix). What you are likely seeing is that
a static link has either not including the ConsoleAppender in the
link, therefore it is not getting registered as an available class or
the registration occurs after after the default initialization.
Neither is fixable within the calling code. If you can use the
shared libraries for a few days, I should be able to get the static
linking issues worked through.
On May 12, 2005, at 6:29 PM, Raymond Lau wrote:
I tried to run a test program on linux, but got the following error.
Does anyone have an idea what I might have forgotten to set up?
Thanks