Re: Seeking documentation

2008-02-27 Thread Jacob L. Anawalt
Curt Arnold wrote: log4cxx has minimal independent documentation since it attempts to mimic log4j. Unfortunately, log4j also has a gap between the freely available intro and the freely available source code. There are two commercial log4j books but they are not products of the Apache Software

Re: Seeking documentation

2008-02-27 Thread Curt Arnold
On Feb 26, 2008, at 12:04 PM, Jacob L. Anawalt wrote: Hello, I'm starting to try log4cxx in a C++ program developed on Debian 4.0 (etch). I read the short introduction [1] and then adapted information from there into my program. It has been pleasant to have everything so far 'just work'.

Re: Seeking documentation

2008-02-26 Thread Jacob L. Anawalt
[EMAIL PROTECTED] wrote: Try this link -- it's a good tutorial on Log4J -- the concepts apply to Log4CXX directly: http://www.vipan.com/htdocs/log4jhelp.html Thank you. It was nice to have a list of some of the Appender's PropertyConfigurator options. I am interested in using a Syslo

Re: Seeking documentation

2008-02-26 Thread renny . koshy
Subject Seeking documentation Please respond to

Seeking documentation

2008-02-26 Thread Jacob L. Anawalt
Hello, I'm starting to try log4cxx in a C++ program developed on Debian 4.0 (etch). I read the short introduction [1] and then adapted information from there into my program. It has been pleasant to have everything so far 'just work'. I think I am now to the point where I understand everythin