1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-30 11:02:18 +02:00
Files
archived-doc-ja/reference/errorfunc/reference.xml
TAKAGI Masahiro fa482f421c sync with en.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195169 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-05 11:34:14 +00:00

79 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.7 $ -->
<!-- EN-Revision: 1.7 Maintainer: hirokawa Status: ready -->
<!-- Purpose: basic.php -->
<!-- Membership: core -->
<reference id="ref.errorfunc">
<title>エラー処理およびログ記録関数</title>
<titleabbrev>エラーとログ記録</titleabbrev>
<partintro>
<section id="errorfunc.intro">
&reftitle.intro;
<para>
以下の関数は、エラー処理およびログ記録を行います。これらの関数によ
り、独自のエラー処理規則を定義することが可能になり、同時にエラーの
ログを記録する方法を修正することが可能になります。これにより、ニーズに
即したエラー出力の変更と拡張が可能になります。
</para>
<para>
ログ記録関数により他のマシンやemail(またはポケベルのゲートウエイ
に!)、システムログ等に直接メッセージを送信することが可能になります。
これにより、ログを行うものを選択したり、アプリケーションやWebサイ
トに最も重要な部分をモニタすることが可能になります。
</para>
<para>
エラー出力関数により、エラーのフィードバックのレベルと種類、
簡単な通知からカスタマイズされた関数までエラーの際に返すもの
をカスタマイズすることが可能になります。
</para>
</section>
<section id="errorfunc.requirements">
&reftitle.required;
&no.requirement;
</section>
<section id="errorfunc.installation">
&reftitle.install;
&no.install;
</section>
&reference.errorfunc.ini;
&reference.errorfunc.constants;
&reference.errorfunc.examples;
<section id="errorfunc.seealso">
&reftitle.seealso;
<para>
<function>syslog</function>も参照してください。
</para>
</section>
</partintro>
&reference.errorfunc.functions;
</reference>
<!-- 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:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->