blob: 7c1e958a4660497a44979678c09dae404495838d [file] [log] [blame]
<!-- HTML header for doxygen 1.8.13-->
<!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.9.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Apache Log4cxx: log4cxx::helpers::ISO8601DateFormat 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '42']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</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">Apache Log4cxx
&#160;<span id="projectnumber">Version 1.2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.6 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classlog4cxx_1_1helpers_1_1ISO8601DateFormat.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classlog4cxx_1_1helpers_1_1ISO8601DateFormat-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">log4cxx::helpers::ISO8601DateFormat Class Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Formats a date in the format <b>yyyy-MM-dd HH:mm:ss,SSS</b> for example "1999-11-27 15:49:37,459".
<a href="classlog4cxx_1_1helpers_1_1ISO8601DateFormat.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="iso8601dateformat_8h_source.html">iso8601dateformat.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for log4cxx::helpers::ISO8601DateFormat:</div>
<div class="dyncontent">
<div class="center">
<img src="classlog4cxx_1_1helpers_1_1ISO8601DateFormat.png" usemap="#log4cxx::helpers::ISO8601DateFormat_map" alt=""/>
<map id="log4cxx::helpers::ISO8601DateFormat_map" name="log4cxx::helpers::ISO8601DateFormat_map">
<area href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html" title="Concrete class for converting and formatting a date/time in a locale-sensitive manner." alt="log4cxx::helpers::SimpleDateFormat" shape="rect" coords="0,112,223,136"/>
<area href="classlog4cxx_1_1helpers_1_1DateFormat.html" title="DateFormat is an abstract class for date/time formatting patterned after java.text...." alt="log4cxx::helpers::DateFormat" shape="rect" coords="0,56,223,80"/>
<area href="classlog4cxx_1_1helpers_1_1Object.html" title="base class for java-like objects." alt="log4cxx::helpers::Object" shape="rect" coords="0,0,223,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ada5063083d796999c77475bb3a92fe0e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1ISO8601DateFormat.html#ada5063083d796999c77475bb3a92fe0e">ISO8601DateFormat</a> ()</td></tr>
<tr class="separator:ada5063083d796999c77475bb3a92fe0e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html">log4cxx::helpers::SimpleDateFormat</a></td></tr>
<tr class="memitem:ad9390aecf82949a4c8d1698e3fd1694f inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html#ad9390aecf82949a4c8d1698e3fd1694f">SimpleDateFormat</a> (const <a class="el" href="namespacelog4cxx.html#aa2308ed05fef2a1366066cb38b177e94">LogString</a> &amp;pattern)</td></tr>
<tr class="memdesc:ad9390aecf82949a4c8d1698e3fd1694f inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">A time converter and formatter using <code>pattern</code> and the default std::locale. <br /></td></tr>
<tr class="separator:ad9390aecf82949a4c8d1698e3fd1694f inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaa288211d4c86b15c2ec054719ee5a68 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html#aaa288211d4c86b15c2ec054719ee5a68">SimpleDateFormat</a> (const <a class="el" href="namespacelog4cxx.html#aa2308ed05fef2a1366066cb38b177e94">LogString</a> &amp;pattern, const std::locale *locale)</td></tr>
<tr class="memdesc:aaa288211d4c86b15c2ec054719ee5a68 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">A time converter and formatter using <code>pattern</code> and <code>locale</code>. <br /></td></tr>
<tr class="separator:aaa288211d4c86b15c2ec054719ee5a68 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9216db89bdca93ddce4815e956037601 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html#a9216db89bdca93ddce4815e956037601">~SimpleDateFormat</a> ()</td></tr>
<tr class="separator:a9216db89bdca93ddce4815e956037601 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a73728bb4ccd0d663832d1675ebbdf7b3 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html#a73728bb4ccd0d663832d1675ebbdf7b3">format</a> (<a class="el" href="namespacelog4cxx.html#aa2308ed05fef2a1366066cb38b177e94">LogString</a> &amp;s, log4cxx_time_t tm, <a class="el" href="classlog4cxx_1_1helpers_1_1Pool.html">log4cxx::helpers::Pool</a> &amp;p) const</td></tr>
<tr class="memdesc:a73728bb4ccd0d663832d1675ebbdf7b3 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Formats an log4cxx_time_t into a date/time string. <br /></td></tr>
<tr class="separator:a73728bb4ccd0d663832d1675ebbdf7b3 inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a31677f4141f775a441fcf0b9e10e437b inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1SimpleDateFormat.html#a31677f4141f775a441fcf0b9e10e437b">setTimeZone</a> (const TimeZonePtr &amp;zone)</td></tr>
<tr class="memdesc:a31677f4141f775a441fcf0b9e10e437b inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set time zone. <br /></td></tr>
<tr class="separator:a31677f4141f775a441fcf0b9e10e437b inherit pub_methods_classlog4cxx_1_1helpers_1_1SimpleDateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classlog4cxx_1_1helpers_1_1DateFormat')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html">log4cxx::helpers::DateFormat</a></td></tr>
<tr class="memitem:adcc7b813508ecd35fe488c776c8a65de inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html#adcc7b813508ecd35fe488c776c8a65de">~DateFormat</a> ()</td></tr>
<tr class="memdesc:adcc7b813508ecd35fe488c776c8a65de inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <br /></td></tr>
<tr class="separator:adcc7b813508ecd35fe488c776c8a65de inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa5e5e4997b010860e4677bde2bf3150f inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html#aa5e5e4997b010860e4677bde2bf3150f">format</a> (<a class="el" href="namespacelog4cxx.html#aa2308ed05fef2a1366066cb38b177e94">LogString</a> &amp;s, log4cxx_time_t tm, <a class="el" href="classlog4cxx_1_1helpers_1_1Pool.html">log4cxx::helpers::Pool</a> &amp;p) const =0</td></tr>
<tr class="memdesc:aa5e5e4997b010860e4677bde2bf3150f inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Formats an log4cxx_time_t into a date/time string. <br /></td></tr>
<tr class="separator:aa5e5e4997b010860e4677bde2bf3150f inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae34c1e89628347c1c2ee0c974d702e81 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html#ae34c1e89628347c1c2ee0c974d702e81">setTimeZone</a> (const TimeZonePtr &amp;zone)</td></tr>
<tr class="memdesc:ae34c1e89628347c1c2ee0c974d702e81 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the time zone. <br /></td></tr>
<tr class="separator:ae34c1e89628347c1c2ee0c974d702e81 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa99628eca41cd9434c8a2b7475b3be1 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html#afa99628eca41cd9434c8a2b7475b3be1">numberFormat</a> (<a class="el" href="namespacelog4cxx.html#aa2308ed05fef2a1366066cb38b177e94">LogString</a> &amp;s, int n, <a class="el" href="classlog4cxx_1_1helpers_1_1Pool.html">log4cxx::helpers::Pool</a> &amp;p) const</td></tr>
<tr class="memdesc:afa99628eca41cd9434c8a2b7475b3be1 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Format an integer consistent with the format method. <br /></td></tr>
<tr class="separator:afa99628eca41cd9434c8a2b7475b3be1 inherit pub_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classlog4cxx_1_1helpers_1_1Object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classlog4cxx_1_1helpers_1_1Object')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classlog4cxx_1_1helpers_1_1Object.html">log4cxx::helpers::Object</a></td></tr>
<tr class="memitem:a8ba23411233a652fac44a619e6356115 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1Object.html#a8ba23411233a652fac44a619e6356115">~Object</a> ()</td></tr>
<tr class="separator:a8ba23411233a652fac44a619e6356115 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a581992e532894891e83b9afd605ca492 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memItemLeft" align="right" valign="top">virtual const <a class="el" href="classlog4cxx_1_1helpers_1_1Class.html">helpers::Class</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1Object.html#a581992e532894891e83b9afd605ca492">getClass</a> () const =0</td></tr>
<tr class="separator:a581992e532894891e83b9afd605ca492 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9dac08272167c9af4c7d81e9e205a9de inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1Object.html#a9dac08272167c9af4c7d81e9e205a9de">instanceof</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1Class.html">Class</a> &amp;clazz) const =0</td></tr>
<tr class="separator:a9dac08272167c9af4c7d81e9e205a9de inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a92a4c098274758a7b989be642b495d55 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memItemLeft" align="right" valign="top">virtual const void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1Object.html#a92a4c098274758a7b989be642b495d55">cast</a> (const <a class="el" href="classlog4cxx_1_1helpers_1_1Class.html">Class</a> &amp;clazz) const =0</td></tr>
<tr class="separator:a92a4c098274758a7b989be642b495d55 inherit pub_methods_classlog4cxx_1_1helpers_1_1Object"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="inherited" name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pro_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classlog4cxx_1_1helpers_1_1DateFormat')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html">log4cxx::helpers::DateFormat</a></td></tr>
<tr class="memitem:a5caed86bbc026955f0c5510942aca556 inherit pro_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1helpers_1_1DateFormat.html#a5caed86bbc026955f0c5510942aca556">DateFormat</a> ()</td></tr>
<tr class="memdesc:a5caed86bbc026955f0c5510942aca556 inherit pro_methods_classlog4cxx_1_1helpers_1_1DateFormat"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor. <br /></td></tr>
<tr class="separator:a5caed86bbc026955f0c5510942aca556 inherit pro_methods_classlog4cxx_1_1helpers_1_1DateFormat"><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>Formats a date in the format <b>yyyy-MM-dd HH:mm:ss,SSS</b> for example "1999-11-27 15:49:37,459". </p>
<p>Refer to the <a href="http://www.cl.cam.ac.uk/~mgk25/iso-time.html">summary of the International Standard Date and Time Notation</a> for more information on this format. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="ada5063083d796999c77475bb3a92fe0e" name="ada5063083d796999c77475bb3a92fe0e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ada5063083d796999c77475bb3a92fe0e">&#9670;&#160;</a></span>ISO8601DateFormat()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">log4cxx::helpers::ISO8601DateFormat::ISO8601DateFormat </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="iso8601dateformat_8h_source.html">iso8601dateformat.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespacelog4cxx.html">log4cxx</a></li><li class="navelem"><a class="el" href="namespacelog4cxx_1_1helpers.html">helpers</a></li><li class="navelem"><a class="el" href="classlog4cxx_1_1helpers_1_1ISO8601DateFormat.html">ISO8601DateFormat</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="https://www.doxygen.nl/images/doxygen.png" alt="Doxygen"/></a> 1.9.6 on Thu Jan 25 2024 </li>
<li class="center">
Copyright &copy; 2003-2023 <a href="https://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved. <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br/>
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.<br/>
</li>
</ul>
</div>
</body>
</html>