mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
seaslog: fix XML to remove useless wrapping para tags via script
This commit is contained in:
@@ -1,255 +1,251 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
|
||||
<appendix xml:id="seaslog.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="seaslog.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.seaslog-version">
|
||||
<term>
|
||||
<constant>SEASLOG_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-author">
|
||||
<term>
|
||||
<constant>SEASLOG_AUTHOR</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-all">
|
||||
<term>
|
||||
<constant>SEASLOG_ALL</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ALL"
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-debug">
|
||||
<term>
|
||||
<constant>SEASLOG_DEBUG</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"DEBUG" - Detailed debug information.Fine-grained information events.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-info">
|
||||
<term>
|
||||
<constant>SEASLOG_INFO</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"INFO" - Interesting events.Emphasizes the running process of the application.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-notice">
|
||||
<term>
|
||||
<constant>SEASLOG_NOTICE</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"NOTICE" - Normal but significant events.Information that is more important than the INFO level during execution.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-warning">
|
||||
<term>
|
||||
<constant>SEASLOG_WARNING</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"WARNING" - Exceptional occurrences that are not errors.Potentially aberrant information that needs attention and needs to be repaired.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-error">
|
||||
<term>
|
||||
<constant>SEASLOG_ERROR</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ERROR" - Runtime errors that do not require immediate action but should typically.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-critical">
|
||||
<term>
|
||||
<constant>SEASLOG_CRITICAL</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"CRITICAL" - Critical conditions.Need to be repaired immediately, and the program component is unavailable.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-alert">
|
||||
<term>
|
||||
<constant>SEASLOG_ALERT</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ALERT" - Action must be taken immediately.Immediate attention should be given to relevant personnel for emergency repairs.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-emergency">
|
||||
<term>
|
||||
<constant>SEASLOG_EMERGENCY</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"EMERGENCY" - System is unusable.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-detail-order-asc">
|
||||
<term>
|
||||
<constant>SEASLOG_DETAIL_ORDER_ASC</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.seaslog-version">
|
||||
<term>
|
||||
<constant>SEASLOG_VERSION</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-author">
|
||||
<term>
|
||||
<constant>SEASLOG_AUTHOR</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-all">
|
||||
<term>
|
||||
<constant>SEASLOG_ALL</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ALL"
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-debug">
|
||||
<term>
|
||||
<constant>SEASLOG_DEBUG</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"DEBUG" - Detailed debug information.Fine-grained information events.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-info">
|
||||
<term>
|
||||
<constant>SEASLOG_INFO</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"INFO" - Interesting events.Emphasizes the running process of the application.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-notice">
|
||||
<term>
|
||||
<constant>SEASLOG_NOTICE</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"NOTICE" - Normal but significant events.Information that is more important than the INFO level during execution.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-warning">
|
||||
<term>
|
||||
<constant>SEASLOG_WARNING</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"WARNING" - Exceptional occurrences that are not errors.Potentially aberrant information that needs attention and needs to be repaired.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-error">
|
||||
<term>
|
||||
<constant>SEASLOG_ERROR</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ERROR" - Runtime errors that do not require immediate action but should typically.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-critical">
|
||||
<term>
|
||||
<constant>SEASLOG_CRITICAL</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"CRITICAL" - Critical conditions.Need to be repaired immediately, and the program component is unavailable.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-alert">
|
||||
<term>
|
||||
<constant>SEASLOG_ALERT</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"ALERT" - Action must be taken immediately.Immediate attention should be given to relevant personnel for emergency repairs.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-emergency">
|
||||
<term>
|
||||
<constant>SEASLOG_EMERGENCY</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"EMERGENCY" - System is unusable.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-detail-order-asc">
|
||||
<term>
|
||||
<constant>SEASLOG_DETAIL_ORDER_ASC</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-detail-order-desc">
|
||||
<term>
|
||||
<constant>SEASLOG_DETAIL_ORDER_DESC</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-file">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_FILE</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-tcp">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_TCP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-udp">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_UDP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
3
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-close-logger-stream-mod-all">
|
||||
<term>
|
||||
<constant>SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-detail-order-desc">
|
||||
<term>
|
||||
<constant>SEASLOG_DETAIL_ORDER_DESC</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-close-logger-stream-mod-assign">
|
||||
<term>
|
||||
<constant>SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-file">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_FILE</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-domain-port">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-tcp">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_TCP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-request-uri">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_REQUEST_URI</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-appender-udp">
|
||||
<term>
|
||||
<constant>SEASLOG_APPENDER_UDP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-request-method">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
3
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-close-logger-stream-mod-all">
|
||||
<term>
|
||||
<constant>SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-close-logger-stream-mod-assign">
|
||||
<term>
|
||||
<constant>SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-domain-port">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-request-uri">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_REQUEST_URI</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
2
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-request-method">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
3
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-client-ip">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_CLIENT_IP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
4
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.seaslog-request-variable-client-ip">
|
||||
<term>
|
||||
<constant>SEASLOG_REQUEST_VARIABLE_CLIENT_IP</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
4
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user