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

Re: Additional patterns possible?

2008-04-13 Thread Patrick Lannigan
Curt Arnold wrote: On Apr 11, 2008, at 1:28 PM, Patrick Lannigan wrote: > In a project that uses log4net, I have successfully added the > pattern demonstrated to access Windows Special folders > http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200506.mbox/[EMAIL > PROTECTED] > > I

Re: Additional patterns possible?

2008-04-12 Thread Curt Arnold
On Apr 11, 2008, at 1:28 PM, Patrick Lannigan wrote: In a project that uses log4net, I have successfully added the pattern demonstrated to access Windows Special folders http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200506.mbox/[EMAIL PROTECTED] I am now trying to do the same

Additional patterns possible?

2008-04-11 Thread Patrick Lannigan
In a project that uses log4net, I have successfully added the pattern demonstrated to access Windows Special folders http://mail-archives.apache.org/mod_mbox/logging-log4net-user/200506.mbox/[EMAIL PROTECTED] I am now trying to do the same with log4cxx, but seem to be running into some roadbl