logging.rst
changeset 59 66723b622888
child 735 5c437e2d5fe1
equal deleted inserted replaced
58:a5cc60b53add 59:66723b622888
       
     1 -*- outline -*-
       
     2 
       
     3 * Logging libs for c/c++.
       
     4 
       
     5 See below. Note that this libs complicate and its goal to provide
       
     6 functionality similar to log4j.
       
     7 
       
     8 ** log4c.
       
     9 
       
    10 See
       
    11 
       
    12   http://log4c.sourceforge.net/
       
    13 
       
    14 ** log4cplus.
       
    15 
       
    16 See
       
    17 
       
    18   http://log4cplus.sourceforge.net/
       
    19 
       
    20 ** Log for C++.
       
    21 
       
    22 Stop maintained at 2003.
       
    23 
       
    24 See
       
    25 
       
    26   http://log4cpp.sourceforge.net/
       
    27 
       
    28 * log4j.
       
    29 
       
    30 Apache log4j is a Java-based logging utility.
       
    31 
       
    32 See
       
    33 
       
    34   http://logging.apache.org