Hello,
I (once again) have problems compiling log4cxx on my Windows-System. :-(
The unit tests fail. I don't really know, since when this occurs but
it's
at least 3 days now. I have attached the last lines of the ant build.
I tried to compile log4cxx with `ant -Ddebug=false -Dlib.type=static`.
I am still trying to learn about log4cxx and once again, I stumbled over
a little pitfall.
Using the LOG4CXX_TRACE macro results in a linker error. The linker
can't find the symbol
log4cxx::Logger::isTraceEnabled(void)const
> main.obj : error LNK2019: unresolved external symbol
> ""public: bool
Hi,
I just tried to compile various flavours of log4cxx and encountered some
problems:
1. `ant clean; ant` builds the default configuration (debug/shared)
This works fine! :-)
2. `ant clean; ant -Ddebug=true -Dlib.type=shared` fail at linking the
unittests:
> build-unittest:
> [c
> Thanks a lot. Now log4cxx compiles. Unfortunatly, the unit test fail.
> I have copied the last lines of ant output at the end of this file.
>
> Is this again a problem with my environment? Or is it a problem with
> log4cxx?
Well, acutally, it was again a problem with my environment. Putting th
> > I just tried to compile the latest svn snapshot of log4cxx on my
> > Windows
> > XP system. Unfortunately, it failed.
> >
> > The last output of ant was:
> >
> > > win-configure:
> > >
> > > configure:
> > > [echo] Configuring with has.wchar_t=1
> > > [echo] Configuring with has.wco
Hi,
I just tried to compile the latest svn snapshot of log4cxx on my Windows
XP system. Unfortunately, it failed.
The last output of ant was:
> win-configure:
>
> configure:
> [echo] Configuring with has.wchar_t=1
> [echo] Configuring with has.wcout=1
> [echo] Configuring with lo
Hi,
I'd like to change the logging behavior of my program at runtime.
Therefore, I'd like to visualize the complete current logger hierarchy.
Can someone tell me, how to access the logger hierarchy?
The log4cxx::Hierarchy::getCurrentLoggers() function should help, but
how can I get the hierarchy
Hi,
I'd like to change the logging behavior of my program at runtime.
Therefore, I'd like to visualize the current logger hierarchy. Can
someone tell me, how to access the logger hierarchy?
The log4cxx::Hierarchy::getCurrentLoggers() function should help, but
how can I get the hierarchy object co
Hi merc,
> I've been searching for a VS2005 project file or binary for log4cxx,
> but without any luck. No choice but to went through a bumpy journey
> to get the ant build from 0.10.0 source.
>
> Anyway, I posted it up here, hope that its some use to anyone who is
> working with VS2005:
> http://