This file is indexed.

/usr/share/doc/libpion-doc/html/classpion_1_1plugins_1_1_log_service_appender.html is in libpion-doc 5.0.7+dfsg-4.

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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>pion: pion::plugins::LogServiceAppender Class 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 id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">pion
   &#160;<span id="projectnumber">5.0.6</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><b>pion</b></li><li class="navelem"><b>plugins</b></li><li class="navelem"><a class="el" href="classpion_1_1plugins_1_1_log_service_appender.html">LogServiceAppender</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classpion_1_1plugins_1_1_log_service_appender-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">pion::plugins::LogServiceAppender Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p><code>#include &lt;<a class="el" href="_log_service_8hpp_source.html">LogService.hpp</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a3b63273c186d923980e6311815a0ac5d"><td class="memItemLeft" align="right" valign="top"><a id="a3b63273c186d923980e6311815a0ac5d"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpion_1_1plugins_1_1_log_service_appender.html#a3b63273c186d923980e6311815a0ac5d">setMaxEvents</a> (unsigned int n)</td></tr>
<tr class="memdesc:a3b63273c186d923980e6311815a0ac5d"><td class="mdescLeft">&#160;</td><td class="mdescRight">sets the maximum number of log events cached in memory <br /></td></tr>
<tr class="separator:a3b63273c186d923980e6311815a0ac5d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a70d9bdf5d9e753ee15a6eadac036baf2"><td class="memItemLeft" align="right" valign="top"><a id="a70d9bdf5d9e753ee15a6eadac036baf2"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpion_1_1plugins_1_1_log_service_appender.html#a70d9bdf5d9e753ee15a6eadac036baf2">addLogString</a> (const std::string &amp;log_string)</td></tr>
<tr class="memdesc:a70d9bdf5d9e753ee15a6eadac036baf2"><td class="mdescLeft">&#160;</td><td class="mdescRight">adds a formatted log message to the memory cache <br /></td></tr>
<tr class="separator:a70d9bdf5d9e753ee15a6eadac036baf2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9936978a147118cfd4fd2d1a50752b3b"><td class="memItemLeft" align="right" valign="top"><a id="a9936978a147118cfd4fd2d1a50752b3b"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpion_1_1plugins_1_1_log_service_appender.html#a9936978a147118cfd4fd2d1a50752b3b">writeLogEvents</a> (const pion::http::response_writer_ptr &amp;writer)</td></tr>
<tr class="memdesc:a9936978a147118cfd4fd2d1a50752b3b"><td class="mdescLeft">&#160;</td><td class="mdescRight">writes the events cached in memory to a response stream <br /></td></tr>
<tr class="separator:a9936978a147118cfd4fd2d1a50752b3b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classpion_1_1plugins_1_1_log_service_appender.html">LogServiceAppender</a>: caches log events in memory for use by <a class="el" href="classpion_1_1plugins_1_1_log_service.html">LogService</a> </p>

<p>Definition at line <a class="el" href="_log_service_8hpp_source.html#l00043">43</a> of file <a class="el" href="_log_service_8hpp_source.html">LogService.hpp</a>.</p>
</div><hr/>The documentation for this class was generated from the following files:<ul>
<li>services/<a class="el" href="_log_service_8hpp_source.html">LogService.hpp</a></li>
<li>services/<a class="el" href="_log_service_8cpp_source.html">LogService.cpp</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.12
</small></address>
</body>
</html>