Hi,
I compiled log4cxx as a DLL before and it worked perfectly. Now I wanted
to use log4cxx (version 0.10.0) as a static library. I've set the
"Configuration Type" to "Static Library .lib" in the log4cxx properties
and I changed the Preprocessor -> Preprocessor definitions to
LOG4CXX_STATIC.
Very timely question & answer.
What if one inherits from XmlSocketAppender class and implement a
setLayout() method that frees (deletes)
the XmlLayout that was created and replaces it with the layout in the
setLayout() call?
The 'layout' variable defined in AppenderSkeleton (and used by
XmlSocke
On May 29, 2009, at 12:09 PM, Gerrit van Doorn wrote:
Hi,
I compiled log4cxx as a DLL before and it worked perfectly. Now I
wanted to use log4cxx (version 0.10.0) as a static library. I've set
the "Configuration Type" to "Static Library .lib" in the log4cxx
properties and I changed the P