1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
2026-01-25 15:19:28 +00:00

94 lines
3.7 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.seaslog">
<?phpdoc extension-membership="pecl" ?>
<title>Seaslog</title>
<titleabbrev>Seaslog</titleabbrev>
<preface xml:id="intro.seaslog">
&reftitle.intro;
<simpara>
The <acronym>Seaslog</acronym> is an effective,fast,stable log extension for PHP.
</simpara>
<simpara>
The log journalwhich is usually the operate record of the system
software and the application record.
Through the analysis of the logit can facilitate users to understand the operation of the system
software and the application situation.
If your application log is rich enough,
it can also analyze the previous uses operation behavior,type,
regional distribution or other more information.
The application log also points the multiple levels at the same time,
you can easily get the application analysis of health status,
timely find problems and quick positioning, and solve the problem, remedy the loss.
</simpara>
<simpara>
The error_log, syslog function which built in PHP is powerful and excellent performance,
but due to various defects (error_log have no error level, no fixed format, syslog regardless of module,
and mix with system log ), reducing a lot of flexibility , and can't meet the application requirements.
</simpara>
<simpara>
The good news is that there are a number of third-party log class library established
to make up for the defects, such as log4php, plog, monolog (of course,
there are many applications in the project development of the log class).
</simpara>
<para>
So is there a log of libraries meet the following requirements
<simplelist>
<member>Modules, classification</member>
<member>Simple configuration (preferably without configuration)</member>
<member>Clear log format and easy understanding</member>
<member>Simple application and well performance</member>
</simplelist>
<acronym>Seaslog</acronym> just meet these demands.
</para>
<para>
What is provided at present:
<simplelist>
<member>In the PHP project, record the log specification and repidly.</member>
<member>Configure the default log directory and module</member>
<member>Specified log directory and capture current configuration</member>
<member>Preliminary analysis of the early warning framework</member>
<member>Efficient log buffer and convenient buffer debug</member>
<member>Follow the PSR-3 log interface specification</member>
<member>Automatically record error information</member>
<member>Automatically record abnormal information</member>
<member>Support Connect the TCP port, send with RFC5424</member>
<member>Support Connect the UDP port, send with RFC5424</member>
<member>Support RequestId differentiated requests</member>
<member>Support for log template customizations</member>
</simplelist>
</para>
<simpara>
Read More <link xlink:href="&url.seaslog.document;">SeasLog Document</link> at Github.
</simpara>
</preface>
&reference.seaslog.setup;
&reference.seaslog.constants;
&reference.seaslog.examples;
&reference.seaslog.reference;
&reference.seaslog.seaslog;
</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
-->