File: RollingFileAppender_8hh.html

package info (click to toggle)
log4cpp-doc 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,528 kB
  • sloc: makefile: 10
file content (53 lines) | stat: -rw-r--r-- 5,109 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>log4cpp: RollingFileAppender.hh File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>RollingFileAppender.hh File Reference</h1><code>#include &lt;<a class="el" href="Portability_8hh-source.html">log4cpp/Portability.hh</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="FileAppender_8hh-source.html">log4cpp/FileAppender.hh</a>&gt;</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;stdarg.h&gt;</code><br>

<p>
Include dependency graph for RollingFileAppender.hh:<p><center><img src="RollingFileAppender_8hh__incl.gif" border="0" usemap="#RollingFileAppender.hh_map" alt=""></center>
<map name="RollingFileAppender.hh_map">
<area shape="rect" href="Portability_8hh.html" title="log4cpp/Portability.hh" alt="" coords="1755,341,1896,368"><area shape="rect" href="FileAppender_8hh.html" title="log4cpp/FileAppender.hh" alt="" coords="205,945,363,972"><area shape="rect" href="Export_8hh.html" title="log4cpp/Export.hh" alt="" coords="1945,341,2065,368"><area shape="rect" href="LayoutAppender_8hh.html" title="log4cpp/LayoutAppender.hh" alt="" coords="412,717,585,744"><area shape="rect" href="AppenderSkeleton_8hh.html" title="log4cpp/AppenderSkeleton.hh" alt="" coords="635,451,819,477"><area shape="rect" href="BasicLayout_8hh.html" title="log4cpp/BasicLayout.hh" alt="" coords="867,717,1019,744"><area shape="rect" href="Appender_8hh.html" title="log4cpp/Appender.hh" alt="" coords="875,540,1011,567"><area shape="rect" href="Filter_8hh.html" title="log4cpp/Filter.hh" alt="" coords="1072,236,1184,263"><area shape="rect" href="Priority_8hh.html" title="log4cpp/Priority.hh" alt="" coords="1531,689,1656,716"><area shape="rect" href="Layout_8hh.html" title="log4cpp/Layout.hh" alt="" coords="1067,692,1189,719"><area shape="rect" href="LoggingEvent_8hh.html" title="log4cpp/LoggingEvent.hh" alt="" coords="1255,392,1415,419"><area shape="rect" href="Threading_8hh.html" title="log4cpp/threading/Threading.hh" alt="" coords="1239,639,1431,665"><area shape="rect" href="TimeStamp_8hh.html" title="log4cpp/TimeStamp.hh" alt="" coords="1520,392,1667,419"><area shape="rect" href="DummyThreads_8hh.html" title="log4cpp/threading/DummyThreads.hh" alt="" coords="1481,639,1705,665"></map>

<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="RollingFileAppender_8hh__dep__incl.gif" border="0" usemap="#RollingFileAppender.hhdep_map" alt=""></center>
<map name="RollingFileAppender.hhdep_map">
<area shape="rect" href="PropertyConfiguratorImpl_8cpp.html" title="PropertyConfiguratorImpl.cpp" alt="" coords="205,5,389,32"><area shape="rect" href="RollingFileAppender_8cpp.html" title="RollingFileAppender.cpp" alt="" coords="219,56,376,83"><area shape="rect" href="SimpleConfigurator_8cpp.html" title="SimpleConfigurator.cpp" alt="" coords="223,107,372,133"></map>

<p>
<a href="RollingFileAppender_8hh-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cpp.html">log4cpp</a></td></tr>

<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cpp_1_1RollingFileAppender.html">log4cpp::RollingFileAppender</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classlog4cpp_1_1RollingFileAppender.html" title="RollingFileAppender is a FileAppender that rolls over the logfile once it has reached...">RollingFileAppender</a> is a <a class="el" href="classlog4cpp_1_1FileAppender.html">FileAppender</a> that rolls over the logfile once it has reached a certain size limit.  <a href="classlog4cpp_1_1RollingFileAppender.html#_details">More...</a><br></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 3 11:54:55 2007 for log4cpp by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>