Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 12405

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Predefined Constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="seaslog.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="seaslog.examples.html">Examples</a></div>
 <div class="up"><a href="book.seaslog.html">Seaslog</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="seaslog.constants" class="appendix">
 <h1>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>
 <p class="para">
  <dl>

   
    <dt id="constant.seaslog-version">
     <strong><code>SEASLOG_VERSION</code></strong>
     (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-author">
     <strong><code>SEASLOG_AUTHOR</code></strong>
     (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-all">
     <strong><code>SEASLOG_ALL</code></strong>
     (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     &quot;ALL&quot;
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-debug">
     <strong><code>SEASLOG_DEBUG</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_INFO</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_NOTICE</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_WARNING</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_ERROR</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_CRITICAL</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_ALERT</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_EMERGENCY</code></strong>
     (<span class="type"><a href="language.types.string.html" 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>SEASLOG_DETAIL_ORDER_ASC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     1
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-detail-order-desc">
     <strong><code>SEASLOG_DETAIL_ORDER_DESC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     2
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-appender-file">
     <strong><code>SEASLOG_APPENDER_FILE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     1
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-appender-tcp">
     <strong><code>SEASLOG_APPENDER_TCP</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     2
     </span>
    </dd>

   
   
    <dt id="constant.seaslog-appender-udp">
     <strong><code>SEASLOG_APPENDER_UDP</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
     3
     </span>
    </dd>

   
  </dl>

 </p>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="seaslog.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="seaslog.examples.html">Examples</a></div>
 <div class="up"><a href="book.seaslog.html">Seaslog</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>