Re: Additional patterns possible?

2008-04-14 Thread log4cxx
Hi Patrick, You can do the same thing easier with log4cxx using environment variables. Before initializing log4cxx, put your special folders into environment variables: char theDirectory[256]; char envVar[280]; determine application data dir sprintf(envVar, "C

Compiler requirements for log4cxx 0.10.0?

2008-04-14 Thread Chakravarthula, Krishnamurthy
Experts, What is the compiler requirements for compiling log4cxx 0.10.0 on different platforms? Regards, Krishna

Re: log4cxx 0.10.0 Solaris build problem

2008-04-14 Thread Jostein Tveit
"Chakravarthula, Krishnamurthy" <[EMAIL PROTECTED]> writes: > When I am building log4cxx 0.10.0 on Solaris and I get the > following errors. Please advice. I have managed to build log4cxx 0.10.0 on Solaris, but I have not used maven or ant. I downloaded apr and apt-util from http://apr.apac

log4cxx 0.10.0 Solaris build problem

2008-04-14 Thread Chakravarthula, Krishnamurthy
Experts, When I am building log4cxx 0.10.0 on Solaris and I get the following errors. Please advice. [cc] __divdi30x174 ../static/libapr-1.a(thread_cond.o) [cc] __divdi30x3c ../static/libapr-1.a(waitio.o) [cc]

should log4cxx protect itself from exceptions thrown by appenders?

2008-04-14 Thread J.T. Conklin
Hi, When an appender's doAppend method throws an exception, it unwinds through the call stack. At the very least, this means that the log message won't be passed to any other appenders that might otherwise process it. It seems to me that log4cxx needs to protect calls to doAppend with a try/catc

Re: should log4cxx protect itself from exceptions thrown by appenders?

2008-04-14 Thread Curt Arnold
On Apr 14, 2008, at 12:26 PM, J.T. Conklin wrote: Hi, When an appender's doAppend method throws an exception, it unwinds through the call stack. At the very least, this means that the log message won't be passed to any other appenders that might otherwise process it. It seems to me that log4

Re: log4cxx 0.10.0 Solaris build problem

2008-04-14 Thread Curt Arnold
On Apr 14, 2008, at 8:37 AM, Chakravarthula, Krishnamurthy wrote: Experts, When I am building log4cxx 0.10.0 on Solaris and I get the following errors. Please advice. [cc] __divdi30x174 ../ static/libapr-1.a(thread_cond.o) [cc] __divdi3

Re: Compiler requirements for log4cxx 0.10.0?

2008-04-14 Thread Curt Arnold
On Apr 14, 2008, at 8:39 AM, Chakravarthula, Krishnamurthy wrote: Experts, What is the compiler requirements for compiling log4cxx 0.10.0 on different platforms? Regards, Krishna That is a very open-ended question. The only out of date compilers where compiler issues are coded around