mirror of
https://github.com/php/doc-fr.git
synced 2026-03-24 07:02:06 +01:00
270 lines
6.7 KiB
XML
270 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: ed0559b36f1c31c24c1ec1b641276da111e06f1e Maintainer: Fan2Shrek Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="seaslog.constants">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<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" - Informations de débogage détaillées.Informations détaillées sur les événements.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-info">
|
|
<term>
|
|
<constant>SEASLOG_INFO</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"INFO" - Événements intéressants.Emphase sur le processus d'exécution de l'application.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-notice">
|
|
<term>
|
|
<constant>SEASLOG_NOTICE</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"NOTICE" - Événements normaux mais significatifs.Informations plus importantes que le niveau INFO pendant l'exécution.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-warning">
|
|
<term>
|
|
<constant>SEASLOG_WARNING</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"WARNING" - Occurrences exceptionnelles qui ne sont pas des erreurs.Informations aberrantes potentielles qui nécessitent une attention et doivent être réparées.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-error">
|
|
<term>
|
|
<constant>SEASLOG_ERROR</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"ERROR" - Erreurs de fonctionnement qui ne nécessitent pas d'action immédiate mais qui devraient typiquement en nécessiter.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-critical">
|
|
<term>
|
|
<constant>SEASLOG_CRITICAL</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"CRITICAL" - Conditions critiques.Nécessite une réparation immédiate, et le composant du programme est indisponible.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-alert">
|
|
<term>
|
|
<constant>SEASLOG_ALERT</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"ALERT" - Action doit être prise immédiatement.Attention immédiate doit être accordée au personnel concerné pour les réparations d'urgence.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="constant.seaslog-emergency">
|
|
<term>
|
|
<constant>SEASLOG_EMERGENCY</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
"EMERGENCY" - Système inutilisable.
|
|
</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-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>
|
|
</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
|
|
-->
|