This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:apache:log4cxx [2021/08/13 12:06] murphy [Introduction] |
dido:public:ra:xapend:xapend.b_stds:defact:apache:log4cxx [2021/11/08 17:02] (current) nick ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Apache: Log4cxx ===== | ===== Apache: Log4cxx ===== | ||
| - | [[dido:public:ra:xapend:xapend.b_stds:defact:apache| return to the Apache Foundation ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:apache:start| return to the Apache Foundation ]] |
| : **Note**: The following is an excerpt from the official Apache Log4cxx site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. | : **Note**: The following is an excerpt from the official Apache Log4cxx site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. | ||
| Line 20: | Line 20: | ||
| Source: [[https://logging.apache.org/log4cxx/latest_stable/index.html | Short introduction to Apache log4cxx ]] | | Source: [[https://logging.apache.org/log4cxx/latest_stable/index.html | Short introduction to Apache log4cxx ]] | | ||
| ==== Introduction ==== | ==== Introduction ==== | ||
| - | : //Apache log4cxx is a logging framework for C++ patterned after [[dido:public:ra:xapend:xapend.b_stds:defact:apache:log4j| Apache log4j]], which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR. Apache log4cxx is licensed under the Apache License, an open source license certified by the Open Source Initiative.// | + | : //Apache log4cxx is a logging framework for C++ patterned after [[dido:public:ra:xapend:xapend.b_stds:defact:apache:log4j| Apache log4j]], which uses Apache Portable Runtime for most [[dido:public:ra:xapend:xapend.a_glossary:p:platform|platform]]-specific code and should be usable on any platform supported by APR. Apache log4cxx is licensed under the Apache License, an open source license certified by the Open Source Initiative.// |
| : //Almost every large [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] includes its own logging or tracing [[dido:public:ra:xapend:xapend.a_glossary:a:api|API]]. Inserting log statements into code is a low-tech method for debugging it. It may also be the only way because debuggers are not always available or applicable. This is usually the case for multithreaded applications and [[dido:public:ra:xapend:xapend.a_glossary:d:dapp|distributed applications]] at large.// | : //Almost every large [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] includes its own logging or tracing [[dido:public:ra:xapend:xapend.a_glossary:a:api|API]]. Inserting log statements into code is a low-tech method for debugging it. It may also be the only way because debuggers are not always available or applicable. This is usually the case for multithreaded applications and [[dido:public:ra:xapend:xapend.a_glossary:d:dapp|distributed applications]] at large.// | ||