blob: c078adcd4621c1a54ddccd2f129cb516131ec0cc [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 Mar 17 16:07:29 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Log4j API 2.11.0 API)</title>
<meta name="date" content="2018-03-17">
<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="Index (Apache Log4j API 2.11.0 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><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi"><span class="strong">AbstractLogger</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Base implementation of a Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger()">AbstractLogger()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Creates a new logger named after this class (or subclass).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger(java.lang.String)">AbstractLogger(String)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Creates a new named logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">AbstractLogger(String, MessageFactory)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Creates a new named logger with a particular <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi"><span class="strong">AbstractLoggerAdapter</span></a>&lt;<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="type parameter in AbstractLoggerAdapter">L</a>&gt; - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Provides an abstract base class to use for implementing LoggerAdapter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#AbstractLoggerAdapter()">AbstractLoggerAdapter()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">AbstractMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Provides an abstract superclass for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> implementations with default implementations (and for
<a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by extension).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#AbstractMessageFactory()">AbstractMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterConsumer.html#accept(java.lang.Object,%20int,%20S)">accept(Object, int, S)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterConsumer.html" title="interface in org.apache.logging.log4j.message">ParameterConsumer</a></dt>
<dd>
<div class="block">Performs an operation given the specified arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/BiConsumer.html#accept(K,%20V)">accept(K, V)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/BiConsumer.html" title="interface in org.apache.logging.log4j.util">BiConsumer</a></dt>
<dd>
<div class="block">Performs the operation given the specified arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/TriConsumer.html#accept(K,%20V,%20S)">accept(K, V, S)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/TriConsumer.html" title="interface in org.apache.logging.log4j.util">TriConsumer</a></dt>
<dd>
<div class="block">Performs the operation given the specified arguments.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util"><span class="strong">Activator</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em>
OSGi bundle activator.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Activator.html#Activator()">Activator()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#add(java.lang.String)">add(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#add(java.lang.String)">add(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends String&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends String&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#addParents(org.apache.logging.log4j.Marker...)">addParents(Marker...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Adds a Marker as a parent to this Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#addParents(org.apache.logging.log4j.Marker...)">addParents(Marker...)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#addProvider(org.apache.logging.log4j.spi.Provider)">addProvider(Provider)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#ALL">ALL</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">All events should be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#appendDqValue(java.lang.StringBuilder,%20java.lang.Object)">appendDqValue(StringBuilder, Object)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Appends in the following format: double quoted value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder,%20java.util.Map.Entry)">appendKeyDqValue(StringBuilder, Map.Entry&lt;String, String&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Appends in the following format: key=double quoted value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder,%20java.lang.String,%20java.lang.Object)">appendKeyDqValue(StringBuilder, String, Object)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Appends in the following format: key=double quoted value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#appendMap(java.lang.StringBuilder)">appendMap(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#appendSpecificTypes(java.lang.StringBuilder,%20java.lang.Object)">appendSpecificTypes(StringBuilder, Object)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#appendValue(java.lang.StringBuilder,%20java.lang.Object)">appendValue(StringBuilder, Object)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Appends a text representation of the specified object to the specified StringBuilder,
if possible without allocating temporary objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#asJava(java.lang.StringBuilder)">asJava(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#asJson(java.lang.StringBuilder)">asJson(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#asList()">asList()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#asList()">asList()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#asList()">asList()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns all the elements in the stack in a List.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#asString()">asString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Formats the Structured data as described in <a href="https://tools.ietf.org/html/rfc5424">RFC 5424</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#asString(java.lang.String)">asString(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Formats the Structured data as described in <a href="https://tools.ietf.org/html/rfc5424">RFC 5424</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString()">asString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the structured data as described in RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString(java.lang.String)">asString(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the structured data as described in RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString(org.apache.logging.log4j.message.StructuredDataMessage.Format,%20org.apache.logging.log4j.message.StructuredDataId)">asString(StructuredDataMessage.Format, StructuredDataId)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the structured data as described in RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString(org.apache.logging.log4j.message.StructuredDataMessage.Format,%20org.apache.logging.log4j.message.StructuredDataId,%20java.lang.StringBuilder)">asString(StructuredDataMessage.Format, StructuredDataId, StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the structured data as described in RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#asXml(java.lang.StringBuilder)">asXml(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Formats this message as an XML fragment String into the given builder.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/AsynchronouslyFormattable.html" title="annotation in org.apache.logging.log4j.message"><span class="strong">AsynchronouslyFormattable</span></a> - Annotation Type in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Annotation that signals to asynchronous logging components that messages of this type can safely be passed to
a background thread without calling <a href="./org/apache/logging/log4j/message/Message.html#getFormattedMessage()"><code>Message.getFormattedMessage()</code></a> first.</div>
</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/util/BiConsumer.html" title="interface in org.apache.logging.log4j.util"><span class="strong">BiConsumer</span></a>&lt;<a href="./org/apache/logging/log4j/util/BiConsumer.html" title="type parameter in BiConsumer">K</a>,<a href="./org/apache/logging/log4j/util/BiConsumer.html" title="type parameter in BiConsumer">V</a>&gt; - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">An operation that accepts two input arguments and returns no result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(float)">box(float)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(double)">box(double)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(short)">box(short)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(int)">box(int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(char)">box(char)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(long)">box(long)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(byte)">box(byte)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Unbox.html#box(boolean)">box(boolean)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util">Unbox</a></dt>
<dd>
<div class="block">Returns a <code>StringBuilder</code> containing the text representation of the specified primitive value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Activator.html#bundleChanged(org.osgi.framework.BundleEvent)">bundleChanged(BundleEvent)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util">Activator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#calcLocation(java.lang.String)">calcLocation(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#calcLocation(java.lang.String)">calcLocation(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level,%20java.lang.Throwable)">catching(Level, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs an exception or error that has been caught to a specific logging level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)">catching(Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs an exception or error that has been caught.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(org.apache.logging.log4j.Level,%20java.lang.Throwable)">catching(Level, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.String,%20org.apache.logging.log4j.Level,%20java.lang.Throwable)">catching(String, Level, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs a Throwable that has been caught with location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.Throwable)">catching(Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#CATCHING_MARKER">CATCHING_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for catching exceptions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#catchingMsg(java.lang.Throwable)">catchingMsg(Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#CATEGORY">CATEGORY</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#charAt(int)">charAt(int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#charAt(int)">charAt(int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util"><span class="strong">Chars</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#checkMessageFactory(org.apache.logging.log4j.spi.ExtendedLogger,%20org.apache.logging.log4j.message.MessageFactory)">checkMessageFactory(ExtendedLogger, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Checks that the message factory a logger was created with is the same as the given messageFactory.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/CleanableThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">CleanableThreadContextMap</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Extension service provider interface to implement additional custom MDC behavior for
<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.html#clear()">clear()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j">MarkerManager</a></dt>
<dd>
<div class="block">Clears all markers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Clear the data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#clear()">clear()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Clears the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#clear()">clear()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Clears the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Clears the list of status events.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#clear()">clear()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#clear()">clear()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Removes all key-value pairs from this collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#clearAll()">clearAll()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Clears the context map and stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#clearMap()">clearMap()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Clears the context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#clearStack()">clearStack()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Clears the stack for this thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#clone()">clone()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#cloneStack()">cloneStack()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns a copy of this thread's stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#close()">close()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Removes the values from the <a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#close()">close()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#close()">close()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j"><span class="strong">CloseableThreadContext</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Adds entries to the <a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>stack or map</code></a> and them removes them when the object is closed, e.g.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j"><span class="strong">CloseableThreadContext.Instance</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.Comparator.html#compare(org.apache.logging.log4j.util.PropertySource,%20org.apache.logging.log4j.util.PropertySource)">compare(PropertySource, PropertySource)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.Comparator.html" title="class in org.apache.logging.log4j.util">PropertySource.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#compareTo(org.apache.logging.log4j.Level)">compareTo(Level)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util"><span class="strong">Constants</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Log4j API Constants.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#contains(java.lang.Object)">contains(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#contains(java.lang.Object)">contains(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#containsAll(java.util.Collection)">containsAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#containsAll(java.util.Collection)">containsAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this data structure contains the specified key, <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Determines if the key is in the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Determines if the key is in the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Determines if the key is in the context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this data structure contains the specified key, <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#containsKey(java.lang.String)">containsKey(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#copy()">copy()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#copy()">copy()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#copy()">copy()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns a copy of the ContextStack.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/CopyOnWrite.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">CopyOnWrite</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Marker interface indicating that the implementing class is a copy-on-write data structure.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#countArgumentPlaceholders(java.lang.String)">countArgumentPlaceholders(String)</a></span> - Static method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Counts the number of unescaped placeholders in the given messagePattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#CR">CR</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Carriage Return.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String)">create(String)</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi">LoggerContextKey</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">create(String, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi">LoggerContextKey</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String,%20java.lang.Class)">create(String, Class&lt;? extends MessageFactory&gt;)</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi">LoggerContextKey</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#createInnerMap()">createInnerMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.ConcurrentMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#createInnerMap()">createInnerMap()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerRegistry.MapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#createInnerMap()">createInnerMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.WeakMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#createOuterMap()">createOuterMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.ConcurrentMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#createOuterMap()">createOuterMap()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerRegistry.MapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#createOuterMap()">createOuterMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.WeakMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMapFactory.html#createThreadContextMap()">createThreadContextMap()</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMapFactory.html" title="class in org.apache.logging.log4j.spi">ThreadContextMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.ThreadInfoFactory.html#createThreadInfo()">createThreadInfo()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.ThreadInfoFactory.html" title="interface in org.apache.logging.log4j.message">ThreadDumpMessage.ThreadInfoFactory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#DEBUG">DEBUG</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">A general debugging event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">debug(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">debug(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">debug(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">debug(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object)">debug(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">debug(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String)">debug(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">debug(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">debug(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">debug(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message)">debug(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier)">debug(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.CharSequence)">debug(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.CharSequence,%20java.lang.Throwable)">debug(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String)">debug(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object...)">debug(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Throwable)">debug(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.Supplier)">debug(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">debug(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object)">debug(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at debug level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">debug(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">debug(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">debug(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object)">debug(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">debug(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String)">debug(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">debug(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">debug(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message)">debug(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">debug(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.CharSequence)">debug(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.CharSequence,%20java.lang.Throwable)">debug(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String)">debug(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object...)">debug(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Throwable)">debug(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.Supplier)">debug(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">debug(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">debug(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">debug(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">debug(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.MessageSupplier)">debug(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">debug(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">debug(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object)">debug(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#deepToString(java.lang.Object)">deepToString(Object)</a></span> - Static method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">This method performs a deep toString of the given Object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#DEFAULT_DATE_TIME_FORMAT">DEFAULT_DATE_TIME_FORMAT</a></span> - Static variable in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>
<div class="block">The default format to use when formatting dates</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#DEFAULT_FLOW_MESSAGE_FACTORY_CLASS">DEFAULT_FLOW_MESSAGE_FACTORY_CLASS</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">The default FlowMessageFactory class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#DEFAULT_MESSAGE_FACTORY_CLASS">DEFAULT_MESSAGE_FACTORY_CLASS</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">The default MessageFactory class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProcessIdUtil.html#DEFAULT_PROCESSID">DEFAULT_PROCESSID</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProcessIdUtil.html" title="class in org.apache.logging.log4j.util">ProcessIdUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL">DEFAULT_STATUS_LISTENER_LEVEL</a></span> - Static variable in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">System property that can be configured with the <a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><code>Level</code></a> name to use as the default level for
<a href="./org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status"><code>StatusListener</code></a>s.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">DefaultFlowMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Default factory for flow messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#DefaultFlowMessageFactory()">DefaultFlowMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with <code>"Enter"</code> and <code>"Exit"</code> as the default flow strings.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#DefaultFlowMessageFactory(java.lang.String,%20java.lang.String)">DefaultFlowMessageFactory(String, String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with the given entry and exit strings.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi"><span class="strong">DefaultThreadContextMap</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">The actual ThreadContext Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#DefaultThreadContextMap()">DefaultThreadContextMap()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#DefaultThreadContextMap(boolean)">DefaultThreadContextMap(boolean)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><span class="strong">DefaultThreadContextStack</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">A copy-on-write thread-safe variant of <code>org.apache.logging.log4j.spi.ThreadContextStack</code> in which all mutative
operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#DefaultThreadContextStack(boolean)">DefaultThreadContextStack(boolean)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#DQUOTE">DQUOTE</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Double Quote.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#dquote(java.lang.String)">dquote(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Returns a double quoted string.</div>
</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#EMPTY">EMPTY</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">The empty string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#EMPTY_MAP">EMPTY_MAP</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Empty, immutable Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#EMPTY_STACK">EMPTY_STACK</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Empty, immutable ContextStack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Constants.html#ENABLE_THREADLOCALS">ENABLE_THREADLOCALS</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util">Constants</a></dt>
<dd>
<div class="block">Kill switch for object pooling in ThreadLocals that enables much of the LOG4J2-1270 no-GC behaviour.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/EnglishEnums.html" title="class in org.apache.logging.log4j.util"><span class="strong">EnglishEnums</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">enter(String, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs entry to a method with location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20java.lang.String,%20org.apache.logging.log4j.util.MessageSupplier...)">enter(String, String, MessageSupplier...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20java.lang.String,%20java.lang.Object...)">enter(String, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs entry to a method with location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20org.apache.logging.log4j.util.MessageSupplier)">enter(String, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,%20org.apache.logging.log4j.message.Message)">enter(String, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs entry to a method with location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#entry()">entry()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<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>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)">entry(Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method along with its parameters (consider using one of the <code>traceEntry(...)</code> methods instead.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entry()">entry()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.Object...)">entry(Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.String,%20java.lang.Object...)">entry(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs entry to a method with location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#ENTRY_MARKER">ENTRY_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for method entry tracing.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/EntryMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">EntryMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Entry flow messages</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entryMsg(java.lang.String,%20java.lang.Object...)">entryMsg(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entryMsg(java.lang.String,%20org.apache.logging.log4j.util.MessageSupplier...)">entryMsg(String, MessageSupplier...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#entryMsg(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">entryMsg(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html" title="class in org.apache.logging.log4j.util"><span class="strong">EnvironmentPropertySource</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">PropertySource implementation that uses environment variables as a source.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html#EnvironmentPropertySource()">EnvironmentPropertySource()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html" title="class in org.apache.logging.log4j.util">EnvironmentPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#EQ">EQ</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Equals '='.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Returns true if the given marker has the same name as this marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#equals(java.lang.CharSequence,%20int,%20int,%20java.lang.CharSequence,%20int,%20int)">equals(CharSequence, int, int, CharSequence, int, int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Returns true if the specified section of the left CharSequence equals the specified section of the right
CharSequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Indicates whether some other object is "equal to" this one.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#equalsIgnoreCase(java.lang.CharSequence,%20int,%20int,%20java.lang.CharSequence,%20int,%20int)">equalsIgnoreCase(CharSequence, int, int, CharSequence, int, int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Returns true if the specified section of the left CharSequence equals, ignoring case, the specified section of
the right CharSequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#ERROR">ERROR</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">An error in the application, possibly recoverable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">error(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">error(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">error(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">error(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object)">error(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">error(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String)">error(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">error(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">error(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">error(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message)">error(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier)">error(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.CharSequence)">error(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.CharSequence,%20java.lang.Throwable)">error(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.Object)">error(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String)">error(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object...)">error(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Throwable)">error(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.Supplier)">error(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">error(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object)">error(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at error level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">error(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">error(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">error(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object)">error(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">error(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String)">error(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">error(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">error(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message)">error(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">error(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.CharSequence)">error(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.CharSequence,%20java.lang.Throwable)">error(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String)">error(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object...)">error(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Throwable)">error(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.Supplier)">error(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">error(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">error(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">error(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">error(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.MessageSupplier)">error(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">error(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">error(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object)">error(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_MSG_SEPARATOR">ERROR_MSG_SEPARATOR</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Separator for error messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_PREFIX">ERROR_PREFIX</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Prefix for errors.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SEPARATOR">ERROR_SEPARATOR</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Separator for errors.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SUFFIX">ERROR_SUFFIX</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Suffix for errors.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#escapeJson(java.lang.StringBuilder,%20int)">escapeJson(StringBuilder, int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#escapeXml(java.lang.StringBuilder,%20int)">escapeXml(StringBuilder, int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/EventLogger.html#EVENT_MARKER">EVENT_MARKER</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/EventLogger.html" title="class in org.apache.logging.log4j">EventLogger</a></dt>
<dd>
<div class="block">Defines the Event Marker.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/EventLogger.html" title="class in org.apache.logging.log4j"><span class="strong">EventLogger</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Logs "Events" that are represented as <a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message"><code>StructuredDataMessage</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#EXCEPTION_MARKER">EXCEPTION_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for exception tracing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#exists(java.lang.String)">exists(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.html#exists(java.lang.String)">exists(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j">MarkerManager</a></dt>
<dd>
<div class="block">Tests existence of the given marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#exit()">exit()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<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>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#exit(R)">exit(R)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<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>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#exit()">exit()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#exit(R)">exit(R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#exit(java.lang.String,%20R)">exit(String, R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result and location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#exit(java.lang.String,%20java.lang.String,%20R)">exit(String, String, R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result and location information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#EXIT_MARKER">EXIT_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for method exit tracing.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ExitMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ExitMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Exit flow messages</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#exitMsg(java.lang.String,%20java.lang.Object)">exitMsg(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ExtendedLogger</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Extends the <code>Logger</code> interface with methods that facilitate implementing or extending <code>Logger</code>s.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi"><span class="strong">ExtendedLoggerWrapper</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#ExtendedLoggerWrapper(org.apache.logging.log4j.spi.ExtendedLogger,%20java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Constructor that wraps and existing Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#extractSubset(java.util.Properties,%20java.lang.String)">extractSubset(Properties, String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Extracts properties that start with or are equals to the specific prefix and returns them in a new Properties
object with the prefix removed.</div>
</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#FACTORY_PRIORITY">FACTORY_PRIORITY</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Property name to set for a Log4j 2 provider to specify the priority of this implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#FACTORY_PROPERTY_NAME">FACTORY_PROPERTY_NAME</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Log4j property to set to the fully qualified class name of a custom implementation of
<a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContextFactory</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#FATAL">FATAL</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">A severe error that will prevent the application from continuing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">fatal(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">fatal(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">fatal(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">fatal(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object)">fatal(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">fatal(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String)">fatal(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">fatal(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">fatal(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">fatal(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message)">fatal(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)">fatal(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.CharSequence)">fatal(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.CharSequence,%20java.lang.Throwable)">fatal(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String)">fatal(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object...)">fatal(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Throwable)">fatal(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.Supplier)">fatal(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">fatal(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object)">fatal(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at fatal level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">fatal(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">fatal(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">fatal(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object)">fatal(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">fatal(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String)">fatal(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">fatal(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">fatal(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message)">fatal(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">fatal(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.CharSequence)">fatal(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.CharSequence,%20java.lang.Throwable)">fatal(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String)">fatal(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object...)">fatal(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Throwable)">fatal(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.Supplier)">fatal(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">fatal(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">fatal(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">fatal(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">fatal(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)">fatal(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">fatal(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">fatal(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object)">fatal(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util"><span class="strong">FilteredObjectInputStream</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Extended ObjectInputStream that only allows certain classes to be deserialized.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#FilteredObjectInputStream()">FilteredObjectInputStream()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#FilteredObjectInputStream(java.io.InputStream)">FilteredObjectInputStream(InputStream)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#FilteredObjectInputStream(java.util.Collection)">FilteredObjectInputStream(Collection&lt;String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#FilteredObjectInputStream(java.io.InputStream,%20java.util.Collection)">FilteredObjectInputStream(InputStream, Collection&lt;String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#findClassLoader()">findClassLoader()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#findResources(java.lang.String)">findResources(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Finds classpath <a href="https://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">resources</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#FLOW_MARKER">FLOW_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for flow tracing.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/FlowMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">FlowMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Flow messages</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/FlowMessageFactory.html" title="interface in org.apache.logging.log4j.message"><span class="strong">FlowMessageFactory</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates flow messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, ? super CV&gt;)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#forEach(org.apache.logging.log4j.util.TriConsumer,%20S)">forEach(TriConsumer&lt;String, ? super CV, S&gt;, S)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, ? super V&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,%20S)">forEach(TriConsumer&lt;String, ? super V, S&gt;, S)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html" title="class in org.apache.logging.log4j.util">EnvironmentPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">PropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, String&gt;)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.html" title="interface in org.apache.logging.log4j.util">PropertySource</a></dt>
<dd>
<div class="block">Iterates over all properties and performs an action for each key/value pair.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, ? super V&gt;)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,%20S)">forEach(TriConsumer&lt;String, ? super V, S&gt;, S)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, ? super V&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,%20T)">forEach(TriConsumer&lt;String, ? super V, T&gt;, T)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)">forEach(BiConsumer&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">SystemPropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterVisitable.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,%20S)">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterVisitable.html" title="interface in org.apache.logging.log4j.message">ParameterVisitable</a></dt>
<dd>
<div class="block">Performs the given action for each parameter until all values
have been processed or the action throws an exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,%20S)">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,%20S)">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,%20S)">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#format(java.lang.String,%20java.lang.Object[])">format(String, Object[])</a></span> - Static method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Replace placeholders in the given messagePattern with arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#formatMessage(java.lang.String,%20java.lang.Object...)">formatMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#formatMessage(java.lang.String,%20java.lang.Object...)">formatMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">FormattedMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that contain a format String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object)">FormattedMessage(Locale, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a locale, a pattern and a single parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">FormattedMessage(Locale, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a locale, a pattern and two parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object...)">FormattedMessage(Locale, String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a locale, a pattern and a parameter array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object[],%20java.lang.Throwable)">FormattedMessage(Locale, String, Object[], Throwable)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a locale, a pattern, a parameter array, and a throwable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String,%20java.lang.Object)">FormattedMessage(String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a pattern and a single parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">FormattedMessage(String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a pattern and two parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String,%20java.lang.Object...)">FormattedMessage(String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a pattern and a parameter array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String,%20java.lang.Object[],%20java.lang.Throwable)">FormattedMessage(String, Object[], Throwable)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Constructs with a pattern, a parameter array, and a throwable.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">FormattedMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#FormattedMessageFactory()">FormattedMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with default flow strings.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#formatTo(java.lang.String[],%20java.lang.StringBuilder)">formatTo(String[], StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#formatTo(java.lang.String[],%20java.lang.StringBuilder)">formatTo(String[], StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.html#formatTo(java.lang.String[],%20java.lang.StringBuilder)">formatTo(String[], StringBuilder)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.html" title="interface in org.apache.logging.log4j.util">MultiFormatStringBuilderFormattable</a></dt>
<dd>
<div class="block">Writes a text representation of this object into the specified <code>StringBuilder</code>, ideally without allocating
temporary objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilderFormattable.html#formatTo(java.lang.StringBuilder)">formatTo(StringBuilder)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilderFormattable.html" title="interface in org.apache.logging.log4j.util">StringBuilderFormattable</a></dt>
<dd>
<div class="block">Writes a text representation of this object into the specified <code>StringBuilder</code>, ideally without allocating
temporary objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#forName(java.lang.String,%20int)">forName(String, int)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Retrieves an existing Level or creates on if it didn't previously exist.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#freeze()">freeze()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>
<div class="block">"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#freeze()">freeze()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#freeze()">freeze()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Makes this collection immutable.</div>
</dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Retrieves the value of the element with the specified key or null if the key is not present.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#get(java.lang.String)">get(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Gets the context identified by the <code>key</code> parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#get(java.lang.String)">get(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Gets the context identified by the <code>key</code> parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#get(java.lang.String)">get(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Gets the context value identified by the <code>key</code> parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LambdaUtil.html#get(org.apache.logging.log4j.util.Supplier)">get(Supplier&lt;?&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LambdaUtil.html" title="class in org.apache.logging.log4j.util">LambdaUtil</a></dt>
<dd>
<div class="block">Returns the result of evaluating the specified function.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LambdaUtil.html#get(org.apache.logging.log4j.util.MessageSupplier)">get(MessageSupplier)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LambdaUtil.html" title="class in org.apache.logging.log4j.util">LambdaUtil</a></dt>
<dd>
<div class="block">Returns the Message supplied by the specified function.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/MessageSupplier.html#get()">get()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/MessageSupplier.html" title="interface in org.apache.logging.log4j.util">MessageSupplier</a></dt>
<dd>
<div class="block">Gets a Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Supplier.html#get()">get()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util">Supplier</a></dt>
<dd>
<div class="block">Gets a value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LambdaUtil.html#getAll(org.apache.logging.log4j.util.Supplier...)">getAll(Supplier&lt;?&gt;...)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LambdaUtil.html" title="class in org.apache.logging.log4j.util">LambdaUtil</a></dt>
<dd>
<div class="block">Converts an array of lambda expressions into an array of their evaluation results.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#getAllowedClasses()">getAllowedClasses()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#getBaseName()">getBaseName()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>
<div class="block">Gets the resource bundle base name if set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String)">getBooleanProperty(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a boolean value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String,%20boolean)">getBooleanProperty(String, boolean)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a boolean value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String,%20boolean,%20boolean)">getBooleanProperty(String, boolean, boolean)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a boolean value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getCallerClass(int)">getCallerClass(int)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getCallerClass(java.lang.String,%20java.lang.String)">getCallerClass(String, String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getCallerClass(java.lang.Class)">getCallerClass(Class&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(int)">getCallerClass(int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.String)">getCallerClass(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.String,%20java.lang.String)">getCallerClass(String, String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.Class)">getCallerClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getCharsetProperty(java.lang.String)">getCharsetProperty(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a Charset value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getCharsetProperty(java.lang.String,%20java.nio.charset.Charset)">getCharsetProperty(String, Charset)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a Charset value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#getClassLoaders()">getClassLoaders()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#getClassName()">getClassName()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Gets the class name of the <a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContextFactory</code></a> implementation of this
Provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext()">getContext()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns the current LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(boolean)">getContext(boolean)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,%20boolean)">getContext(ClassLoader, boolean)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,%20boolean,%20java.lang.Object)">getContext(ClassLoader, boolean, Object)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,%20boolean,%20java.net.URI)">getContext(ClassLoader, boolean, URI)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,%20boolean,%20java.lang.Object,%20java.net.URI)">getContext(ClassLoader, boolean, Object, URI)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,%20boolean,%20java.lang.Object,%20java.net.URI,%20java.lang.String)">getContext(ClassLoader, boolean, Object, URI, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,%20boolean)">getContext(String, boolean)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20boolean)">getContext(String, ClassLoader, boolean)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20boolean,%20java.net.URI,%20java.lang.String)">getContext(String, ClassLoader, boolean, URI, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a LoggerContext</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20java.lang.Object,%20boolean)">getContext(String, ClassLoader, Object, boolean)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContextFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20java.lang.Object,%20boolean,%20java.net.URI,%20java.lang.String)">getContext(String, ClassLoader, Object, boolean, URI, String)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContextFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext()">getContext()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>
<div class="block">Gets the <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a> that should be used to look up or create loggers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext(java.lang.Class)">getContext(Class&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>
<div class="block">Gets the <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a> associated with the given caller class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20java.lang.Object,%20boolean)">getContext(String, ClassLoader, Object, boolean)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerContextFactory</a></dt>
<dd>
<div class="block">Creates a <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html#getContext(java.lang.String,%20java.lang.ClassLoader,%20java.lang.Object,%20boolean,%20java.net.URI,%20java.lang.String)">getContext(String, ClassLoader, Object, boolean, URI, String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerContextFactory</a></dt>
<dd>
<div class="block">Creates a <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#getContext()">getContext()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns a mutable copy of current thread's context Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getCopy()">getCopy()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#getCopy()">getCopy()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getCopy()">getCopy()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Gets a non-<code>null</code> mutable copy of current thread's context Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#getCopy()">getCopy()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Gets a non-<code>null</code> mutable copy of current thread's context Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getCurrentStackTrace()">getCurrentStackTrace()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getCurrentStackTrace()">getCurrentStackTrace()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getData()">getData()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Returns the message data as an unmodifiable Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#getDeclaringClass()">getDeclaringClass()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#getDepth()">getDepth()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#getDepth()">getDepth()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#getDepth()">getDepth()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns the number of elements in the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#getDepth()">getDepth()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Gets the current nesting depth of this thread's stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getDoubleProperty(java.lang.String,%20double)">getDoubleProperty(String, double)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a double.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#getEnterpriseNumber()">getEnterpriseNumber()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Returns the enterprise number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#getEntryText()">getEntryText()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>
<div class="block">Gets the entry text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#getExitText()">getExitText()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>
<div class="block">Gets the exit text.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getExternalContext()">getExternalContext()</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#getExternalContext()">getExternalContext()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">An anchor for some other context, such as a ClassLoader or ServletContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getFactory()">getFactory()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns the current LoggerContextFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Gets the message pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Returns the message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/Message.html#getFormat()">getFormat()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a></dt>
<dd>
<div class="block">Gets the format portion of the Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Returns the message pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>
<div class="block">Returns the object formatted using its toString method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Returns the object formatted using its toString method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the message pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">Returns the object formatted using its toString method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the message pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Returns the message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Returns the message pattern.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Returns the message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormat()">getFormat()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Returns the title.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getFormats()">getFormats()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MultiformatMessage.html#getFormats()">getFormats()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MultiformatMessage.html" title="interface in org.apache.logging.log4j.message">MultiformatMessage</a></dt>
<dd>
<div class="block">Returns the supported formats.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormats()">getFormats()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Returns the supported formats.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Gets the formatted message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>
<div class="block">Returns the formatted message after looking up the format in the resource bundle.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Formats the message and return it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage(java.lang.String[])">getFormattedMessage(String[])</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/Message.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a></dt>
<dd>
<div class="block">Gets the Message formatted as a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Returns the formatted message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MultiformatMessage.html#getFormattedMessage(java.lang.String[])">getFormattedMessage(String[])</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MultiformatMessage.html" title="interface in org.apache.logging.log4j.message">MultiformatMessage</a></dt>
<dd>
<div class="block">Returns the Message formatted as a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>
<div class="block">Returns the formatted object message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Returns the formatted object message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the formatted message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">Returns the formatted object message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the formatted message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Returns the message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Returns the formatted message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the message and return it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage(java.lang.String[])">getFormattedMessage(String[])</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Formats the message according the the specified format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormattedMessage()">getFormattedMessage()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Returns the ThreadDump in printable format.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getFormattedStatus()">getFormattedStatus()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Formats the StatusData for viewing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getFormatterLogger()">getFormatterLogger()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Class)">getFormatterLogger(Class&lt;?&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a formatter Logger using the fully qualified name of the Class as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Object)">getFormatterLogger(Object)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.String)">getFormatterLogger(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a formatter Logger with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getId()">getId()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Returns this message id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#getImmutableContext()">getImmutableContext()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns an immutable view of the current thread's context Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getImmutableMapOrNull()">getImmutableMapOrNull()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#getImmutableMapOrNull()">getImmutableMapOrNull()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getImmutableMapOrNull()">getImmutableMapOrNull()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Returns an immutable view on the context Map or <code>null</code> if the context map is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#getImmutableMapOrNull()">getImmutableMapOrNull()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Returns an immutable view on the context Map or <code>null</code> if the context map is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#getImmutableStack()">getImmutableStack()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Gets an immutable copy of this current thread's context stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#getImmutableStackOrNull()">getImmutableStackOrNull()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#getImmutableStackOrNull()">getImmutableStackOrNull()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#getImmutableStackOrNull()">getImmutableStackOrNull()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns a ContextStack with the same contents as this ContextStack or <code>null</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getIndexedReadOnlyStringMap()">getIndexedReadOnlyStringMap()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Returns a read-only view of the message data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getInstance()">getInstance()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getIntegerProperty(java.lang.String,%20int)">getIntegerProperty(String, int)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as an integer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html#getKeyAt(int)">getKeyAt(int)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">IndexedReadOnlyStringMap</a></dt>
<dd>
<div class="block">Viewing all key-value pairs as a sequence sorted by key, this method returns the key at the specified index,
or <code>null</code> if the specified index is less than zero or greater or equal to the size of this collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#getKeyAt(int)">getKeyAt(int)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#getLevel(java.lang.String)">getLevel(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Return the Level associated with the name or null if the Level cannot be found.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#getLevel()">getLevel()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Gets the Level associated with the Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#getLevel()">getLevel()</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#getLevel()">getLevel()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getLevel()">getLevel()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Returns the logging level for the event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#getLevel()">getLevel()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#getListeners()">getListeners()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Returns a thread safe Iterable for the StatusListener.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger()">getLogger()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger with the name of the calling class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class)">getLogger(Class&lt;?&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger using the fully qualified name of the Class as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(Class&lt;?&gt;, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger using the fully qualified name of the Class as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(org.apache.logging.log4j.message.MessageFactory)">getLogger(MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger with the name of the calling class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object)">getLogger(Object)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger using the fully qualified class name of the value as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(Object, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger using the fully qualified class name of the value as the Logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(String, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String,%20java.lang.String)">getLogger(String, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns a Logger with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(String, MessageFactory)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerAdapter.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerAdapter.html" title="interface in org.apache.logging.log4j.spi">LoggerAdapter</a></dt>
<dd>
<div class="block">Gets a named logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">Returns an ExtendedLogger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(String, MessageFactory)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">Returns an ExtendedLogger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#getLogger(java.lang.String)">getLogger(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>
<div class="block">Returns an ExtendedLogger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#getLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">getLogger(String, MessageFactory)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>
<div class="block">Returns an ExtendedLogger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#getLogger()">getLogger()</a></span> - Static method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Retrieve the StatusLogger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getLoggerName()">getLoggerName()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>
<div class="block">Returns the name of the Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html#getLoggerName()">getLoggerName()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html" title="interface in org.apache.logging.log4j.message">LoggerNameAwareMessage</a></dt>
<dd>
<div class="block">Returns the name of the Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#getLoggers()">getLoggers()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#getLoggers(java.util.Collection)">getLoggers(Collection&lt;T&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLoggersInContext(org.apache.logging.log4j.spi.LoggerContext)">getLoggersInContext(LoggerContext)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>
<div class="block">Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getLongProperty(java.lang.String,%20long)">getLongProperty(String, long)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#getLowerCaseHex(int)">getLowerCaseHex(int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Converts a digit into an lower-case hexadecimal character or the null character if invalid.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String)">getMarker(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j">MarkerManager</a></dt>
<dd>
<div class="block">Retrieves a Marker or create a Marker that has no parent.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,%20java.lang.String)">getMarker(String, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j">MarkerManager</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,%20org.apache.logging.log4j.Marker)">getMarker(String, Marker)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j">MarkerManager</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessage.html#getMessage()">getMessage()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessage.html" title="interface in org.apache.logging.log4j.message">FlowMessage</a></dt>
<dd>
<div class="block">The wrapped message</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#getMessage(java.lang.String,%20java.lang.Object[],%20java.lang.Throwable)">getMessage(String, Object[], Throwable)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getMessage()">getMessage()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Returns the message associated with the event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LambdaUtil.html#getMessage(org.apache.logging.log4j.util.Supplier,%20org.apache.logging.log4j.message.MessageFactory)">getMessage(Supplier&lt;?&gt;, MessageFactory)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LambdaUtil.html" title="class in org.apache.logging.log4j.util">LambdaUtil</a></dt>
<dd>
<div class="block">Returns a Message, either the value supplied by the specified function, or a new Message created by the specified
Factory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#getMessageFactory()">getMessageFactory()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Gets the message factory used to convert message Objects and Strings/CharSequences into actual log Messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#getMessageFactory()">getMessageFactory()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#getName()">getName()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Gets the logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#getName()">getName()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Returns the name of this Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getName()">getName()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#getName()">getName()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Returns the StructuredDataId name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#getName()">getName()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html#getNormalForm(java.lang.Iterable)">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html" title="class in org.apache.logging.log4j.util">EnvironmentPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html#getNormalForm(java.lang.Iterable)">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">PropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.html#getNormalForm(java.lang.Iterable)">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.html" title="interface in org.apache.logging.log4j.util">PropertySource</a></dt>
<dd>
<div class="block">Converts a list of property name tokens into a normal form.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getNormalForm(java.lang.Iterable)">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">SystemPropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#getOptional()">getOptional()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Returns a list of optional keys.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#getOriginal()">getOriginal()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#getParameter()">getParameter()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Returns the object parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameter()">getParameter()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">Returns the object parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessage.html#getParameterCount()">getParameterCount()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessage.html" title="interface in org.apache.logging.log4j.message">ReusableMessage</a></dt>
<dd>
<div class="block">Returns the number of parameters that was used to initialize this reusable message for the current content.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameterCount()">getParameterCount()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">This message does not have any parameters so this method always returns zero.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getParameterCount()">getParameterCount()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#getParameterCount()">getParameterCount()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>
<div class="block">This message does not have any parameters so this method always returns zero.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>
<div class="block">Gets the message parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Returns the data elements as if they were parameters on the logging event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/Message.html#getParameters()">getParameters()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a></dt>
<dd>
<div class="block">Gets parameter values, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Returns the message parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>
<div class="block">Returns the object as if it were a parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Returns the object as if it were a parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the message parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">Returns the object as if it were a parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the message parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Returns null since there are no parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Returns the message parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getParameters()">getParameters()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Returns an array with a single element, a Map containing the ThreadInformation as the key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#getParents()">getParents()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Returns a list of parents of this Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getParents()">getParents()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#getPriority()">getPriority()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Gets the priority (natural ordering) of this Provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html#getPriority()">getPriority()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnvironmentPropertySource.html" title="class in org.apache.logging.log4j.util">EnvironmentPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html#getPriority()">getPriority()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">PropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertyFilePropertySource.html#getPriority()">getPriority()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertyFilePropertySource.html" title="class in org.apache.logging.log4j.util">PropertyFilePropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.html#getPriority()">getPriority()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.html" title="interface in org.apache.logging.log4j.util">PropertySource</a></dt>
<dd>
<div class="block">Returns the order in which this PropertySource has priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getPriority()">getPriority()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">SystemPropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProcessIdUtil.html#getProcessId()">getProcessId()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProcessIdUtil.html" title="class in org.apache.logging.log4j.util">ProcessIdUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getProperties()">getProperties()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Returns the PropertiesUtil used by Log4j.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#getProviders()">getProviders()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getReadOnlyContextData()">getReadOnlyContextData()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Returns the context data for reading.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap2.html#getReadOnlyContextData()">getReadOnlyContextData()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap2.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap2</a></dt>
<dd>
<div class="block">Returns the context data for reading.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#getRecursionDepth()">getRecursionDepth()</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Returns the depth of nested logging calls in the current Thread: zero if no logging call has been made,
one if a single logging call without nested logging calls has been made, or more depending on the level of
nesting.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#getRequired()">getRequired()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Returns a list of required keys.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getResourceBundle(java.lang.String,%20java.util.Locale,%20boolean)">getResourceBundle(String, Locale, boolean)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>
<div class="block">Override this to use a ResourceBundle.Control in Java 6</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#getResourceBundle()">getResourceBundle()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>
<div class="block">Gets the resource bundle if set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#getRootLogger()">getRootLogger()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Returns the root logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getSecurityManager()">getSecurityManager()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getStackTraceElement()">getStackTraceElement()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Returns the StackTraceElement for the method that created the event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocator.html#getStackTraceElement(int)">getStackTraceElement(int)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util">StackLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html#getStackTraceElement(int)">getStackTraceElement(int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util">StackLocatorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#getStandardLevel()">getStandardLevel()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Gets the standard Level values as an enum.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/StandardLevel.html#getStandardLevel(int)">getStandardLevel(int)</a></span> - Static method in enum org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a></dt>
<dd>
<div class="block">Method to convert custom Levels into a StandardLevel for conversion to other systems.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#getStatusData()">getStatusData()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Returns a List of all events as StatusData objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#getStatusLevel()">getStatusLevel()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Return the Log Level for which the Listener should receive events.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusListener.html#getStatusLevel()">getStatusLevel()</a></span> - Method in interface org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status">StatusListener</a></dt>
<dd>
<div class="block">Return the Log Level that this listener wants included.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String)">getStringProperty(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String,%20java.lang.String)">getStringProperty(String, String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Gets the named property as a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#getSystemProperties()">getSystemProperties()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Return the system properties or an empty Properties object if an error occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessage.html#getText()">getText()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessage.html" title="interface in org.apache.logging.log4j.message">FlowMessage</a></dt>
<dd>
<div class="block">The message text like "Enter" or "Exit" used to prefix the actual Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#getThreadContextClassLoader()">getThreadContextClassLoader()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Gets the current Thread ClassLoader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#getThreadContextMap()">getThreadContextMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Gets the class name of the <a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><code>ThreadContextMap</code></a> implementation of this Provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#getThreadContextMap()">getThreadContextMap()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns a read-only view of the internal data structure used to store thread context key-value pairs,
or <code>null</code> if the internal data structure does not implement the
<code>ReadOnlyThreadContextMap</code> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getThreadName()">getThreadName()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Always returns null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/Message.html#getThrowable()">getThrowable()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a></dt>
<dd>
<div class="block">Gets the throwable, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Return the throwable passed to the Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>
<div class="block">Returns null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Gets the message if it is a throwable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the Throwable that was given as the last argument, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">Gets the message if it is a throwable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>
<div class="block">Returns the Throwable that was given as the last argument, if any.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Always returns null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Return the throwable passed to the Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Always returns null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getThrowable()">getThrowable()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Returns the Throwable associated with the event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/TimestampMessage.html#getTimestamp()">getTimestamp()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/TimestampMessage.html" title="interface in org.apache.logging.log4j.message">TimestampMessage</a></dt>
<dd>
<div class="block">Returns the timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#getTimestamp()">getTimestamp()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Returns the event's timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#getType()">getType()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Returns this message type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#getUpperCaseHex(int)">getUpperCaseHex(int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Converts a digit into an upper-case hexadecimal character or the null character if invalid.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#getUrl()">getUrl()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Gets the URL containing this Provider's Log4j details.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ObjectThreadContextMap</a></dt>
<dd>
<div class="block">Returns the Object value for the specified key, or <code>null</code> if the specified key does not exist in this
collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Returns the value for the specified key, or <code>null</code> if the specified key does not exist in this collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html#getValueAt(int)">getValueAt(int)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">IndexedReadOnlyStringMap</a></dt>
<dd>
<div class="block">Viewing all key-value pairs as a sequence sorted by key, this method returns the value at the specified index,
or <code>null</code> if the specified index is less than zero or greater or equal to the size of this collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#getValueAt(int)">getValueAt(int)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#getVersions()">getVersions()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Returns the Log4j API versions supported by the implementation.</div>
</dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#hashCode()">hashCode()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Returns a hash code value based on the name of this marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#hashCode()">hashCode()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#hashCode()">hashCode()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Returns a hash code value for the object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String)">hasLogger(String)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">hasLogger(String, MessageFactory)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String,%20java.lang.Class)">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String)">hasLogger(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">hasLogger(String, MessageFactory)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name and MessageFactory exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String,%20java.lang.Class)">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi">LoggerContext</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name and MessageFactory type exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String)">hasLogger(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory)">hasLogger(String, MessageFactory)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name and MessageFactory exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String,%20java.lang.Class)">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>
<div class="block">Detects if a Logger with the specified name and MessageFactory type exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#hasParents()">hasParents()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Indicates whether this Marker has references to any other Markers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hasParents()">hasParents()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#hasProperty(java.lang.String)">hasProperty(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified property is defined, regardless of its value (it may not have a value).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#hasProviders()">hasProviders()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#identityToString(java.lang.Object)">identityToString(Object)</a></span> - Static method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">This method returns the same as if Object.toString() would not have been
overridden in obj.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#IGNORE_TCCL_PROPERTY">IGNORE_TCCL_PROPERTY</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">System property to set to ignore the thread context ClassLoader.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util"><span class="strong">IndexedReadOnlyStringMap</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">An extension of <code>ReadOnlyStringMap</code> that imposes a total ordering on its keys.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/IndexedStringMap.html" title="interface in org.apache.logging.log4j.util"><span class="strong">IndexedStringMap</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">An extension of <code>StringMap</code> that imposes a total ordering on its keys.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html#indexOfKey(java.lang.String)">indexOfKey(String)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">IndexedReadOnlyStringMap</a></dt>
<dd>
<div class="block">Viewing all key-value pairs as a sequence sorted by key, this method returns the index of the specified key in
that sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#indexOfKey(java.lang.String)">indexOfKey(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#INFO">INFO</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">An event for informational purposes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">info(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">info(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level with the
specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">info(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">info(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object)">info(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">info(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String)">info(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">info(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">info(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">info(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level with the
specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)">info(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier)">info(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.CharSequence)">info(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.CharSequence,%20java.lang.Throwable)">info(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.Object)">info(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String)">info(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object...)">info(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Throwable)">info(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.Supplier)">info(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">info(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object)">info(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at info level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">info(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">info(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">info(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object)">info(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">info(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String)">info(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">info(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">info(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message)">info(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">info(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.CharSequence)">info(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.CharSequence,%20java.lang.Throwable)">info(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String)">info(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object...)">info(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Throwable)">info(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.Supplier)">info(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">info(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">info(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">info(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">info(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.MessageSupplier)">info(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">info(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">info(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object)">info(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#INHERITABLE_MAP">INHERITABLE_MAP</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>
<div class="block">Property name ("isThreadContextMapInheritable" ) for selecting <code>InheritableThreadLocal</code> (value "true") or plain
<code>ThreadLocal</code> (value is not "true") in the implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMapFactory.html#init()">init()</a></span> - Static method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMapFactory.html" title="class in org.apache.logging.log4j.spi">ThreadContextMapFactory</a></dt>
<dd>
<div class="block">Initializes static variables based on system properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>
<div class="block">Instance of ParameterizedMessageFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedNoReferenceMessageFactory</a></dt>
<dd>
<div class="block">Instance of ParameterizedStatusMessageFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Instance of ReusableMessageFactory..</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>
<div class="block">Instance of StringFormatterMessageFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>
<div class="block">Instance of StringFormatterMessageFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#intLevel()">intLevel()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Gets the integral value of this Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/StandardLevel.html#intLevel()">intLevel()</a></span> - Method in enum org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a></dt>
<dd>
<div class="block">Returns the integer value of the Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Constants.html#IS_WEB_APP">IS_WEB_APP</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util">Constants</a></dt>
<dd>
<div class="block"><code>true</code> if we think we are running in a web container, based on the boolean value of system property
"log4j2.is.webapp", or (if this system property is not set) whether the <code>javax.servlet.Servlet</code> class
is present in the classpath.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#isBlank(java.lang.String)">isBlank(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Checks if a String is blank.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#isClassAvailable(java.lang.String)">isClassAvailable(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Determines if a named Class can be loaded or not.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#isEmpty()">isEmpty()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</a></dt>
<dd>
<div class="block">Returns true if the Map is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#isEmpty()">isEmpty()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Returns true if the Map is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#isEmpty()">isEmpty()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns true if the Map is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#isEmpty()">isEmpty()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this collection is empty (size is zero), <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#isEmpty(java.lang.CharSequence)">isEmpty(CharSequence)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">
Checks if a CharSequence is empty ("") or null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled(Level)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the given Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker)">isEnabled(Level, Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the given Level and Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">isEnabled(Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">isEnabled(Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">isEnabled(Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">isEnabled(Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">isEnabled(Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">isEnabled(Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">isEnabled(Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled(Level)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker)">isEnabled(Level, Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="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(Level, Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">isEnabled(Level, Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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(Level, Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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(Level, Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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(Level, Marker, String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determine if logging is enabled.</div>
</dd>
<dt><span class="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(Level, Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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(Level, Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Determines if logging is enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">isEnabled(Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">isEnabled(Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">isEnabled(Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">isEnabled(Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">isEnabled(Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">isEnabled(Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">isEnabled(Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Detect if the event would be logged.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">isEnabled(Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">isEnabled(Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">isEnabled(Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">isEnabled(Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">isEnabled(Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">isEnabled(Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">isEnabled(Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker)">isEnabled(Level, Marker)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#isFrozen()">isFrozen()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>
<div class="block">Returns whether this context stack is frozen.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#isFrozen()">isFrozen()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#isFrozen()">isFrozen()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this object has been <a href="./org/apache/logging/log4j/util/StringMap.html#freeze()">frozen</a>, <code>false</code> otherwise.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#isInRange(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Level)">isInRange(Level, Level)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Compares this level against the levels passed as arguments and returns true if this level is in between the given
levels.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#isInstanceOf(org.apache.logging.log4j.Marker)">isInstanceOf(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Checks whether this Marker is an instance of the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#isInstanceOf(java.lang.String)">isInstanceOf(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Checks whether this Marker is an instance of the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(org.apache.logging.log4j.Marker)">isInstanceOf(Marker)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(java.lang.String)">isInstanceOf(String)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#isLessSpecificThan(org.apache.logging.log4j.Level)">isLessSpecificThan(Level)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is less
specific.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#isMoreSpecificThan(org.apache.logging.log4j.Level)">isMoreSpecificThan(Level)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is more
specific.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#isNotBlank(java.lang.String)">isNotBlank(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Checks if a String is not blank.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#isNotEmpty(java.lang.CharSequence)">isNotEmpty(CharSequence)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">
Checks if a CharSequence is not empty ("") and not null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#isOsWindows()">isOsWindows()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Returns true if system properties tell us we are running on Windows.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#isReserved()">isReserved()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Indicates if the id is reserved.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Checks whether this Logger is enabled for the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled(Marker)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#iterator()">iterator()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#iterator()">iterator()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#iterator()">iterator()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Constants.html#JAVA_MAJOR_VERSION">JAVA_MAJOR_VERSION</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util">Constants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#join(java.lang.Iterable,%20char)">join(Iterable&lt;?&gt;, char)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Joins the elements of the provided <code>Iterable</code> into
a single String containing the provided elements.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#join(java.util.Iterator,%20char)">join(Iterator&lt;?&gt;, char)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Joins the elements of the provided <code>Iterator</code> into
a single String containing the provided elements.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.Util.html#joinAsCamelCase(java.lang.Iterable)">joinAsCamelCase(Iterable&lt;? extends CharSequence&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.Util.html" title="class in org.apache.logging.log4j.util">PropertySource.Util</a></dt>
<dd>
<div class="block">Joins a list of strings using camelCaseConventions.</div>
</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/util/LambdaUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">LambdaUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Utility class for lambda support.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#lazyInit()">lazyInit()</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block">Lazily initializes the ProviderUtil singleton.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#length()">length()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#length()">length()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><span class="strong">Level</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Levels used for identifying the severity of an event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#LF">LF</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Line Feed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#LINE_SEPARATOR">LINE_SEPARATOR</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">OS-dependent line separator, defaults to <code>"\n"</code> if the system property <code>""line.separator"</code> cannot be
read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#loadClass(java.lang.String)">loadClass(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Loads a class by name.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">LoaderUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em> Utility class for ClassLoaders.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#loadLoggerContextFactory()">loadLoggerContextFactory()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Loads the <a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContextFactory</code></a> class specified by this Provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#loadProvider(java.net.URL,%20java.lang.ClassLoader)">loadProvider(URL, ClassLoader)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block">Loads an individual Provider implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#loadProviders(java.lang.ClassLoader)">loadProviders(ClassLoader)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#loadProviders(java.util.Enumeration,%20java.lang.ClassLoader)">loadProviders(Enumeration&lt;URL&gt;, ClassLoader)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<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>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#loadThreadContextMap()">loadThreadContextMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Loads the <a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><code>ThreadContextMap</code></a> class specified by this Provider.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">LocalizedMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.Object[])">LocalizedMessage(String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>
<div class="block">Constructor with message pattern and arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.String,%20java.lang.Object[])">LocalizedMessage(String, String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.lang.String,%20java.lang.Object[])">LocalizedMessage(ResourceBundle, String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.util.Locale,%20java.lang.String,%20java.lang.Object[])">LocalizedMessage(String, Locale, String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.util.Locale,%20java.lang.String,%20java.lang.Object[])">LocalizedMessage(ResourceBundle, Locale, String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object[])">LocalizedMessage(Locale, String, Object[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.Object)">LocalizedMessage(String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.String,%20java.lang.Object)">LocalizedMessage(String, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.lang.String)">LocalizedMessage(ResourceBundle, String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.lang.String,%20java.lang.Object)">LocalizedMessage(ResourceBundle, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.util.Locale,%20java.lang.String,%20java.lang.Object)">LocalizedMessage(String, Locale, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.util.Locale,%20java.lang.String,%20java.lang.Object)">LocalizedMessage(ResourceBundle, Locale, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object)">LocalizedMessage(Locale, String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(String, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(ResourceBundle, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String,%20java.util.Locale,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(String, Locale, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle,%20java.util.Locale,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(ResourceBundle, Locale, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">LocalizedMessage(Locale, String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">LocalizedMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#LocalizedMessageFactory(java.util.ResourceBundle)">LocalizedMessageFactory(ResourceBundle)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#LocalizedMessageFactory(java.lang.String)">LocalizedMessageFactory(String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><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(Level, Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the given level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the given level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the specified level with the specified
Marker.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">log(Level, Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">log(Level, Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object)">log(Level, Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the given level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">log(Level, Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the given level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the given level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the specified level.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message)">log(Level, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">log(Level, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier)">log(Level, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">log(Level, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.CharSequence)">log(Level, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.CharSequence,%20java.lang.Throwable)">log(Level, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object)">log(Level, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object,%20java.lang.Throwable)">log(Level, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String)">log(Level, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">log(Level, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the given level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">log(Level, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Throwable)">log(Level, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the given level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier)">log(Level, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">log(Level, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object)">log(Level, Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object)">log(Level, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">log(Level, Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">log(Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">log(Level, Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">log(Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object)">log(Level, Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">log(Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">log(Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">log(Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">log(Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message)">log(Level, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">log(Level, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.CharSequence)">log(Level, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.CharSequence,%20java.lang.Throwable)">log(Level, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object)">log(Level, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.Object,%20java.lang.Throwable)">log(Level, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String)">log(Level, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">log(Level, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Throwable)">log(Level, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier)">log(Level, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">log(Level, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">log(Level, Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">log(Level, Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">log(Level, Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">log(Level, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">log(Level, Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">log(Level, Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier)">log(Level, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">log(Level, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">log(Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object)">log(Level, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#log(org.apache.logging.log4j.status.StatusData)">log(StatusData)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Writes status messages to the console.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusListener.html#log(org.apache.logging.log4j.status.StatusData)">log(StatusData)</a></span> - Method in interface org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status">StatusListener</a></dt>
<dd>
<div class="block">Called as events occur to process the StatusData.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Constants.html#LOG4J2_DEBUG">LOG4J2_DEBUG</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util">Constants</a></dt>
<dd>
<div class="block">Name of the system property that will turn on TRACE level internal log4j2 status logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage)">logEvent(StructuredDataMessage)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/EventLogger.html" title="class in org.apache.logging.log4j">EventLogger</a></dt>
<dd>
<div class="block">Logs events with a level of ALL.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage,%20org.apache.logging.log4j.Level)">logEvent(StructuredDataMessage, Level)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/EventLogger.html" title="class in org.apache.logging.log4j">EventLogger</a></dt>
<dd>
<div class="block">Logs events and specify the logging level.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j"><span class="strong">Logger</span></a> - Interface in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">This is the central interface in the log4j package.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#logger">logger</a></span> - Variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">The wrapped Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#LOGGER_CONTEXT_FACTORY">LOGGER_CONTEXT_FACTORY</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Property name to set to the implementation of <a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContextFactory</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerAdapter.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">LoggerAdapter</span></a>&lt;<a href="./org/apache/logging/log4j/spi/LoggerAdapter.html" title="type parameter in LoggerAdapter">L</a>&gt; - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">A basic registry for <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a> objects and their associated external
Logger classes.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">LoggerContext</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Anchor point for logging implementations.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">LoggerContextFactory</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Implemented by factories that create <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a> objects.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi"><span class="strong">LoggerContextKey</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>with no replacement - no longer used</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextKey.html#LoggerContextKey()">LoggerContextKey()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextKey.html" title="class in org.apache.logging.log4j.spi">LoggerContextKey</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">LoggerNameAwareMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Message that is interested in the name of the Logger.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi"><span class="strong">LoggerRegistry</span></a>&lt;<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="type parameter in LoggerRegistry">T</a> extends <a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a>&gt; - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Convenience class to be used by <code>LoggerContext</code> implementations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#LoggerRegistry()">LoggerRegistry()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#LoggerRegistry(org.apache.logging.log4j.spi.LoggerRegistry.MapFactory)">LoggerRegistry(LoggerRegistry.MapFactory&lt;T&gt;)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="class in org.apache.logging.log4j.spi"><span class="strong">LoggerRegistry.ConcurrentMapFactory</span></a>&lt;<a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="type parameter in LoggerRegistry.ConcurrentMapFactory">T</a> extends <a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a>&gt; - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Generates ConcurrentHashMaps for use by the registry to store the Loggers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#LoggerRegistry.ConcurrentMapFactory()">LoggerRegistry.ConcurrentMapFactory()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.ConcurrentMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">LoggerRegistry.MapFactory</span></a>&lt;<a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" title="type parameter in LoggerRegistry.MapFactory">T</a> extends <a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a>&gt; - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Interface to control the data structure used by the registry to store the Loggers.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="class in org.apache.logging.log4j.spi"><span class="strong">LoggerRegistry.WeakMapFactory</span></a>&lt;<a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="type parameter in LoggerRegistry.WeakMapFactory">T</a> extends <a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a>&gt; - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Generates WeakHashMaps for use by the registry to store the Loggers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#LoggerRegistry.WeakMapFactory()">LoggerRegistry.WeakMapFactory()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.WeakMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><span class="strong">LoggingException</span></a> - Exception in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Exception thrown when an error occurs while logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.String)">LoggingException(String)</a></span> - Constructor for exception org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j">LoggingException</a></dt>
<dd>
<div class="block">Construct an exception with a message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.String,%20java.lang.Throwable)">LoggingException(String, Throwable)</a></span> - Constructor for exception org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j">LoggingException</a></dt>
<dd>
<div class="block">Construct an exception with a message and underlying cause.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.Throwable)">LoggingException(Throwable)</a></span> - Constructor for exception org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j">LoggingException</a></dt>
<dd>
<div class="block">Construct an exception with an underlying cause.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.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(String, Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.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(String, Level, Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">logIfEnabled(String, Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">logIfEnabled(String, Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.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(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">logIfEnabled(String, Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.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(String, Level, Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">logIfEnabled(String, Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">logIfEnabled(String, Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="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(String, Level, Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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.CharSequence,%20java.lang.Throwable)">logIfEnabled(String, Level, Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a CharSequence message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message whose parameters are only to be constructed if the specified level is active.</div>
</dd>
<dt><span class="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(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the specified level is active.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j"><span class="strong">LogManager</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">The anchor point for the Log4j logging system.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#LogManager()">LogManager()</a></span> - Constructor for class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Prevents instantiation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.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(String, Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">logMessage(String, Level, Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">logMessage(String, Level, Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">logMessage(String, Level, Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">logMessage(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">logMessage(String, Level, Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String)">logMessage(String, Level, Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">logMessage(String, Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">logMessage(String, Level, Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="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(String, Level, Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dt>
<dd>
<div class="block">Always logs a message at the specified level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.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(String, Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a></dt>
<dd>
<div class="block">Always log an event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.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(String, Level, Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Adds an event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#lookupIgnoreCase(java.lang.String)">lookupIgnoreCase(String)</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message">MapMessage.MapFormat</a></dt>
<dd>
<div class="block">Maps a format name to an <a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message"><code>MapMessage.MapFormat</code></a> while ignoring case.</div>
</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#makeId(org.apache.logging.log4j.message.StructuredDataId)">makeId(StructuredDataId)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Creates an id using another id to supply default values.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#makeId(java.lang.String,%20int)">makeId(String, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Creates an id based on the current id.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">MapMessage</span></a>&lt;<a href="./org/apache/logging/log4j/message/MapMessage.html" title="type parameter in MapMessage">M</a> extends <a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a>&lt;<a href="./org/apache/logging/log4j/message/MapMessage.html" title="type parameter in MapMessage">M</a>,<a href="./org/apache/logging/log4j/message/MapMessage.html" title="type parameter in MapMessage">V</a>&gt;,<a href="./org/apache/logging/log4j/message/MapMessage.html" title="type parameter in MapMessage">V</a>&gt; - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Represents a Message that consists of a Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#MapMessage()">MapMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#MapMessage(int)">MapMessage(int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#MapMessage(java.util.Map)">MapMessage(Map&lt;String, V&gt;)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance based on an existing <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message"><span class="strong">MapMessage.MapFormat</span></a> - Enum in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">When set as the format specifier causes the Map to be formatted as XML.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j"><span class="strong">Marker</span></a> - Interface in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Markers are objects that are used to add easily filterable information to log messages.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j"><span class="strong">MarkerManager</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Applications create Markers by using the Marker Manager.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j"><span class="strong">MarkerManager.Log4jMarker</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block"><em>Consider this class private, it is only public to satisfy Jackson for XML and JSON IO.</em></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#MarkerManager.Log4jMarker(java.lang.String)">MarkerManager.Log4jMarker(String)</a></span> - Constructor for class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>
<div class="block">Constructs a new Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Constants.html#MAX_REUSABLE_MESSAGE_SIZE">MAX_REUSABLE_MESSAGE_SIZE</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Constants.html" title="class in org.apache.logging.log4j.util">Constants</a></dt>
<dd>
<div class="block">Maximum size of the StringBuilders used in RingBuffer LogEvents to store the contents of reusable Messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#MAX_STATUS_ENTRIES">MAX_STATUS_ENTRIES</a></span> - Static variable in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">System property that can be configured with the number of entries in the queue.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessage.html#memento()">memento()</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessage.html" title="interface in org.apache.logging.log4j.message">ReusableMessage</a></dt>
<dd>
<div class="block">Returns an immutable snapshot of the current internal state of this reusable message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#memento()">memento()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#memento()">memento()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#memento()">memento()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message"><span class="strong">Message</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">An interface for various Message implementations that can be logged.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MessageCollectionMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">MessageCollectionMessage</span></a>&lt;<a href="./org/apache/logging/log4j/message/MessageCollectionMessage.html" title="type parameter in MessageCollectionMessage">T</a>&gt; - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">A Message that is a collection of Messages.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><span class="strong">MessageFactory</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates messages.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><span class="strong">MessageFactory2</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates messages.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi"><span class="strong">MessageFactory2Adapter</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Adapts a legacy MessageFactory to the new MessageFactory2 interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#MessageFactory2Adapter(org.apache.logging.log4j.message.MessageFactory)">MessageFactory2Adapter(MessageFactory)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">MessageFormatMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that consist of a format string conforming to java.text.MessageFormat.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#MessageFormatMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object...)">MessageFormatMessage(Locale, String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Constructs a message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#MessageFormatMessage(java.lang.String,%20java.lang.Object...)">MessageFormatMessage(String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>
<div class="block">Constructs a message.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">MessageFormatMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#MessageFormatMessageFactory()">MessageFormatMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with default flow strings.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/MessageSupplier.html" title="interface in org.apache.logging.log4j.util"><span class="strong">MessageSupplier</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Classes implementing this interface know how to supply <a href="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message"><code>Message</code></a>s.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#META">META</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">RFC 5424 Meta.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/MultiformatMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">MultiformatMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">A Message that can render itself in more than one way.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.html" title="interface in org.apache.logging.log4j.util"><span class="strong">MultiFormatStringBuilderFormattable</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">A Message that can render itself in more than one way.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><span class="strong">MutableThreadContextStack</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">TODO</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#MutableThreadContextStack()">MutableThreadContextStack()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>
<div class="block">Constructs an empty MutableThreadContextStack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#MutableThreadContextStack(java.util.List)">MutableThreadContextStack(List&lt;String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#name()">name()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Gets the symbolic name of this Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#name">name</a></span> - Variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#names()">names()</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message">MapMessage.MapFormat</a></dt>
<dd>
<div class="block">All <code>MapFormat</code> names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOf(java.lang.String,%20java.lang.Class)">newCheckedInstanceOf(String, Class&lt;T&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Loads and instantiates a derived class using its default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOfProperty(java.lang.String,%20java.lang.Class)">newCheckedInstanceOfProperty(String, Class&lt;T&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Loads and instantiates a class given by a property name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newEntryMessage(org.apache.logging.log4j.message.Message)">newEntryMessage(Message)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessageFactory.html#newEntryMessage(org.apache.logging.log4j.message.Message)">newEntryMessage(Message)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessageFactory.html" title="interface in org.apache.logging.log4j.message">FlowMessageFactory</a></dt>
<dd>
<div class="block">Creates a new entry message based on an existing message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.EntryMessage)">newExitMessage(EntryMessage)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(java.lang.Object,%20org.apache.logging.log4j.message.EntryMessage)">newExitMessage(Object, EntryMessage)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(java.lang.Object,%20org.apache.logging.log4j.message.Message)">newExitMessage(Object, Message)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(java.lang.Object,%20org.apache.logging.log4j.message.Message)">newExitMessage(Object, Message)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessageFactory.html" title="interface in org.apache.logging.log4j.message">FlowMessageFactory</a></dt>
<dd>
<div class="block">Creates a new exit message based on a return value and an existing message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.EntryMessage)">newExitMessage(EntryMessage)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessageFactory.html" title="interface in org.apache.logging.log4j.message">FlowMessageFactory</a></dt>
<dd>
<div class="block">Creates a new exit message based on no return value and an existing entry message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(java.lang.Object,%20org.apache.logging.log4j.message.EntryMessage)">newExitMessage(Object, EntryMessage)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FlowMessageFactory.html" title="interface in org.apache.logging.log4j.message">FlowMessageFactory</a></dt>
<dd>
<div class="block">Creates a new exit message based on a return value and an existing entry message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#newInstance(java.util.Map)">newInstance(Map&lt;String, V&gt;)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance based on an existing Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringMapMessage.html#newInstance(java.util.Map)">newInstance(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message">StringMapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance based on an existing Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#newInstance(java.util.Map)">newInstance(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOf(java.lang.Class)">newInstanceOf(Class&lt;T&gt;)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Loads and instantiates a Class using the default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOf(java.lang.String)">newInstanceOf(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util">LoaderUtil</a></dt>
<dd>
<div class="block">Loads and instantiates a Class using the default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#newLogger(java.lang.String,%20org.apache.logging.log4j.spi.LoggerContext)">newLogger(String, LoggerContext)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>
<div class="block">Creates a new named logger for a given <a href="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.CharSequence)">newMessage(CharSequence)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.Object)">newMessage(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String)">newMessage(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>StringFormattedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String)">newMessage(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message"><code>LocalizedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.Object)">newMessage(Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</a></dt>
<dd>
<div class="block">Creates a new message based on an Object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String)">newMessage(String)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</a></dt>
<dd>
<div class="block">Creates a new message based on a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.CharSequence)">newMessage(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new message for the specified CharSequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message">MessageFactory2</a></dt>
<dd>
<div class="block">Creates a new parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>StringFormattedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><code>ParameterizedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedNoReferenceMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message"><code>SimpleMessage</code></a> instances containing the formatted parameterized message string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.CharSequence)">newMessage(CharSequence)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><code>ReusableParameterizedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String)">newMessage(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message"><code>ReusableSimpleMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.Object)">newMessage(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message"><code>ReusableObjectMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>StringFormattedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>StringFormattedMessage</code></a> instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.CharSequence)">newMessage(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object)">newMessage(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.Object)">newMessage(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String)">newMessage(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,%20java.lang.Object...)">newMessage(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MessageFactory2Adapter.html" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi"><span class="strong">NoOpThreadContextMap</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block"><code>ThreadContextMap</code> implementation used when either of system properties <code>disableThreadContextMap</code> or .</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#NoOpThreadContextMap()">NoOpThreadContextMap()</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#NUL">NUL</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">NUL.</div>
</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ObjectArrayMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that contain an Object[].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#ObjectArrayMessage(java.lang.Object...)">ObjectArrayMessage(Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>
<div class="block">Creates the ObjectMessage.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ObjectMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that contain an Object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#ObjectMessage(java.lang.Object)">ObjectMessage(Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>
<div class="block">Creates the ObjectMessage.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ObjectThreadContextMap</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Extension service provider interface to allow putting Object values in the
<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#OFF">OFF</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">No events will be logged.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a> - package org.apache.logging.log4j</dt>
<dd>
<div class="block">Public API for Log4j 2.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a> - package org.apache.logging.log4j.message</dt>
<dd>
<div class="block">Public Message Types used for Log4j 2.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a> - package org.apache.logging.log4j.simple</dt>
<dd>
<div class="block">Simple logging implementation.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a> - package org.apache.logging.log4j.spi</dt>
<dd>
<div class="block">Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a> - package org.apache.logging.log4j.status</dt>
<dd>
<div class="block">Status API for Log4j 2.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a> - package org.apache.logging.log4j.util</dt>
<dd>
<div class="block">Internal utility classes for the Log4j 2 API.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#ORIGIN">ORIGIN</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">RFC 5424 Origin.</div>
</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/message/ParameterConsumer.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ParameterConsumer</span></a>&lt;<a href="./org/apache/logging/log4j/message/ParameterConsumer.html" title="type parameter in ParameterConsumer">S</a>&gt; - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">An operation that accepts two input arguments and returns no result.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ParameterizedMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.String[],%20java.lang.Throwable)">ParameterizedMessage(String, String[], Throwable)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use constructor ParameterizedMessage(String, Object[], Throwable) instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.Object[],%20java.lang.Throwable)">ParameterizedMessage(String, Object[], Throwable)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Creates a parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.Object...)">ParameterizedMessage(String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional
Throwable.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.Object)">ParameterizedMessage(String, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Constructor with a pattern and a single parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String,%20java.lang.Object,%20java.lang.Object)">ParameterizedMessage(String, Object, Object)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Constructor with a pattern and two parameters.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">ParameterizedMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#ParameterizedMessageFactory()">ParameterizedMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">ParameterizedNoReferenceMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#ParameterizedNoReferenceMessageFactory()">ParameterizedNoReferenceMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html" title="class in org.apache.logging.log4j.message">ParameterizedNoReferenceMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with default flow strings.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ParameterVisitable.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ParameterVisitable</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Allows message parameters to be iterated over without any allocation
or memory copies.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#partitionOnCommonPrefixes(java.util.Properties)">partitionOnCommonPrefixes(Properties)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Partitions a properties map based on common key prefixes up to the first period.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#peek()">peek()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#peek()">peek()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#peek()">peek()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns the element at the top of the stack without removing it or null if the stack is empty.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#peek()">peek()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Looks at the last diagnostic context at the top of this NDC without removing it.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/PerformanceSensitive.html" title="annotation in org.apache.logging.log4j.util"><span class="strong">PerformanceSensitive</span></a> - Annotation Type in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Indicates that a particular annotated construct was written with certain performance constraints in mind that
should be considered when modifying or testing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#pop()">pop()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#pop()">pop()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#pop()">pop()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Returns the element at the top of the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#pop()">pop()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Returns the value of the last item placed on the stack.</div>
</dd>
<dt><span class="strong"><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(Level, Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a formatted message using the specified format string and arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">printf(Level, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a formatted message using the specified format string and arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#printf(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">printf(Level, Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#printf(org.apache.logging.log4j.Level,%20java.lang.String,%20java.lang.Object...)">printf(Level, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadInformation.html#printStack(java.lang.StringBuilder,%20java.lang.StackTraceElement[])">printStack(StringBuilder, StackTraceElement[])</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadInformation.html" title="interface in org.apache.logging.log4j.message">ThreadInformation</a></dt>
<dd>
<div class="block">Formats the stack trace into the provided StringBuilder.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadInformation.html#printThreadInfo(java.lang.StringBuilder)">printThreadInfo(StringBuilder)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadInformation.html" title="interface in org.apache.logging.log4j.message">ThreadInformation</a></dt>
<dd>
<div class="block">Formats the thread information into the provided StringBuilder.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/ProcessIdUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">ProcessIdUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProcessIdUtil.html#ProcessIdUtil()">ProcessIdUtil()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProcessIdUtil.html" title="class in org.apache.logging.log4j.util">ProcessIdUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html" title="class in org.apache.logging.log4j.util"><span class="strong">PropertiesPropertySource</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">PropertySource backed by a <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><code>Properties</code></a> instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html#PropertiesPropertySource(java.util.Properties)">PropertiesPropertySource(Properties)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">PropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">PropertiesUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#PropertiesUtil(java.util.Properties)">PropertiesUtil(Properties)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Constructs a PropertiesUtil using a given Properties object as its source of defined properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#PropertiesUtil(java.lang.String)">PropertiesUtil(String)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Constructs a PropertiesUtil for a given properties file name on the classpath.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertyFilePropertySource.html" title="class in org.apache.logging.log4j.util"><span class="strong">PropertyFilePropertySource</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">PropertySource backed by a properties file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertyFilePropertySource.html#PropertyFilePropertySource(java.lang.String)">PropertyFilePropertySource(String)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertyFilePropertySource.html" title="class in org.apache.logging.log4j.util">PropertyFilePropertySource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertySource.html" title="interface in org.apache.logging.log4j.util"><span class="strong">PropertySource</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">A source for global configuration properties.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertySource.Comparator.html" title="class in org.apache.logging.log4j.util"><span class="strong">PropertySource.Comparator</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Comparator for ordering PropertySource instances by priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.Comparator.html#PropertySource.Comparator()">PropertySource.Comparator()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.Comparator.html" title="class in org.apache.logging.log4j.util">PropertySource.Comparator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/PropertySource.Util.html" title="class in org.apache.logging.log4j.util"><span class="strong">PropertySource.Util</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Utility methods useful for PropertySource implementations.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi"><span class="strong">Provider</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Model class for a Log4j 2 provider.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#Provider(java.util.Properties,%20java.net.URL,%20java.lang.ClassLoader)">Provider(Properties, URL, ClassLoader)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#Provider(java.lang.Integer,%20java.lang.String,%20java.lang.Class)">Provider(Integer, String, Class&lt;? extends LoggerContextFactory&gt;)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#Provider(java.lang.Integer,%20java.lang.String,%20java.lang.Class,%20java.lang.Class)">Provider(Integer, String, Class&lt;? extends LoggerContextFactory&gt;, Class&lt;? extends ThreadContextMap&gt;)</a></span> - Constructor for class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#PROVIDER_RESOURCE">PROVIDER_RESOURCE</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block">Resource name for a Log4j 2 provider properties file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#PROVIDERS">PROVIDERS</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block">Loaded providers.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">ProviderUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em> Utility class for Log4j <a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi"><code>Provider</code></a>s.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#push(java.lang.String)">push(String)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information on to the Thread Context Stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#push(java.lang.String,%20java.lang.Object[])">push(String, Object[])</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information on to the Thread Context Stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.html#push(java.lang.String)">push(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j">CloseableThreadContext</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information on to the Thread Context Stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.html#push(java.lang.String,%20java.lang.Object...)">push(String, Object...)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j">CloseableThreadContext</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information on to the Thread Context Stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#push(java.lang.String)">push(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#push(java.lang.String)">push(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#push(java.lang.String)">push(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Pushes an element onto the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#push(java.lang.String)">push(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information for the current thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#push(java.lang.String,%20java.lang.Object...)">push(String, Object...)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Pushes new diagnostic context information for the current thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#pushAll(java.util.List)">pushAll(List&lt;String&gt;)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Populates the Thread Context Stack with the supplied stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.html#pushAll(java.util.List)">pushAll(List&lt;String&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j">CloseableThreadContext</a></dt>
<dd>
<div class="block">Populates the Thread Context Stack with the supplied stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Populates the Thread Context Map with the supplied key/value pair.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j">CloseableThreadContext</a></dt>
<dd>
<div class="block">Populates the Thread Context Map with the supplied key/value pair.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Puts a context value (the <code>o</code> parameter) as identified
with the <code>key</code> parameter into the current thread's
context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#put(java.lang.String,%20java.lang.String)">put(String, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Puts a context value (the <code>value</code> parameter) as identified with the <code>key</code> parameter into
the current thread's context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.Instance.html" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a></dt>
<dd>
<div class="block">Populates the Thread Context Map with the supplied key/value pairs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/CloseableThreadContext.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/CloseableThreadContext.html" title="class in org.apache.logging.log4j">CloseableThreadContext</a></dt>
<dd>
<div class="block">Populates the Thread Context Map with the supplied key/value pairs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds all the elements from the specified Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap2.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap2.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap2</a></dt>
<dd>
<div class="block">Puts all given context map entries into the current thread's
context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#putAll(java.util.Map)">putAll(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Puts all given context map entries into the current thread's
context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#putAll(org.apache.logging.log4j.util.ReadOnlyStringMap)">putAll(ReadOnlyStringMap)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#putAll(org.apache.logging.log4j.util.ReadOnlyStringMap)">putAll(ReadOnlyStringMap)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Copies all key-value pairs from the specified <code>ReadOnlyStringMap</code> into this <code>StringMap</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html#putAllValues(java.util.Map)">putAllValues(Map&lt;String, V&gt;)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ObjectThreadContextMap</a></dt>
<dd>
<div class="block">Puts all given key-value pairs into the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#putIfAbsent(java.util.Map,%20java.lang.String,%20T)">putIfAbsent(Map&lt;String, T&gt;, String, T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.ConcurrentMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#putIfAbsent(java.util.Map,%20java.lang.String,%20T)">putIfAbsent(Map&lt;String, T&gt;, String, T)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerRegistry.MapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.html#putIfAbsent(java.lang.String,%20org.apache.logging.log4j.message.MessageFactory,%20T)">putIfAbsent(String, MessageFactory, T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#putIfAbsent(java.util.Map,%20java.lang.String,%20T)">putIfAbsent(Map&lt;String, T&gt;, String, T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html" title="class in org.apache.logging.log4j.spi">LoggerRegistry.WeakMapFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html#putValue(java.lang.String,%20V)">putValue(String, V)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ObjectThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ObjectThreadContextMap</a></dt>
<dd>
<div class="block">Puts the specified key-value pair into the collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#putValue(java.lang.String,%20java.lang.Object)">putValue(String, Object)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#putValue(java.lang.String,%20java.lang.Object)">putValue(String, Object)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Puts the specified key-value pair into the collection.</div>
</dd>
</dl>
<a name="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#QUOTE">QUOTE</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Single Quote ['].</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#quote(java.lang.String)">quote(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Returns a quoted string.</div>
</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util"><span class="strong">ReadOnlyStringMap</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">A read-only collection of String keys mapped to values of arbitrary type.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ReadOnlyThreadContextMap</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Read-only view of the data structure that implements MDC behavior for <a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#readResolve()">readResolve()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_PREFIX">RECURSION_PREFIX</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Prefix for recursion.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_SUFFIX">RECURSION_SUFFIX</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>
<div class="block">Suffix for recursion.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#registerListener(org.apache.logging.log4j.status.StatusListener)">registerListener(StatusListener)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Registers a new listener.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#registry">registry</a></span> - Variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</a></dt>
<dd>
<div class="block">A map to store loggers for their given LoggerContexts.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#release(org.apache.logging.log4j.message.Message)">release(Message)</a></span> - Static method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Switches the <code>reserved</code> flag off if the specified message is a ReusableParameterizedMessage,
otherwise does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertiesUtil.html#reload()">reload()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util">PropertiesUtil</a></dt>
<dd>
<div class="block">Reloads all properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#remove(org.apache.logging.log4j.Marker)">remove(Marker)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Removes the specified Marker as a parent of this Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#remove(org.apache.logging.log4j.Marker)">remove(Marker)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Removes the element with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/NoOpThreadContextMap.html" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</a></dt>
<dd>
<div class="block">Removes the the context identified by the <code>key</code>
parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#remove(java.lang.String)">remove(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Removes the context value identified by the <code>key</code> parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringMap.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util">StringMap</a></dt>
<dd>
<div class="block">Removes the key-value pair for the specified key from this data structure.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/CleanableThreadContextMap.html#removeAll(java.lang.Iterable)">removeAll(Iterable&lt;String&gt;)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/CleanableThreadContextMap.html" title="interface in org.apache.logging.log4j.spi">CleanableThreadContextMap</a></dt>
<dd>
<div class="block">Removes all given context map keys from the current thread's context map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#removeAll(java.lang.Iterable)">removeAll(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#removeAll(java.util.Collection)">removeAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#removeAll(java.util.Collection)">removeAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#removeAll(java.lang.Iterable)">removeAll(Iterable&lt;String&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Removes the context values identified by the <code>keys</code> parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)">removeContext(LoggerContext)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContextFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)">removeContext(LoggerContext)</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi">LoggerContextFactory</a></dt>
<dd>
<div class="block">Removes knowledge of a LoggerContext.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#removeListener(org.apache.logging.log4j.status.StatusListener)">removeListener(StatusListener)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Removes a StatusListener.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#removeStack()">removeStack()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Removes the diagnostic context for this thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#RESERVED">RESERVED</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Reserved enterprise number.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#reset()">reset()</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">Clears the list of status events and listeners.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html#resolveClass(java.io.ObjectStreamClass)">resolveClass(ObjectStreamClass)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/FilteredObjectInputStream.html" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#retainAll(java.util.Collection)">retainAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#retainAll(java.util.Collection)">retainAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/ReusableMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ReusableMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Messages implementing this interface are reused between logging calls.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">ReusableMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Implementation of the <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> interface that avoids allocating temporary objects where possible.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html#ReusableMessageFactory()">ReusableMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessageFactory.html" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ReusableObjectMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Mutable Message wrapper around an Object message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#ReusableObjectMessage()">ReusableObjectMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ReusableParameterizedMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Reusable parameterized message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#ReusableParameterizedMessage()">ReusableParameterizedMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>
<div class="block">Creates a reusable message.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ReusableSimpleMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Mutable Message wrapper around a String message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#ReusableSimpleMessage()">ReusableSimpleMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#ROOT_LOGGER_NAME">ROOT_LOGGER_NAME</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">The name of the root Logger.</div>
</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#set(java.lang.Object)">set(Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#set(java.lang.String)">set(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#set(java.lang.CharSequence)">set(CharSequence)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#setFactory(org.apache.logging.log4j.spi.LoggerContextFactory)">setFactory(LoggerContextFactory)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Sets the current LoggerContextFactory to use.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#setFilters(java.lang.String...)">setFilters(String...)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Adds package name filters to exclude.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#setId(java.lang.String)">setId(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Sets the id from a String.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#setId(org.apache.logging.log4j.message.StructuredDataId)">setId(StructuredDataId)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Sets the id.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#setLevel(org.apache.logging.log4j.Level)">setLevel(Level)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#setLevel(org.apache.logging.log4j.Level)">setLevel(Level)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Sets the level to a new value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#setLevel(org.apache.logging.log4j.Level)">setLevel(Level)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#setLoggerName(java.lang.String)">setLoggerName(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>
<div class="block">Set the name of the Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html#setLoggerName(java.lang.String)">setLoggerName(String)</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html" title="interface in org.apache.logging.log4j.message">LoggerNameAwareMessage</a></dt>
<dd>
<div class="block">The name of the Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#setMessageFormat(java.lang.String)">setMessageFormat(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Marker.html#setParents(org.apache.logging.log4j.Marker...)">setParents(Marker...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a></dt>
<dd>
<div class="block">Replaces the set of parent Markers with the provided Markers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#setParents(org.apache.logging.log4j.Marker...)">setParents(Marker...)</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#setStack(java.util.Collection)">setStack(Collection&lt;String&gt;)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Sets this thread's stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#setStream(java.io.PrintStream)">setStream(PrintStream)</a></span> - Method in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#setType(java.lang.String)">setType(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#shutdown()">shutdown()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Shutdown using the LoggerContext appropriate for the caller of this method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#shutdown(boolean)">shutdown(boolean)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Shutdown the logging system if the logging system supports it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/LogManager.html#shutdown(org.apache.logging.log4j.spi.LoggerContext)">shutdown(LoggerContext)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j">LogManager</a></dt>
<dd>
<div class="block">Shutdown the logging system if the logging system supports it.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple"><span class="strong">SimpleLogger</span></a> - Class in <a href="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a></dt>
<dd>
<div class="block">This is the default logger that is used when no suitable logging implementation is available.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLogger.html#SimpleLogger(java.lang.String,%20org.apache.logging.log4j.Level,%20boolean,%20boolean,%20boolean,%20boolean,%20java.lang.String,%20org.apache.logging.log4j.message.MessageFactory,%20org.apache.logging.log4j.util.PropertiesUtil,%20java.io.PrintStream)">SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream)</a></span> - Constructor for class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple"><span class="strong">SimpleLoggerContext</span></a> - Class in <a href="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#SimpleLoggerContext()">SimpleLoggerContext()</a></span> - Constructor for class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple"><span class="strong">SimpleLoggerContextFactory</span></a> - Class in <a href="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#SimpleLoggerContextFactory()">SimpleLoggerContextFactory()</a></span> - Constructor for class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContextFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">SimpleMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">The simplest possible implementation of Message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#SimpleMessage()">SimpleMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Basic constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#SimpleMessage(java.lang.String)">SimpleMessage(String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Constructor that includes the message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#SimpleMessage(java.lang.CharSequence)">SimpleMessage(CharSequence)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>
<div class="block">Constructor that includes the message.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">SimpleMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html#SimpleMessageFactory()">SimpleMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessageFactory.html" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#size()">size()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#size()">size()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#size()">size()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#size()">size()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Returns the number of key-value pairs in this collection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#size()">size()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util"><span class="strong">SortedArrayStringMap</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em>
Array-based implementation of the <code>ReadOnlyStringMap</code> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#SortedArrayStringMap()">SortedArrayStringMap()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#SortedArrayStringMap(int)">SortedArrayStringMap(int)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#SortedArrayStringMap(org.apache.logging.log4j.util.ReadOnlyStringMap)">SortedArrayStringMap(ReadOnlyStringMap)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#SortedArrayStringMap(java.util.Map)">SortedArrayStringMap(Map&lt;String, ?&gt;)</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#SPACE">SPACE</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Space.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/StackLocator.html" title="class in org.apache.logging.log4j.util"><span class="strong">StackLocator</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em> Provides various methods to determine the caller class.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/StackLocatorUtil.html" title="class in org.apache.logging.log4j.util"><span class="strong">StackLocatorUtil</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em> Provides various methods to determine the caller class.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi"><span class="strong">StandardLevel</span></a> - Enum in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Standard Logging Levels as an enumeration for use internally.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Activator.html#start(org.osgi.framework.BundleContext)">start(BundleContext)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ProviderUtil.html#STARTUP_LOCK">STARTUP_LOCK</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</a></dt>
<dd>
<div class="block">Guards the ProviderUtil singleton instance from lazy initialization.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#STATUS_DATE_FORMAT">STATUS_DATE_FORMAT</a></span> - Static variable in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>
<div class="block">System property that can be configured with a date-time format string to use as the format for timestamps
in the status logger output.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status"><span class="strong">StatusConsoleListener</span></a> - Class in <a href="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">StatusListener that writes to the Console.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#StatusConsoleListener(org.apache.logging.log4j.Level)">StatusConsoleListener(Level)</a></span> - Constructor for class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Creates the StatusConsoleListener using the supplied Level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusConsoleListener.html#StatusConsoleListener(org.apache.logging.log4j.Level,%20java.io.PrintStream)">StatusConsoleListener(Level, PrintStream)</a></span> - Constructor for class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a></dt>
<dd>
<div class="block">Creates the StatusConsoleListener using the supplied Level.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status"><span class="strong">StatusData</span></a> - Class in <a href="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">The Status data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusData.html#StatusData(java.lang.StackTraceElement,%20org.apache.logging.log4j.Level,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable,%20java.lang.String)">StatusData(StackTraceElement, Level, Message, Throwable, String)</a></span> - Constructor for class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status">StatusData</a></dt>
<dd>
<div class="block">Creates the StatusData object.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status"><span class="strong">StatusListener</span></a> - Interface in <a href="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">Interface that allows implementers to be notified of events in the logging system.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status"><span class="strong">StatusLogger</span></a> - Class in <a href="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">Records events that occur in the logging system.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Activator.html#stop(org.osgi.framework.BundleContext)">stop(BundleContext)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util">Activator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/StringBuilderFormattable.html" title="interface in org.apache.logging.log4j.util"><span class="strong">StringBuilderFormattable</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Objects that implement this interface can be converted to text, ideally without allocating temporary objects.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util"><span class="strong">StringBuilders</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em></div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">StringFormattedMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Handles messages that consist of a format string conforming to <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Formatter.html?is-external=true" title="class or interface in java.util"><code>Formatter</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#StringFormattedMessage(java.util.Locale,%20java.lang.String,%20java.lang.Object...)">StringFormattedMessage(Locale, String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Constructs a message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#StringFormattedMessage(java.lang.String,%20java.lang.Object...)">StringFormattedMessage(String, Object...)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>
<div class="block">Constructs a message.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message"><span class="strong">StringFormatterMessageFactory</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Creates <a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><code>FormattedMessage</code></a> instances for <a href="./org/apache/logging/log4j/message/MessageFactory2.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory2</code></a> methods (and <a href="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><code>MessageFactory</code></a> by
extension.)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#StringFormatterMessageFactory()">StringFormatterMessageFactory()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</a></dt>
<dd>
<div class="block">Constructs a message factory with default flow strings.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/StringMap.html" title="interface in org.apache.logging.log4j.util"><span class="strong">StringMap</span></a> - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Exposes methods to add and remove key-value pairs to and from <code>ReadOnlyStringMap</code>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">StringMapMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">A <a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message"><code>StringMapMessage</code></a> typed to <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>-only values.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringMapMessage.html#StringMapMessage()">StringMapMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message">StringMapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringMapMessage.html#StringMapMessage(int)">StringMapMessage(int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message">StringMapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringMapMessage.html#StringMapMessage(java.util.Map)">StringMapMessage(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringMapMessage.html" title="class in org.apache.logging.log4j.message">StringMapMessage</a></dt>
<dd>
<div class="block">Constructs a new instance based on an existing Map.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util"><span class="strong">Strings</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em></div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">StructuredDataCollectionMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">A collection of StructuredDataMessages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#StructuredDataCollectionMessage(java.util.List)">StructuredDataCollectionMessage(List&lt;StructuredDataMessage&gt;)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataCollectionMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message"><span class="strong">StructuredDataId</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">The StructuredData identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String)">StructuredDataId(String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Creates a StructuredDataId based on the name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String,%20int)">StructuredDataId(String, int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">Creates a StructuredDataId based on the name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String,%20java.lang.String[],%20java.lang.String[])">StructuredDataId(String, String[], String[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String,%20java.lang.String[],%20java.lang.String[],%20int)">StructuredDataId(String, String[], String[], int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">A Constructor that helps conformance to RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String,%20int,%20java.lang.String[],%20java.lang.String[])">StructuredDataId(String, int, String[], String[])</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">A Constructor that helps conformance to RFC 5424.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String,%20int,%20java.lang.String[],%20java.lang.String[],%20int)">StructuredDataId(String, int, String[], String[], int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">A Constructor that helps conformance to RFC 5424.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">StructuredDataMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String,%20java.lang.String,%20java.lang.String)">StructuredDataMessage(String, String, String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String,%20java.lang.String,%20java.lang.String,%20int)">StructuredDataMessage(String, String, String, int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using an ID (user specified max characters), message, and type (user specified
maximum number of characters).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.util.Map)">StructuredDataMessage(String, String, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an
initial map of structured data to include.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.util.Map,%20int)">StructuredDataMessage(String, String, String, Map&lt;String, String&gt;, int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using an (user specified max characters), message, and type (user specified
maximum number of characters, and an initial map of structured data to include.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId,%20java.lang.String,%20java.lang.String)">StructuredDataMessage(StructuredDataId, String, String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId,%20java.lang.String,%20java.lang.String,%20int)">StructuredDataMessage(StructuredDataId, String, String, int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId,%20java.lang.String,%20java.lang.String,%20java.util.Map)">StructuredDataMessage(StructuredDataId, String, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId,%20java.lang.String,%20java.lang.String,%20java.util.Map,%20int)">StructuredDataMessage(StructuredDataId, String, String, Map&lt;String, String&gt;, int)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage()">StructuredDataMessage()</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>
<div class="block">Basic constructor.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html" title="enum in org.apache.logging.log4j.message"><span class="strong">StructuredDataMessage.Format</span></a> - Enum in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Supported formats.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#subSequence(int,%20int)">subSequence(int, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#subSequence(int,%20int)">subSequence(int, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/Supplier.html" title="interface in org.apache.logging.log4j.util"><span class="strong">Supplier</span></a>&lt;<a href="./org/apache/logging/log4j/util/Supplier.html" title="type parameter in Supplier">T</a>&gt; - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block"><em>Consider this class private.</em>
Classes implementing this interface know how to supply a value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableMessage.html#swapParameters(java.lang.Object[])">swapParameters(Object[])</a></span> - Method in interface org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableMessage.html" title="interface in org.apache.logging.log4j.message">ReusableMessage</a></dt>
<dd>
<div class="block">Returns the parameter array that was used to initialize this reusable message and replaces it with the specified
array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#swapParameters(java.lang.Object[])">swapParameters(Object[])</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>
<div class="block">This message does not have any parameters, so this method returns the specified array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#swapParameters(java.lang.Object[])">swapParameters(Object[])</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html#swapParameters(java.lang.Object[])">swapParameters(Object[])</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableSimpleMessage.html" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</a></dt>
<dd>
<div class="block">This message does not have any parameters, so this method returns the specified array.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#SYSTEM_PREFIX">SYSTEM_PREFIX</a></span> - Static variable in class org.apache.logging.log4j.simple.<a href="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a></dt>
<dd>
<div class="block">All system properties used by <code>SimpleLog</code> start with this</div>
</dd>
<dt><a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html" title="class in org.apache.logging.log4j.util"><span class="strong">SystemPropertiesPropertySource</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">PropertySource backed by the current system properties.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#SystemPropertiesPropertySource()">SystemPropertiesPropertySource()</a></span> - Constructor for class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SystemPropertiesPropertySource.html" title="class in org.apache.logging.log4j.util">SystemPropertiesPropertySource</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Chars.html#TAB">TAB</a></span> - Static variable in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util">Chars</a></dt>
<dd>
<div class="block">Tab.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/Terminable.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">Terminable</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Interface to be implemented by LoggerContext's that provide a shutdown method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Terminable.html#terminate()">terminate()</a></span> - Method in interface org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Terminable.html" title="interface in org.apache.logging.log4j.spi">Terminable</a></dt>
<dd>
<div class="block">Requests that the logging implementation shut down.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#THREAD_CONTEXT_MAP">THREAD_CONTEXT_MAP</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>
<div class="block">Property name to set to the implementation of <a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><code>ThreadContextMap</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><span class="strong">ThreadContext</span></a> - Class in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">The ThreadContext allows applications to store information either in a Map or a Stack.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j"><span class="strong">ThreadContext.ContextStack</span></a> - Interface in <a href="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">The ThreadContext Stack interface.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ThreadContextMap</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Service provider interface to implement custom MDC behavior for <a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ThreadContextMap2.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ThreadContextMap2</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Extension service provider interface to implement additional custom MDC behavior for
<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ThreadContextMapFactory.html" title="class in org.apache.logging.log4j.spi"><span class="strong">ThreadContextMapFactory</span></a> - Class in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Creates the ThreadContextMap instance used by the ThreadContext.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/spi/ThreadContextStack.html" title="interface in org.apache.logging.log4j.spi"><span class="strong">ThreadContextStack</span></a> - Interface in <a href="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Service provider interface to implement custom NDC behavior for <a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><code>ThreadContext</code></a>.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message"><span class="strong">ThreadDumpMessage</span></a> - Class in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Captures information about all running Threads.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#ThreadDumpMessage(java.lang.String)">ThreadDumpMessage(String)</a></span> - Constructor for class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Generate a ThreadDumpMessage with a title.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.ThreadInfoFactory.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ThreadDumpMessage.ThreadInfoFactory</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Factory to create Thread information.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/ThreadInformation.html" title="interface in org.apache.logging.log4j.message"><span class="strong">ThreadInformation</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Interface used to print basic or extended thread information.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level,%20T)">throwing(Level, T)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs an exception or error to be thrown.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#throwing(T)">throwing(T)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs an exception or error to be thrown.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(T)">throwing(T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(org.apache.logging.log4j.Level,%20T)">throwing(Level, T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(java.lang.String,%20org.apache.logging.log4j.Level,%20T)">throwing(String, Level, T)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Logs a Throwable to be thrown.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#THROWING_MARKER">THROWING_MARKER</a></span> - Static variable in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>
<div class="block">Marker for throwing exceptions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#throwingMsg(java.lang.Throwable)">throwingMsg(Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#TIME_QUALITY">TIME_QUALITY</a></span> - Static variable in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>
<div class="block">RFC 5424 Time Quality.</div>
</dd>
<dt><a href="./org/apache/logging/log4j/message/TimestampMessage.html" title="interface in org.apache.logging.log4j.message"><span class="strong">TimestampMessage</span></a> - Interface in <a href="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</a></dt>
<dd>
<div class="block">Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in
the LogEvent.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toArray()">toArray()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toArray(T[])">toArray(T[])</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray()">toArray()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray(T[])">toArray(T[])</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/PropertySource.Util.html#tokenize(java.lang.CharSequence)">tokenize(CharSequence)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/PropertySource.Util.html" title="class in org.apache.logging.log4j.util">PropertySource.Util</a></dt>
<dd>
<div class="block">Converts a property name string into a list of tokens.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#toLevel(java.lang.String)">toLevel(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Converts the string passed as argument to a level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#toLevel(java.lang.String,%20org.apache.logging.log4j.Level)">toLevel(String, Level)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Converts the string passed as argument to a level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#toMap()">toMap()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html#toMap()">toMap()</a></span> - Method in interface org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/ReadOnlyStringMap.html" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</a></dt>
<dd>
<div class="block">Returns a non-<code>null</code> mutable <code>Map&lt;String, String&gt;</code> containing a snapshot of this data structure.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#toMap()">toMap()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#toRootUpperCase(java.lang.String)">toRootUpperCase(String)</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">Shorthand for <code>str.toUpperCase(Locale.ROOT);</code></div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/FormattedMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message">FormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/LocalizedMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message">LocalizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MessageFormatMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message">MessageFormatMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectArrayMessage.html" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ObjectMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message">ObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ParameterizedMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableObjectMessage.html" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ReusableParameterizedMessage.html" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/SimpleMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message">SimpleMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StringFormattedMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message">StringFormattedMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataId.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message">StructuredDataId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/Provider.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi">Provider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html#toString()">toString()</a></span> - Method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/SortedArrayStringMap.html" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#TRACE">TRACE</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">A fine-grained debug message, typically capturing the flow through the application.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">trace(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">trace(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">trace(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">trace(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object)">trace(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">trace(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String)">trace(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">trace(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">trace(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">trace(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level with
the specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level) with the
specified Marker and including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)">trace(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier)">trace(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.CharSequence)">trace(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.CharSequence,%20java.lang.Throwable)">trace(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String)">trace(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object...)">trace(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Throwable)">trace(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.Supplier)">trace(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level) including the
stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">trace(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object)">trace(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at trace level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">trace(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">trace(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">trace(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object)">trace(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">trace(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String)">trace(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">trace(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">trace(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message)">trace(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">trace(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.CharSequence)">trace(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.CharSequence,%20java.lang.Throwable)">trace(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String)">trace(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object...)">trace(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Throwable)">trace(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.Supplier)">trace(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">trace(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">trace(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">trace(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">trace(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.MessageSupplier)">trace(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">trace(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">trace(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object)">trace(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceEntry()">traceEntry()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceEntry(java.lang.String,%20java.lang.Object...)">traceEntry(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method along with its parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceEntry(org.apache.logging.log4j.util.Supplier...)">traceEntry(Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method along with its parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceEntry(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">traceEntry(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method along with its parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceEntry(org.apache.logging.log4j.message.Message)">traceEntry(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs entry to a method using a Message to describe the parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry()">traceEntry()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(java.lang.String,%20java.lang.Object...)">traceEntry(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(org.apache.logging.log4j.util.Supplier...)">traceEntry(Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">traceEntry(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(org.apache.logging.log4j.message.Message)">traceEntry(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit()">traceExit()</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exit from a method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit(R)">traceExit(R)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit(java.lang.String,%20R)">traceExit(String, R)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit(org.apache.logging.log4j.message.EntryMessage)">traceExit(EntryMessage)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exiting from a method with no result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit(org.apache.logging.log4j.message.EntryMessage,%20R)">traceExit(EntryMessage, R)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#traceExit(org.apache.logging.log4j.message.Message,%20R)">traceExit(Message, R)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs exiting from a method with the result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit()">traceExit()</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(R)">traceExit(R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(java.lang.String,%20R)">traceExit(String, R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.EntryMessage)">traceExit(EntryMessage)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.EntryMessage,%20R)">traceExit(EntryMessage, R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.Message,%20R)">traceExit(Message, R)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/logging/log4j/util/TriConsumer.html" title="interface in org.apache.logging.log4j.util"><span class="strong">TriConsumer</span></a>&lt;<a href="./org/apache/logging/log4j/util/TriConsumer.html" title="type parameter in TriConsumer">K</a>,<a href="./org/apache/logging/log4j/util/TriConsumer.html" title="type parameter in TriConsumer">V</a>,<a href="./org/apache/logging/log4j/util/TriConsumer.html" title="type parameter in TriConsumer">S</a>&gt; - Interface in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">An operation that accepts three input arguments and returns no result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#trim(int)">trim(int)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#trim(int)">trim(int)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html#trim(int)">trim(int)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</a></dt>
<dd>
<div class="block">Trims elements from the end of the stack.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/ThreadContext.html#trim(int)">trim(int)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j">ThreadContext</a></dt>
<dd>
<div class="block">Trims elements from this diagnostic context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/StringBuilders.html#trimToMaxSize(java.lang.StringBuilder,%20int)">trimToMaxSize(StringBuilder, int)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util">StringBuilders</a></dt>
<dd>
<div class="block">Ensures that the char[] array of the specified StringBuilder does not exceed the specified number of characters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/Strings.html#trimToNull(java.lang.String)">trimToNull(String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util">Strings</a></dt>
<dd>
<div class="block">
Removes control characters (char &lt;= 32) from both ends of this String returning <code>null</code> if the String is
empty ("") after the trim or if it is <code>null</code>.</div>
</dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./org/apache/logging/log4j/util/Unbox.html" title="class in org.apache.logging.log4j.util"><span class="strong">Unbox</span></a> - Class in <a href="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Utility for preventing primitive parameter values from being auto-boxed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/status/StatusLogger.html#updateListenerLevel(org.apache.logging.log4j.Level)">updateListenerLevel(Level)</a></span> - Method in class org.apache.logging.log4j.status.<a href="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20boolean)">validate(String, boolean)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20byte)">validate(String, byte)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20char)">validate(String, char)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20double)">validate(String, double)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20float)">validate(String, float)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20int)">validate(String, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20long)">validate(String, long)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20java.lang.Object)">validate(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20short)">validate(String, short)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,%20java.lang.String)">validate(String, String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Default implementation does nothing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20boolean)">validate(String, boolean)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20byte)">validate(String, byte)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20char)">validate(String, char)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20double)">validate(String, double)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20float)">validate(String, float)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20int)">validate(String, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20long)">validate(String, long)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20java.lang.Object)">validate(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20short)">validate(String, short)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,%20java.lang.String)">validate(String, String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.html#validateKey(java.lang.String)">validateKey(String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message">StructuredDataMessage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Return the Level associated with the name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#valueOf(java.lang.Class,%20java.lang.String)">valueOf(Class&lt;T&gt;, String)</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Returns the enum constant of the specified enum type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message">MapMessage.MapFormat</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html" title="enum in org.apache.logging.log4j.message">StructuredDataMessage.Format</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/StandardLevel.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class,%20java.lang.String)">valueOf(Class&lt;T&gt;, String)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnglishEnums.html" title="class in org.apache.logging.log4j.util">EnglishEnums</a></dt>
<dd>
<div class="block">Returns the Result for the given string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class,%20java.lang.String,%20T)">valueOf(Class&lt;T&gt;, String, T)</a></span> - Static method in class org.apache.logging.log4j.util.<a href="./org/apache/logging/log4j/util/EnglishEnums.html" title="class in org.apache.logging.log4j.util">EnglishEnums</a></dt>
<dd>
<div class="block">Returns an enum value for the given string.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#values()">values()</a></span> - Static method in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">Return an array of all the Levels that have been registered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#values()">values()</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message">MapMessage.MapFormat</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html#values()">values()</a></span> - Static method in enum org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html" title="enum in org.apache.logging.log4j.message">StructuredDataMessage.Format</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/StandardLevel.html#values()">values()</a></span> - Static method in enum org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Level.html#WARN">WARN</a></span> - Static variable in class org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a></dt>
<dd>
<div class="block">An event that might possible lead to an error.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">warn(Marker, Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn(Marker, Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">warn(Marker, MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level with the
specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn(Marker, MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level) with the
specified Marker and including the stack warn of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">warn(Marker, CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">warn(Marker, CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object)">warn(Marker, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">warn(Marker, Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String)">warn(Marker, String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">warn(Marker, String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">warn(Marker, String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">warn(Marker, Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level with the
specified Marker.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level) with the
specified Marker and including the stack warn of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)">warn(Message)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn(Message, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with the specific Marker at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier)">warn(MessageSupplier)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn(MessageSupplier, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level) including the
stack warn of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.CharSequence)">warn(CharSequence)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message CharSequence with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.CharSequence,%20java.lang.Throwable)">warn(CharSequence, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a CharSequence at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String)">warn(String)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message object with the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object...)">warn(String, Object...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn(String, Supplier&lt;?&gt;...)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters which are only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Throwable)">warn(String, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message at the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level including the stack trace of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a>
<code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.Supplier)">warn(Supplier&lt;?&gt;)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message which is only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn(Supplier&lt;?&gt;, Throwable)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message (only to be constructed if the logging level is the <a href="./org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level) including the
stack warn of the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> <code>t</code> passed as parameter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">warn(Marker, String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object)">warn(String, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/Logger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in interface org.apache.logging.log4j.<a href="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a message with parameters at warn level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message)">warn(Marker, Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn(Marker, Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.CharSequence)">warn(Marker, CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.CharSequence,%20java.lang.Throwable)">warn(Marker, CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object)">warn(Marker, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.Object,%20java.lang.Throwable)">warn(Marker, Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String)">warn(Marker, String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object...)">warn(Marker, String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Throwable)">warn(Marker, String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message)">warn(Message)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message,%20java.lang.Throwable)">warn(Message, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.CharSequence)">warn(CharSequence)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.CharSequence,%20java.lang.Throwable)">warn(CharSequence, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String)">warn(String)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object...)">warn(String, Object...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Throwable)">warn(String, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.Supplier)">warn(Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn(Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier)">warn(Marker, Supplier&lt;?&gt;)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn(Marker, String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.Supplier,%20java.lang.Throwable)">warn(Marker, Supplier&lt;?&gt;, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20org.apache.logging.log4j.util.Supplier...)">warn(String, Supplier&lt;?&gt;...)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier)">warn(Marker, MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn(Marker, MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.MessageSupplier)">warn(MessageSupplier)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.MessageSupplier,%20java.lang.Throwable)">warn(MessageSupplier, Throwable)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object)">warn(Marker, String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,%20java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object)">warn(String, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object,%20java.lang.Object)">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a></span> - Method in class org.apache.logging.log4j.spi.<a href="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20boolean)">with(String, boolean)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20byte)">with(String, byte)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20char)">with(String, char)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20double)">with(String, double)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20float)">with(String, float)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20int)">with(String, int)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20long)">with(String, long)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20java.lang.Object)">with(String, Object)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20short)">with(String, short)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,%20java.lang.String)">with(String, String)</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message">MapMessage</a></dt>
<dd>
<div class="block">Adds an item to the data Map in fluent style.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html#writeReplace()">writeReplace()</a></span> - Method in class org.apache.logging.log4j.message.<a href="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</a></dt>
<dd>
<div class="block">Creates a ThreadDumpMessageProxy that can be serialized.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</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><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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-2018 <a href="https://www.apache.org/">The 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>