Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 68d373e54fb21da3730c08bede406633 > files > 829

libCommonC++1.9_3-devel-1.9.4-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>slog.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.5 on Thu Oct 4 15:32:59 2001 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>slog.h File Reference</h1>
<p>
<a href="slog_h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Compounds</h2></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="class_slog.html">Slog</a></td></tr>
<tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="slog_h.html#a14">slog_class_t</a> { <br>
&nbsp;&nbsp;<a class="el" href="slog_h.html#a14a1">SLOG_SECURITY</a>, 
<a class="el" href="slog_h.html#a14a2">SLOG_AUDIT</a>, 
<a class="el" href="slog_h.html#a14a3">SLOG_DAEMON</a>, 
<a class="el" href="slog_h.html#a14a4">SLOG_USER</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="slog_h.html#a14a5">SLOG_DEFAULT</a>
<br>
 }</td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="slog_h.html#a15">slog_level_t</a> { <br>
&nbsp;&nbsp;<a class="el" href="slog_h.html#a15a6">SLOG_EMERGENCY</a> =  1, 
<a class="el" href="slog_h.html#a15a7">SLOG_ALERT</a>, 
<a class="el" href="slog_h.html#a15a8">SLOG_CRITICAL</a>, 
<a class="el" href="slog_h.html#a15a9">SLOG_ERROR</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="slog_h.html#a15a10">SLOG_WARNING</a>, 
<a class="el" href="slog_h.html#a15a11">SLOG_NOTICE</a>, 
<a class="el" href="slog_h.html#a15a12">SLOG_INFO</a>, 
<a class="el" href="slog_h.html#a15a13">SLOG_DEBUG</a>
<br>
 }</td></tr>
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="class_slog.html">Slog</a>&nbsp;</td><td valign=bottom><a class="el" href="slog_h.html#a0">slog</a></td></tr>
</table>
<hr><h2>Enumeration Type Documentation</h2>
<a name="a14" doxytag="slog.h::slog_class_t"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
enum slog_class_t
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="a14a1" doxytag="SLOG_SECURITY"></a><em>SLOG_SECURITY</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a14a2" doxytag="SLOG_AUDIT"></a><em>SLOG_AUDIT</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a14a3" doxytag="SLOG_DAEMON"></a><em>SLOG_DAEMON</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a14a4" doxytag="SLOG_USER"></a><em>SLOG_USER</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a14a5" doxytag="SLOG_DEFAULT"></a><em>SLOG_DEFAULT</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<a name="a15" doxytag="slog.h::slog_level_t"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
enum slog_level_t
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="a15a6" doxytag="SLOG_EMERGENCY"></a><em>SLOG_EMERGENCY</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a7" doxytag="SLOG_ALERT"></a><em>SLOG_ALERT</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a8" doxytag="SLOG_CRITICAL"></a><em>SLOG_CRITICAL</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a9" doxytag="SLOG_ERROR"></a><em>SLOG_ERROR</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a10" doxytag="SLOG_WARNING"></a><em>SLOG_WARNING</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a11" doxytag="SLOG_NOTICE"></a><em>SLOG_NOTICE</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a12" doxytag="SLOG_INFO"></a><em>SLOG_INFO</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="a15a13" doxytag="SLOG_DEBUG"></a><em>SLOG_DEBUG</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<hr><h2>Variable Documentation</h2>
<a name="a0" doxytag="slog.h::slog"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
<a class="el" href="class_slog.html">Slog</a> slog
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><address><small>Generated at Thu Oct 4 15:32:59 2001 for CommonC++ by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.5 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>