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
|
<!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: Deprecated List</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 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><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<h1><a class="anchor" name="deprecated">Deprecated List</a></h1><a class="anchor" name="_deprecated000001"></a> <dl>
<dt>Member <a class="el" href="classlog4cpp_1_1Category.html#fc5a373da3c106e4da78822f99560075">log4cpp::Category::setAppender</a> (Appender *appender) </dt>
<dd>use addAppender(Appender*) or removeAllAppenders() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000002"></a> <dl>
<dt>Member <a class="el" href="classlog4cpp_1_1Category.html#d9820b0eb831c37832c850ed6110f124">log4cpp::Category::setAppender</a> (Appender &appender) </dt>
<dd>use addAppender(Appender&) instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000003"></a> <dl>
<dt>Member <a class="el" href="classlog4cpp_1_1Category.html#5030948c81713699690b2597d1a8b241">log4cpp::Category::getAppender</a> () const </dt>
<dd>use getAppender(const std::string&) </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000004"></a> <dl>
<dt>Member <a class="el" href="classlog4cpp_1_1Category.html#1b7ff7cf9cad511467efd985bbf81904">log4cpp::Category::ownsAppender</a> () const </dt>
<dd>use ownsAppender(Appender*) </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000005"></a> <dl>
<dt>Class <a class="el" href="classlog4cpp_1_1SimpleConfigurator.html">log4cpp::SimpleConfigurator</a> </dt>
<dd>As of version 0.3.2 <a class="el" href="namespacelog4cpp.html" title="The top level namespace for all 'Log for C++' types and classes.">log4cpp</a> includes a log4j format compatible PropertyConfigurator, removing the need for SimpleConfigurator. This class will be removed in 0.4.0. </dd>
</dl>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 3 11:55:01 2007 for log4cpp by
<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>
|