Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 806b8574900c6f644b03d5eb76e60aef > files > 186

log4c-doc-1.2.4-1.fc18.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>log4c: log4c_logging_event_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">log4c
   &#160;<span id="projectnumber">1.2.4</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">log4c_logging_event_t Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>logging event object  
 <a href="structlog4c__logging__event__t.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="logging__event_8h_source.html">logging_event.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for log4c_logging_event_t:</div>
<div class="dyncontent">
<div class="center"><img src="structlog4c__logging__event__t__coll__graph.png" border="0" usemap="#log4c__logging__event__t_coll__map" alt="Collaboration graph"/></div>
<map name="log4c__logging__event__t_coll__map" id="log4c__logging__event__t_coll__map">
<area shape="rect" id="node2" href="structlog4c__buffer__t.html" title="buffer object" alt="" coords="5,5,109,32"/><area shape="rect" id="node4" href="structlog4c__location__info__t.html" title="logging location information" alt="" coords="133,5,277,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>logging event object </p>
<p>Attributes description:</p>
<ul>
<li><code>evt_category</code> category name. </li>
<li><code>evt_priority</code> priority of logging event. </li>
<li><code>evt_msg</code> The application supplied message of logging event. </li>
<li><code>evt_buffer</code> a pre allocated buffer to be used by layouts to format in a multi-thread environment. </li>
<li><code>evt_rendered_msg</code> The application supplied message after layout format. </li>
<li><code>evt_timestamp</code> The number of seconds elapsed since the epoch (1/1/1970 00:00:00 UTC) until logging event was created. </li>
<li><code>evt_loc</code> The event's location information </li>
</ul>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="logging__event_8h_source.html">logging_event.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3.1
</small></address>
</body>
</html>