blob: 5bb08037a7e742840eece266ce829e7c80d131b7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Sat Jan 21 22:42:32 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Apache Log4j API 2.8 API)</title>
<meta name="date" content="2017-01-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Apache Log4j API 2.8 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Deprecated Interfaces</a></li>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#method">Deprecated Methods</a></li>
<li><a href="#constructor">Deprecated Constructors</a></li>
</ul>
</div>
<div class="contentContainer"><a name="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/util/MessageSupplier.html" title="interface in org.apache.logging.log4j.util">org.apache.logging.log4j.util.MessageSupplier</a>
<div class="block"><i>Since 2.6, use <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> instead as <code>Supplier&lt;Message&gt;</code>.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi">org.apache.logging.log4j.spi.LoggerContextKey</a>
<div class="block"><i>with no replacement - no longer used</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.debug(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.debug(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.debug(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.debug(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.spi.AbstractLogger.enter(String, MessageSupplier)</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20java.lang.String,%20org.apache.logging.log4j.util.MessageSupplier...)">org.apache.logging.log4j.spi.AbstractLogger.enter(String, String, MessageSupplier...)</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#entry()">org.apache.logging.log4j.Logger.entry()</a>
<div class="block"><i>Use <a href="org/apache/logging/log4j/Logger.html#traceEntry()"><code>Logger.traceEntry()</code></a> instead which performs the same function.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.error(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.error(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.error(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.error(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#exit()">org.apache.logging.log4j.Logger.exit()</a>
<div class="block"><i>Use <a href="org/apache/logging/log4j/Logger.html#traceExit()"><code>Logger.traceExit()</code></a> instead which performs the same function.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#exit(R)">org.apache.logging.log4j.Logger.exit(R)</a>
<div class="block"><i>Use <a href="org/apache/logging/log4j/Logger.html#traceExit(R)"><code>Logger.traceExit(Object)</code></a> instead which performs the same function.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.fatal(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.fatal(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.fatal(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.fatal(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,%20org.apache.logging.log4j.Marker)">org.apache.logging.log4j.MarkerManager.getMarker(String, Marker)</a>
<div class="block"><i>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,%20java.lang.String)">org.apache.logging.log4j.MarkerManager.getMarker(String, String)</a>
<div class="block"><i>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.info(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.info(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.info(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.info(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/util/ProviderUtil.html#loadProviders(java.util.Enumeration,%20java.lang.ClassLoader)">org.apache.logging.log4j.util.ProviderUtil.loadProviders(Enumeration<URL>, ClassLoader)</a>
<div class="block"><i>Use <a href="org/apache/logging/log4j/util/ProviderUtil.html#loadProvider(java.net.URL,%20java.lang.ClassLoader)"><code>ProviderUtil.loadProvider(java.net.URL, ClassLoader)</code></a> instead. Will be removed in 3.0.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.log(Level, Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.log(Level, Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.log(Level, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.log(Level, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.spi.ExtendedLogger.logIfEnabled(String, Level, Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6; use <a href="org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)"><code>ExtendedLogger.logIfEnabled(String, Level, Marker, Supplier, Throwable)</code></a></i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.trace(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.trace(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.trace(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.trace(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.warn(Marker, MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.warn(Marker, MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier)">org.apache.logging.log4j.Logger.warn(MessageSupplier)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">org.apache.logging.log4j.Logger.warn(MessageSupplier, Throwable)</a>
<div class="block"><i>Deprecated in 2.6, use the <a href="org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><code>Supplier</code></a> version of this API instead.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="constructor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation">
<caption><span>Deprecated Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.String[],%20java.lang.Throwable)">org.apache.logging.log4j.message.ParameterizedMessage(String, String[], Throwable)</a>
<div class="block"><i>Use constructor ParameterizedMessage(String, Object[], Throwable) instead</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><p align="center">Copyright &#169; 1999-2017 <a href="https://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.<br /> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p></small></p>
</body>
</html>