equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8; -*- |
|
2 .. include:: HEADER.rst |
|
3 |
|
4 ==================== |
|
5 Logging frameworks |
|
6 ==================== |
|
7 .. contents:: |
|
8 :local: |
|
9 |
|
10 Logging libs for c/c++ |
|
11 ====================== |
|
12 |
|
13 Some of these libs are complicated and its goal to provide functionality similar |
|
14 to log4j. |
|
15 |
|
16 * log4c: http://log4c.sourceforge.net/ |
|
17 * log4cplus: http://log4cplus.sourceforge.net/ |
|
18 * Log for C++ (dead starting from 2003): http://log4cpp.sourceforge.net/ |
|
19 |
|
20 log4j |
|
21 ===== |
|
22 |
|
23 Apache log4j is a Java-based logging utility. |
|
24 |
|
25 http://logging.apache.org |