This file is indexed.

/usr/share/doc/liblog4c-doc/html/files.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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: File 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&#160;<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&#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 class="current"><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>File List</h1>  </div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented files with brief descriptions:</div><table>
  <tr><td class="indexkey"><a class="el" href="appender_8h.html">appender.h</a> <a href="appender_8h_source.html">[code]</a></td><td class="indexvalue">Implement this interface for your own strategies for printing log statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="appender__type__mmap_8h.html">appender_type_mmap.h</a> <a href="appender__type__mmap_8h_source.html">[code]</a></td><td class="indexvalue">Log4c mmap(2) appender interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="appender__type__rollingfile_8h.html">appender_type_rollingfile.h</a> <a href="appender__type__rollingfile_8h_source.html">[code]</a></td><td class="indexvalue">Log4c rolling file appender interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="appender__type__stream_8h.html">appender_type_stream.h</a> <a href="appender__type__stream_8h_source.html">[code]</a></td><td class="indexvalue">Log4c stream appender interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="appender__type__stream2_8h.html">appender_type_stream2.h</a> <a href="appender__type__stream2_8h_source.html">[code]</a></td><td class="indexvalue">Log4c stream2 appender interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="appender__type__syslog_8h.html">appender_type_syslog.h</a> <a href="appender__type__syslog_8h_source.html">[code]</a></td><td class="indexvalue">Log4c syslog(3) appender interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="buffer_8h.html">buffer.h</a> <a href="buffer_8h_source.html">[code]</a></td><td class="indexvalue">Log4c buffer </td></tr>
  <tr><td class="indexkey"><a class="el" href="category_8h.html">category.h</a> <a href="category_8h_source.html">[code]</a></td><td class="indexvalue">Central class in the log4c package </td></tr>
  <tr><td class="indexkey"><b>config-win32.h</b> <a href="config-win32_8h_source.html">[code]</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="init_8h.html">init.h</a> <a href="init_8h_source.html">[code]</a></td><td class="indexvalue">Log4c constructors and destructors </td></tr>
  <tr><td class="indexkey"><a class="el" href="layout_8h.html">layout.h</a> <a href="layout_8h_source.html">[code]</a></td><td class="indexvalue">Interface for user specific layout format of log4c_logging_event events </td></tr>
  <tr><td class="indexkey"><a class="el" href="layout__type__basic_8h.html">layout_type_basic.h</a> <a href="layout__type__basic_8h_source.html">[code]</a></td><td class="indexvalue">Implement a basic layout </td></tr>
  <tr><td class="indexkey"><a class="el" href="layout__type__basic__r_8h.html">layout_type_basic_r.h</a> <a href="layout__type__basic__r_8h_source.html">[code]</a></td><td class="indexvalue">Implement a basic_r layout </td></tr>
  <tr><td class="indexkey"><a class="el" href="layout__type__dated_8h.html">layout_type_dated.h</a> <a href="layout__type__dated_8h_source.html">[code]</a></td><td class="indexvalue">Implement a dated layout </td></tr>
  <tr><td class="indexkey"><a class="el" href="layout__type__dated__r_8h.html">layout_type_dated_r.h</a> <a href="layout__type__dated__r_8h_source.html">[code]</a></td><td class="indexvalue">Implement a dated_r layout </td></tr>
  <tr><td class="indexkey"><a class="el" href="location__info_8h.html">location_info.h</a> <a href="location__info_8h_source.html">[code]</a></td><td class="indexvalue">The internal representation of caller location information </td></tr>
  <tr><td class="indexkey"><a class="el" href="logging__event_8h.html">logging_event.h</a> <a href="logging__event_8h_source.html">[code]</a></td><td class="indexvalue">Internal representation of logging events </td></tr>
  <tr><td class="indexkey"><a class="el" href="priority_8h.html">priority.h</a> <a href="priority_8h_source.html">[code]</a></td><td class="indexvalue">The priority class provides importance levels with which one can categorize log messages </td></tr>
  <tr><td class="indexkey"><a class="el" href="rc_8h.html">rc.h</a> <a href="rc_8h_source.html">[code]</a></td><td class="indexvalue">Log4c resource configuration </td></tr>
  <tr><td class="indexkey"><a class="el" href="rollingpolicy_8h.html">rollingpolicy.h</a> <a href="rollingpolicy_8h_source.html">[code]</a></td><td class="indexvalue">Log4c rolling policy interface. Defines the interface for managing and providing rolling policies </td></tr>
  <tr><td class="indexkey"><a class="el" href="rollingpolicy__type__sizewin_8h.html">rollingpolicy_type_sizewin.h</a> <a href="rollingpolicy__type__sizewin_8h_source.html">[code]</a></td><td class="indexvalue">Log4c rolling file size-win interface. Log4c ships with (and defaults to) the classic size-window rollover policy: this triggers rollover when files reach a maximum size. The first file in the list is always the current file; when a rollover event occurs files are shifted up by one position in the list--if the number of files in the list has already reached the max then the oldest file is rotated out of the window </td></tr>
  <tr><td class="indexkey"><a class="el" href="version_8h.html">version.h</a> <a href="version_8h_source.html">[code]</a></td><td class="indexvalue">Log4c version information </td></tr>
</table>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue May 3 2011 09:00:49 for log4c by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>