mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346395 c90b9560-bf6c-de11-be94-00142212c4b1
272 lines
6.7 KiB
XML
272 lines
6.7 KiB
XML
<?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">
|
|
&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>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
1
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-detail-order-desc">
|
|
<term>
|
|
<constant>SEASLOG_DETAIL_ORDER_DESC</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
2
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-appender-file">
|
|
<term>
|
|
<constant>SEASLOG_APPENDER_FILE</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
1
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-appender-tcp">
|
|
<term>
|
|
<constant>SEASLOG_APPENDER_TCP</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
2
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-appender-udp">
|
|
<term>
|
|
<constant>SEASLOG_APPENDER_UDP</constant>
|
|
(<type>integer</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>integer</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>integer</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>integer</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>integer</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>integer</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>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
4
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</para>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|