1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
TAKAGI Masahiro a95e4de08e Sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330348 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-24 21:19:30 +00:00

60 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<book xml:id="book.errorfunc" xmlns="http://docbook.org/ns/docbook">
<?phpdoc extension-membership="core" ?>
<title>エラー処理およびログ記録</title>
<titleabbrev>エラー処理</titleabbrev>
<preface xml:id="intro.errorfunc">
&reftitle.intro;
<para>
以下の関数は、エラー処理およびログ記録を行います。これらの関数によ
り、独自のエラー処理規則を定義することが可能になり、同時にエラーの
ログを記録する方法を修正することが可能になります。これにより、ニーズに
即したエラー出力の変更と拡張が可能になります。
</para>
<para>
ログ記録関数により他のマシンやemail(またはポケベルのゲートウエイ
に!)、システムログ等に直接メッセージを送信することが可能になります。
これにより、ログを行うものを選択したり、アプリケーションやWebサイ
トに最も重要な部分をモニタすることが可能になります。
</para>
<para>
エラー出力関数により、エラーのフィードバックのレベルと種類、
簡単な通知からカスタマイズされた関数までエラーの際に返すもの
をカスタマイズすることが可能になります。
</para>
</preface>
&reference.errorfunc.setup;
&reference.errorfunc.constants;
&reference.errorfunc.examples;
&reference.errorfunc.reference;
</book>
<!-- 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
-->