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:log4php [2020/05/05 20:49] nick ↷ Links adapted because of a move operation |
dido:public:ra:xapend:xapend.b_stds:defact:apache:log4php [2021/11/08 17:02] (current) nick ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== Apache: log4php ========= | + | ===== Apache: log4php ===== |
| - | [[dido:public:apdx.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 Log4j site. It is provided here as a connivence and is not authoritative. Refer to the original document as the authoritative reference. | + | : **Note**: The following is an excerpt from the official Apache Log4php site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. |
| - | + | ||
| - | : // | + | |
| - | // | + | |
| <table> | <table> | ||
| Line 22: | Line 19: | ||
| Source: [[https://logging.apache.org/log4php/n | What is Apache log4php? ]] | | Source: [[https://logging.apache.org/log4php/n | What is Apache log4php? ]] | | ||
| + | ==== Introduction ==== | ||
| + | //Apache log4php™ is a versatile logging framework for PHP.// | ||
| + | //Feature highlights://\\ | ||
| + | //1. Configuration through XML, properties or PHP files//\\ | ||
| + | //2. Various logging destinations, including:// | ||
| + | * //Console (stdout, stderr)// | ||
| + | * //Files (including daily and rolling files)// | ||
| + | * //Email// | ||
| + | * //Databases// | ||
| + | * //Sockets// | ||
| + | * //[[dido:public:ra:xapend:xapend.b_stds:tech:ietf:syslog]]// | ||
| + | //3. Several built-in log message formats, including:// | ||
| + | * //HTML// | ||
| + | * //XML// | ||
| + | * //User defined pattern// | ||
| + | //4. Nested (NDC) and Mapped (MDC) Diagnostic Contexts.// | ||
| - | ====== Introduction ====== | + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
| - | : //Apache log4php™ is a versatile logging framework for PHP.// | + | /* To add a discussion page to this page, comment out the line that says |
| - | + | ~~DISCUSSION:off~~ | |
| - | : //Feature highlights:// | + | */ |
| - | + | ~~DISCUSSION:on|Outstanding Issues~~ | |
| - | * //Configuration through XML, properties or PHP files// | + | ~~DISCUSSION:off~~ |
| - | * //Various logging destinations, including:// | + | |
| - | * //Console (stdout, stderr)// | + | |
| - | * //Files (including daily and rolling files)// | + | |
| - | * //Email// | + | |
| - | * //Databases// | + | |
| - | * //Sockets// | + | |
| - | * //[[dido:public:apdx.stds:tech:ietf:syslog]]// | + | |
| - | * //Several built-in log message formats, including:// | + | |
| - | * //HTML// | + | |
| - | * //XML// | + | |
| - | * //User defined pattern// | + | |
| - | * //Nested (NDC) and Mapped (MDC) Diagnostic Contexts.// | + | |