blob: ffba0b62a7445bf2380816b26c76460a5c66fb96 [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 Thu Oct 08 18:22:30 MST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ExtendedLogger (Apache Log4j API 2.4.1 API)</title>
<meta name="date" content="2015-10-08">
<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="ExtendedLogger (Apache Log4j API 2.4.1 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExtendedLogger.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></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><a href="../../../../../org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/logging/log4j/spi/ExtendedLogger.html" target="_top">Frames</a></li>
<li><a href="ExtendedLogger.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.logging.log4j.spi</div>
<h2 title="Interface ExtendedLogger" class="title">Interface ExtendedLogger</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a>, <a href="../../../../../org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a>, <a href="../../../../../org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a>, <a href="../../../../../org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dd>
</dl>
<hr>
<br>
<pre>public interface <a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.30">ExtendedLogger</a>
extends <a href="../../../../../org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></pre>
<div class="block">Extends the <code>Logger</code> interface with methods that facilitate implementing or extending <code>Logger</code>s. Users
should not need to use this interface.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">isEnabled</a></strong>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Determines if logging is enabled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">isEnabled</a></strong>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Determines if logging is enabled.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">isEnabled</a></strong>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</code>
<div class="block">Determine if logging is enabled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">isEnabled</a></strong>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;params)</code>
<div class="block">Determines if logging is enabled.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">isEnabled</a></strong>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Determines if logging is enabled.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><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)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/util/MessageSupplier.html" title="interface in org.apache.logging.log4j.util">MessageSupplier</a>&nbsp;msgSupplier,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><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.message.Message,%20java.lang.Throwable)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Logs a message if the specified level is active.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Logs a message if the specified level is active.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</code>
<div class="block">Logs a message if the specified level is active.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;params)</code>
<div class="block">Logs a message if the specified level is active.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="../../../../../org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util">Supplier</a>&lt;?&gt;...&nbsp;paramSuppliers)</code>
<div class="block">Logs a message whose parameters are only to be constructed if the specified level is active.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Logs a message if the specified level is active.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><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)">logIfEnabled</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util">Supplier</a>&lt;?&gt;&nbsp;msgSupplier,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">logMessage</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>
<div class="block">Always logs a message at the specified level.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.logging.log4j.Logger">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.logging.log4j.<a href="../../../../../org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></h3>
<code><a href="../../../../../org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level,%20java.lang.Throwable)">catching</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)">catching</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object...)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.Supplier)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#entry()">entry</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)">entry</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object...)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.Supplier)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#exit()">exit</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#exit(R)">exit</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object...)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.Supplier)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#getLevel()">getLevel</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()">getMessageFactory</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#getName()">getName</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object...)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.Supplier)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled()">isDebugEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker)">isEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled()">isErrorEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled()">isFatalEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled()">isInfoEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled()">isTraceEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled()">isWarnEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">log</a>, <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)">log</a>, <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)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">log</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">printf</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">printf</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level,%20T)">throwing</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#throwing(T)">throwing</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object...)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.Supplier)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object...)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Throwable)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.Supplier)">warn</a>, <a href="../../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>boolean&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.41">isEnabled</a>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Determines if logging is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The Message.</dd><dd><code>t</code> - A Throwable.</dd>
<dt><span class="strong">Returns:</span></dt><dd>True if logging is enabled, false otherwise.</dd></dl>
</li>
</ul>
<a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>boolean&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.52">isEnabled</a>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Determines if logging is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd><dd><code>t</code> - A Throwable.</dd>
<dt><span class="strong">Returns:</span></dt><dd>True if logging is enabled, false otherwise.</dd></dl>
</li>
</ul>
<a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>boolean&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.63">isEnabled</a>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Determines if logging is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd>
<dt><span class="strong">Returns:</span></dt><dd>True if logging is enabled, false otherwise.</dd></dl>
</li>
</ul>
<a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>boolean&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.73">isEnabled</a>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
<div class="block">Determine if logging is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd>
<dt><span class="strong">Returns:</span></dt><dd>True if logging is enabled, false otherwise.</dd></dl>
</li>
</ul>
<a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>boolean&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.84">isEnabled</a>(<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;params)</pre>
<div class="block">Determines if logging is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd><dd><code>params</code> - The parameters.</dd>
<dt><span class="strong">Returns:</span></dt><dd>True if logging is enabled, false otherwise.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.96">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Logs a message if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The Message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.108">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Logs a message if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.120">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Logs a message if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.131">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message)</pre>
<div class="block">Logs a message if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.143">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;params)</pre>
<div class="block">Logs a message if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message format.</dd><dd><code>params</code> - The message parameters.</dd></dl>
</li>
</ul>
<a name="logMessage(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logMessage</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.156">logMessage</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a>&nbsp;message,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Always logs a message at the specified level. It is the responsibility of the caller to ensure the specified
level is enabled.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The Message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.util.MessageSupplier, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.168">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/util/MessageSupplier.html" title="interface in org.apache.logging.log4j.util">MessageSupplier</a>&nbsp;msgSupplier,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>msgSupplier</code> - A function, which when called, produces the desired log message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.util.Supplier...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.180">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;message,
<a href="../../../../../org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util">Supplier</a>&lt;?&gt;...&nbsp;paramSuppliers)</pre>
<div class="block">Logs a message whose parameters are only to be constructed if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>message</code> - The message format.</dd><dd><code>paramSuppliers</code> - An array of functions, which when called, produce the desired log message parameters.</dd></dl>
</li>
</ul>
<a name="logIfEnabled(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.util.Supplier, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>logIfEnabled</h4>
<pre>void&nbsp;<a href="../../../../../src-html/org/apache/logging/log4j/spi/ExtendedLogger.html#line.192">logIfEnabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fqcn,
<a href="../../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>&nbsp;level,
<a href="../../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a>&nbsp;marker,
<a href="../../../../../org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util">Supplier</a>&lt;?&gt;&nbsp;msgSupplier,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fqcn</code> - The fully qualified class name of the logger entry point, used to determine the caller class and
method when location information needs to be logged.</dd><dd><code>level</code> - The logging Level to check.</dd><dd><code>marker</code> - A Marker or null.</dd><dd><code>msgSupplier</code> - A function, which when called, produces the desired log message.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExtendedLogger.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></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><a href="../../../../../org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/logging/log4j/spi/ExtendedLogger.html" target="_top">Frames</a></li>
<li><a href="ExtendedLogger.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><p align="center">Copyright &#169; 1999-2015 <a href="http://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>