Sophie

Sophie

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

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: layout_type_dated_r.h File 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><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6ba53b81c010ccbbf4e80737d395d27b.html">log4c</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">layout_type_dated_r.h File Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Implement a dated_r layout.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;log4c/defs.h&gt;</code><br/>
<code>#include &lt;<a class="el" href="layout_8h_source.html">log4c/layout.h</a>&gt;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for layout_type_dated_r.h:</div>
<div class="dyncontent">
<div class="center"><img src="layout__type__dated__r_8h__incl.png" border="0" usemap="#layout__type__dated__r_8h" alt=""/></div>
<map name="layout__type__dated__r_8h" id="layout__type__dated__r_8h">
<area shape="rect" id="node5" href="layout_8h.html" title="Interface for user specific layout format of log4c_logging_event events." alt="" coords="98,80,200,107"/><area shape="rect" id="node8" href="logging__event_8h.html" title="the internal representation of logging events." alt="" coords="123,155,271,181"/><area shape="rect" id="node11" href="buffer_8h.html" title="log4c buffer" alt="" coords="316,229,417,256"/><area shape="rect" id="node16" href="location__info_8h.html" title="The internal representation of caller location information." alt="" coords="151,229,292,256"/></map>
</div>
</div>
<p><a href="layout__type__dated__r_8h_source.html">Go to the source code of this file.</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Implement a dated_r layout. </p>
<p>In <code>log4j.PatternLayout</code> conventions, the dated_r layout has the following conversion pattern: <code>"%d %P %c - %m\n"</code>.</p>
<p>Where </p>
<ul>
<li><code>"%d"</code> is the date of the logging event </li>
<li><code>"%P"</code> is the priority of the logging event </li>
<li><code>"%c"</code> is the category of the logging event </li>
<li><code>"%m"</code> is the application supplied message associated with the logging event </li>
</ul>
</div></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>