<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.seaslog.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'seaslog.constants.php',
    1 => 'Predefined Constants',
    2 => 'Predefined Constants',
  ),
  'up' => 
  array (
    0 => 'book.seaslog.php',
    1 => 'Seaslog',
  ),
  'prev' => 
  array (
    0 => 'seaslog.resources.php',
    1 => 'Resource Types',
  ),
  'next' => 
  array (
    0 => 'seaslog.examples.php',
    1 => 'Examples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/seaslog/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="seaslog.constants" class="appendix">
 <h1 class="title">Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</p>
 <dl>
  
   <dt id="constant.seaslog-version">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-version">SEASLOG_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-author">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-author">SEASLOG_AUTHOR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-all">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-all">SEASLOG_ALL</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;ALL&quot;
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-debug">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-debug">SEASLOG_DEBUG</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;DEBUG&quot; - Detailed debug information.Fine-grained information events.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-info">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-info">SEASLOG_INFO</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;INFO&quot; - Interesting events.Emphasizes the running process of the application.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-notice">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-notice">SEASLOG_NOTICE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;NOTICE&quot; - Normal but significant events.Information that is more important than the INFO level during execution.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-warning">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-warning">SEASLOG_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;WARNING&quot; - Exceptional occurrences that are not errors.Potentially aberrant information that needs attention and needs to be repaired.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-error">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-error">SEASLOG_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;ERROR&quot; - Runtime errors that do not require immediate action but should typically.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-critical">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-critical">SEASLOG_CRITICAL</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;CRITICAL&quot; - Critical conditions.Need to be repaired immediately, and the program component is unavailable.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-alert">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-alert">SEASLOG_ALERT</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;ALERT&quot; - Action must be taken immediately.Immediate attention should be given to relevant personnel for emergency repairs.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-emergency">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-emergency">SEASLOG_EMERGENCY</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    &quot;EMERGENCY&quot; - System is unusable.
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-detail-order-asc">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-detail-order-asc">SEASLOG_DETAIL_ORDER_ASC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    1
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-detail-order-desc">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-detail-order-desc">SEASLOG_DETAIL_ORDER_DESC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    2
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-appender-file">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-appender-file">SEASLOG_APPENDER_FILE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    1
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-appender-tcp">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-appender-tcp">SEASLOG_APPENDER_TCP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    2
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-appender-udp">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-appender-udp">SEASLOG_APPENDER_UDP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    3
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-close-logger-stream-mod-all">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-close-logger-stream-mod-all">SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     1
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-close-logger-stream-mod-assign">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-close-logger-stream-mod-assign">SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     2
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-request-variable-domain-port">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-request-variable-domain-port">SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     1
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-request-variable-request-uri">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-request-variable-request-uri">SEASLOG_REQUEST_VARIABLE_REQUEST_URI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     2
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-request-variable-request-method">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-request-variable-request-method">SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     3
    </span>
   </dd>
  
  
   <dt id="constant.seaslog-request-variable-client-ip">
    <strong><code><a href="seaslog.constants.php#constant.seaslog-request-variable-client-ip">SEASLOG_REQUEST_VARIABLE_CLIENT_IP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     4
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>