mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 00:42:18 +01:00
96 lines
3.7 KiB
XML
96 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
|
||
<book xml:id="book.seaslog" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<?phpdoc extension-membership="pecl" ?>
|
||
<title>Seaslog</title>
|
||
<titleabbrev>Seaslog</titleabbrev>
|
||
|
||
<preface xml:id="intro.seaslog">
|
||
&reftitle.intro;
|
||
<para>
|
||
The <acronym>Seaslog</acronym> is an effective,fast,stable log extension for PHP.
|
||
</para>
|
||
<para>
|
||
The log journal,which is usually the operate record of the system,
|
||
software and the application record.
|
||
Through the analysis of the log,it 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 use’s 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.
|
||
</para>
|
||
<para>
|
||
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.
|
||
</para>
|
||
<para>
|
||
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).
|
||
</para>
|
||
<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>
|
||
<para>
|
||
Read More <link xlink:href="&url.seaslog.document;">SeasLog Document</link> at Github.
|
||
</para>
|
||
</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
|
||
-->
|