9

gcc 4.4.3 c89

I am just getting started with log4c. However, there is very little documentation out there for how to get started with it.

I am wondering does anyone know of any tutorials, articles on how to get started?

Cœur
  • 37,241
  • 25
  • 195
  • 267
ant2009
  • 27,094
  • 154
  • 411
  • 609

2 Answers2

6

If you unpack the tar ball from the project page at http://log4c.sourceforge.net/ there is a doc directory containing examples etc.

Also there is the developer's guide at http://www.slideshare.net/gzm55/log4-c-developers-guide-presentation.

harschware
  • 13,006
  • 17
  • 55
  • 87
3

Since log4c and log4net are both ports of log4j, may be you can use log4j/log4net documentation. Since it is a port, the configuration and API should be the same

log4net documentation: http://logging.apache.org/log4net/release/manual/configuration.html

Alex Reitbort
  • 13,504
  • 1
  • 40
  • 61