<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.seaslog.php',
    1 => 'Seaslog',
    2 => 'Seaslog',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Diğer Temel Eklentiler',
  ),
  'prev' => 
  array (
    0 => 'class.random-randomexception.php',
    1 => 'Random\\RandomException',
  ),
  'next' => 
  array (
    0 => 'seaslog.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/seaslog/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.seaslog.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.seaslog" class="book">
 
 <h1 class="title">Seaslog</h1>
 

 <div id="intro.seaslog" class="preface">
  <h1 class="title">Giriş</h1>
   <p class="simpara">
   The <abbr>Seaslog</abbr> is an effective,fast,stable log extension for PHP.
  </p>
  <p class="simpara">
  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.
  </p>
  <p class="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&#039;t meet the application requirements.
  </p>
  <p class="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).
  </p>
  <p class="para">
  So is there a log of libraries meet the following requirements：
    <ul class="simplelist">
        <li>Modules, classification</li>
        <li>Simple configuration (preferably without configuration)</li>
        <li>Clear log format and easy understanding</li>
        <li>Simple application and well performance</li>
    </ul>
    <abbr>Seaslog</abbr> just meet these demands.
  </p>
  <p class="para">
  What is provided at present:
    <ul class="simplelist">
        <li>In the PHP project, record the log specification and repidly.</li>
        <li>Configure the default log directory and module</li>
        <li>Specified log directory and capture current configuration</li>
        <li>Preliminary analysis of the early warning framework</li>
        <li>Efficient log buffer and convenient buffer debug</li>
        <li>Follow the PSR-3 log interface specification</li>
        <li>Automatically record error information</li>
        <li>Automatically record abnormal information</li>
        <li>Support Connect the TCP port, send with RFC5424</li>
        <li>Support Connect the UDP port, send with RFC5424</li>
        <li>Support RequestId differentiated requests</li>
        <li>Support for log template customizations</li>
    </ul>
  </p>
  <p class="simpara">
   Read More <a href="https://seasx.github.io/SeasLog/" class="link external">&raquo;&nbsp;SeasLog Document</a> at Github.
  </p>
 </div>

 




 




 




 






 





<ul class="chunklist chunklist_book"><li><a href="seaslog.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="seaslog.requirements.php">Gereksinimler</a></li><li><a href="seaslog.installation.php">Kurulum</a></li><li><a href="seaslog.configuration.php">&Ccedil;alışma Anı Yapılandırması</a></li><li><a href="seaslog.resources.php">&Ouml;zkaynak T&uuml;rleri</a></li></ul></li><li><a href="seaslog.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="seaslog.examples.php">&Ouml;rnekler</a></li><li><a href="ref.seaslog.php">Seaslog İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.seaslog-get-author.php">seaslog_get_author</a> — Get SeasLog author.</li><li><a href="function.seaslog-get-version.php">seaslog_get_version</a> — Get SeasLog version.</li></ul></li><li><a href="class.seaslog.php">SeasLog</a> — The SeasLog class<ul class="chunklist chunklist_book chunklist_children"><li><a href="seaslog.alert.php">SeasLog::alert</a> — Record alert log information</li><li><a href="seaslog.analyzercount.php">SeasLog::analyzerCount</a> — Get log count by level, log_path and key_word</li><li><a href="seaslog.analyzerdetail.php">SeasLog::analyzerDetail</a> — Get log detail by level, log_path, key_word, start, limit, order</li><li><a href="seaslog.closeloggerstream.php">SeasLog::closeLoggerStream</a> — Manually release stream flow from logger</li><li><a href="seaslog.construct.php">SeasLog::__construct</a> — Description</li><li><a href="seaslog.critical.php">SeasLog::critical</a> — Record critical log information</li><li><a href="seaslog.debug.php">SeasLog::debug</a> — Record debug log information</li><li><a href="seaslog.destruct.php">SeasLog::__destruct</a> — Description</li><li><a href="seaslog.emergency.php">SeasLog::emergency</a> — Record emergency log information</li><li><a href="seaslog.error.php">SeasLog::error</a> — Record error log information</li><li><a href="seaslog.flushbuffer.php">SeasLog::flushBuffer</a> — Flush logs buffer, dump to appender file, or send to remote api with tcp/udp</li><li><a href="seaslog.getbasepath.php">SeasLog::getBasePath</a> — Get SeasLog base path.</li><li><a href="seaslog.getbuffer.php">SeasLog::getBuffer</a> — Get the logs buffer in memory as array</li><li><a href="seaslog.getbufferenabled.php">SeasLog::getBufferEnabled</a> — Determin if buffer enabled</li><li><a href="seaslog.getdatetimeformat.php">SeasLog::getDatetimeFormat</a> — Get SeasLog datetime format style</li><li><a href="seaslog.getlastlogger.php">SeasLog::getLastLogger</a> — Get SeasLog last logger path</li><li><a href="seaslog.getrequestid.php">SeasLog::getRequestID</a> — Get SeasLog request_id differentiated requests</li><li><a href="seaslog.getrequestvariable.php">SeasLog::getRequestVariable</a> — Get SeasLog request variable</li><li><a href="seaslog.info.php">SeasLog::info</a> — Record info log information</li><li><a href="seaslog.log.php">SeasLog::log</a> — The Common Record Log Function</li><li><a href="seaslog.notice.php">SeasLog::notice</a> — Record notice log information</li><li><a href="seaslog.setbasepath.php">SeasLog::setBasePath</a> — Set SeasLog base path</li><li><a href="seaslog.setdatetimeformat.php">SeasLog::setDatetimeFormat</a> — Set SeasLog datetime format style</li><li><a href="seaslog.setlogger.php">SeasLog::setLogger</a> — Set SeasLog logger name</li><li><a href="seaslog.setrequestid.php">SeasLog::setRequestID</a> — Set SeasLog request_id differentiated requests</li><li><a href="seaslog.setrequestvariable.php">SeasLog::setRequestVariable</a> — Manually set SeasLog request variable</li><li><a href="seaslog.warning.php">SeasLog::warning</a> — Record warning log information</li></ul></li></ul></div><?php manual_footer($setup); ?>