# HG changeset patch # User Oleksandr Gavenko # Date 1238274275 -7200 # Node ID 66723b622888d24cbf2619491a7666fd1026416e # Parent a5cc60b53addbb68b3a1819387c37889328127df About logging. diff -r a5cc60b53add -r 66723b622888 logging.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/logging.rst Sat Mar 28 23:04:35 2009 +0200 @@ -0,0 +1,34 @@ +-*- outline -*- + +* Logging libs for c/c++. + +See below. Note that this libs complicate and its goal to provide +functionality similar to log4j. + +** log4c. + +See + + http://log4c.sourceforge.net/ + +** log4cplus. + +See + + http://log4cplus.sourceforge.net/ + +** Log for C++. + +Stop maintained at 2003. + +See + + http://log4cpp.sourceforge.net/ + +* log4j. + +Apache log4j is a Java-based logging utility. + +See + + http://logging.apache.org