/usr/share/doc/liblog4c-doc/html/deprecated.html is in liblog4c-doc 1.2.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | <!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"/>
<title>log4c: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">log4c <span id="projectnumber">1.2.1</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>Deprecated List </h1> </div>
</div>
<div class="contents">
<div class="textblock"><p><a class="anchor" id="_deprecated000001"></a> </p>
<dl>
<dt>Global <a class="el" href="appender_8h.html#a6f383cf6bf84fb777f8b3d5c7310a2fc">log4c_appender_type_define</a> (a_type) </dt>
<dd>This macro, and the static initialialization of appenders in general, is deprecated. Use rather the <a class="el" href="appender_8h.html#a8a1c6468e58c2351d56d75aefb4eeb4d">log4c_appender_type_set()</a> function to initialize your appenders before calling <a class="el" href="init_8h.html#a442d63ded250a92646d87f93065e1a4b">log4c_init()</a> </dd>
</dl>
<p><a class="anchor" id="_deprecated000002"></a> </p>
<dl>
<dt>Global <a class="el" href="layout_8h.html#ae06bbfb983d6867dbf0a46be67390117">log4c_layout_type_define</a> (a_type) </dt>
<dd>This macro, and the static initialialization of layouts in general, is deprecated. Use rather the <a class="el" href="layout_8h.html#a407c9f8b0baf0a4fb9e23e443ad6e42e">log4c_layout_type_set()</a> function to initialize your appenders before calling <a class="el" href="init_8h.html#a442d63ded250a92646d87f93065e1a4b">log4c_init()</a> </dd>
</dl>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Tue May 3 2011 09:00:49 for log4c by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>
|