blob: dddf8759117abac410076bfd8f0c01c3fbe1f850 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Index (Apache Log4j API 2.23.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="index-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.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="nav-bar-cell1-rev">Index</li>
<li><a href="help-doc.html#index">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1>Index</h1>
</div>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:A">A</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html" class="type-name-link" title="class in org.apache.logging.log4j.spi">AbstractLogger</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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#%3Cinit%3E()" class="member-name-link">AbstractLogger()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#%3Cinit%3E(java.lang.String)" class="member-name-link">AbstractLogger(String)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#%3Cinit%3E(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">AbstractLogger(String, MessageFactory)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.spi">AbstractLoggerAdapter</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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#%3Cinit%3E()" class="member-name-link">AbstractLoggerAdapter()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">AbstractMessageFactory</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><a href="org/apache/logging/log4j/message/AbstractMessageFactory.html#%3Cinit%3E()" class="member-name-link">AbstractMessageFactory()</a> - 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><a href="org/apache/logging/log4j/message/ParameterConsumer.html#accept(java.lang.Object,int,S)" class="member-name-link">accept(Object, int, S)</a> - 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><a href="org/apache/logging/log4j/util/BiConsumer.html#accept(K,V)" class="member-name-link">accept(K, V)</a> - 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><a href="org/apache/logging/log4j/util/TriConsumer.html#accept(K,V,S)" class="member-name-link">accept(K, V, S)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">Activator</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><a href="org/apache/logging/log4j/util/Activator.html#%3Cinit%3E()" class="member-name-link">Activator()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#add(java.lang.String)" class="member-name-link">add(String)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#add(java.lang.String)" class="member-name-link">add(String)</a> - 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/spi/DefaultThreadContextStack.html#addAll(java.util.Collection)" class="member-name-link">addAll(Collection&lt;? extends String&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#addAll(java.util.Collection)" class="member-name-link">addAll(Collection&lt;? extends String&gt;)</a> - 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/Marker.html#addParents(org.apache.logging.log4j.Marker...)" class="member-name-link">addParents(Marker...)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#addParents(org.apache.logging.log4j.Marker...)" class="member-name-link">addParents(Marker...)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#addPropertySource(org.apache.logging.log4j.util.PropertySource)" class="member-name-link">addPropertySource(PropertySource)</a> - 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">Allows a PropertySource to be added after PropertiesUtil has been created.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html#addShutdownListener(org.apache.logging.log4j.spi.LoggerContextShutdownAware)" class="member-name-link">addShutdownListener(LoggerContextShutdownAware)</a> - Method in interface org.apache.logging.log4j.spi.<a href="org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html" title="interface in org.apache.logging.log4j.spi">LoggerContextShutdownEnabled</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/StandardLevel.html#ALL" class="member-name-link">ALL</a> - Enum constant 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">All events should be logged.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#ALL" class="member-name-link">ALL</a> - 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><a href="org/apache/logging/log4j/Logger.html#always()" class="member-name-link">always()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a log event that will always be logged.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#always()" class="member-name-link">always()</a> - Method in class org.apache.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">Construct a log event that will always be logged.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/ProviderActivator.html#API_VERSION" class="member-name-link">API_VERSION</a> - Static variable in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ProviderActivator.html" title="class in org.apache.logging.log4j.util">ProviderActivator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/StringBuilders.html#appendDqValue(java.lang.StringBuilder,java.lang.Object)" class="member-name-link">appendDqValue(StringBuilder, Object)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder,java.lang.String,java.lang.Object)" class="member-name-link">appendKeyDqValue(StringBuilder, String, Object)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder,java.util.Map.Entry)" class="member-name-link">appendKeyDqValue(StringBuilder, Map.Entry&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#appendMap(java.lang.StringBuilder)" class="member-name-link">appendMap(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#appendSpecificTypes(java.lang.StringBuilder,java.lang.Object)" class="member-name-link">appendSpecificTypes(StringBuilder, Object)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#appendValue(java.lang.StringBuilder,java.lang.Object)" class="member-name-link">appendValue(StringBuilder, Object)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asJava(java.lang.StringBuilder)" class="member-name-link">asJava(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asJavaUnquoted(java.lang.StringBuilder)" class="member-name-link">asJavaUnquoted(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asJson(java.lang.StringBuilder)" class="member-name-link">asJson(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#asList()" class="member-name-link">asList()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#asList()" class="member-name-link">asList()</a> - 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/ThreadContext.ContextStack.html#asList()" class="member-name-link">asList()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asString()" class="member-name-link">asString()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#asString()" class="member-name-link">asString()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asString(java.lang.String)" class="member-name-link">asString(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#asString(java.lang.String)" class="member-name-link">asString(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#asString(org.apache.logging.log4j.message.StructuredDataMessage.Format,org.apache.logging.log4j.message.StructuredDataId)" class="member-name-link">asString(StructuredDataMessage.Format, StructuredDataId)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#asString(org.apache.logging.log4j.message.StructuredDataMessage.Format,org.apache.logging.log4j.message.StructuredDataId,java.lang.StringBuilder)" class="member-name-link">asString(StructuredDataMessage.Format, StructuredDataId, StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#asXml(java.lang.StringBuilder)" class="member-name-link">asXml(StringBuilder)</a> - 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" class="type-name-link" title="annotation in org.apache.logging.log4j.message">AsynchronouslyFormattable</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>
<dt><a href="org/apache/logging/log4j/Logger.html#atDebug()" class="member-name-link">atDebug()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atDebug()" class="member-name-link">atDebug()</a> - Method in class org.apache.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">Construct a debug log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atError()" class="member-name-link">atError()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atError()" class="member-name-link">atError()</a> - Method in class org.apache.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">Construct an error log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atFatal()" class="member-name-link">atFatal()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atFatal()" class="member-name-link">atFatal()</a> - Method in class org.apache.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">Construct a fatal log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atInfo()" class="member-name-link">atInfo()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atInfo()" class="member-name-link">atInfo()</a> - Method in class org.apache.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">Construct an informational log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atLevel(org.apache.logging.log4j.Level)" class="member-name-link">atLevel(Level)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atLevel(org.apache.logging.log4j.Level)" class="member-name-link">atLevel(Level)</a> - Method in class org.apache.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">Construct a log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atTrace()" class="member-name-link">atTrace()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atTrace()" class="member-name-link">atTrace()</a> - Method in class org.apache.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">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#atWarn()" class="member-name-link">atWarn()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Construct a trace log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#atWarn()" class="member-name-link">atWarn()</a> - Method in class org.apache.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">Construct a warning log event.</div>
</dd>
</dl>
<h2 class="title" id="I:B">B</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Base64Util.html" class="type-name-link" title="class in org.apache.logging.log4j.util">Base64Util</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Base64 encodes Strings.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/BiConsumer.html" class="type-name-link" title="interface in org.apache.logging.log4j.util">BiConsumer</a>&lt;<a href="org/apache/logging/log4j/util/BiConsumer.html" title="type parameter in BiConsumer">K</a>,<wbr><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><a href="org/apache/logging/log4j/util/Unbox.html#box(boolean)" class="member-name-link">box(boolean)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(byte)" class="member-name-link">box(byte)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(char)" class="member-name-link">box(char)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(double)" class="member-name-link">box(double)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(float)" class="member-name-link">box(float)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(int)" class="member-name-link">box(int)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(long)" class="member-name-link">box(long)</a> - 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><a href="org/apache/logging/log4j/util/Unbox.html#box(short)" class="member-name-link">box(short)</a> - 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><a href="org/apache/logging/log4j/BridgeAware.html" class="type-name-link" title="interface in org.apache.logging.log4j">BridgeAware</a> - Interface in <a href="org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Extended interface to allow bridges between logging systems to convey the
correct location information.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Activator.html#bundleChanged(org.osgi.framework.BundleEvent)" class="member-name-link">bundleChanged(BundleEvent)</a> - 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>
<h2 class="title" id="I:C">C</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/StackLocator.html#calcLocation(java.lang.String)" class="member-name-link">calcLocation(String)</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#calcLocation(java.lang.String)" class="member-name-link">calcLocation(String)</a> - 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><a href="org/apache/logging/log4j/util/Cast.html#cast(java.lang.Object)" class="member-name-link">cast(Object)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Cast.html" title="class in org.apache.logging.log4j.util">Cast</a></dt>
<dd>
<div class="block">Returns the provided object cast to the generic parameter type or null when the argument is null.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Cast.html" class="type-name-link" title="class in org.apache.logging.log4j.util">Cast</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.String,org.apache.logging.log4j.Level,java.lang.Throwable)" class="member-name-link">catching(String, Level, Throwable)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)" class="member-name-link">catching(Throwable)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> that has been caught at the <a href="org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.Throwable)" class="member-name-link">catching(Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#catching(org.apache.logging.log4j.Level,java.lang.Throwable)" class="member-name-link">catching(Level, Throwable)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> that has been caught to a specific logging level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#catching(org.apache.logging.log4j.Level,java.lang.Throwable)" class="member-name-link">catching(Level, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#CATCHING_MARKER" class="member-name-link">CATCHING_MARKER</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#catchingMsg(java.lang.Throwable)" class="member-name-link">catchingMsg(Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Level.html#CATEGORY" class="member-name-link">CATEGORY</a> - 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">Category to be used by custom levels.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#charAt(int)" class="member-name-link">charAt(int)</a> - 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/SimpleMessage.html#charAt(int)" class="member-name-link">charAt(int)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">Chars</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/spi/AbstractLogger.html#checkMessageFactory(org.apache.logging.log4j.spi.ExtendedLogger,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">checkMessageFactory(ExtendedLogger, MessageFactory)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">CleanableThreadContextMap</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/MarkerManager.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#clear()" class="member-name-link">clear()</a> - 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/spi/DefaultThreadContextMap.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#clear()" class="member-name-link">clear()</a> - 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/spi/NoOpThreadContextMap.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#clear()" class="member-name-link">clear()</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Instead of relying on the buffering provided by <code>StatusLogger</code>, users should register their own listeners to access to logged events.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#clear()" class="member-name-link">clear()</a> - 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/StringMap.html#clear()" class="member-name-link">clear()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#clearAll()" class="member-name-link">clearAll()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#clearMap()" class="member-name-link">clearMap()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#clearStack()" class="member-name-link">clearStack()</a> - 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><a href="org/apache/logging/log4j/Level.html#clone()" class="member-name-link">clone()</a> - 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/ThreadContext.html#cloneStack()" class="member-name-link">cloneStack()</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#close()" class="member-name-link">close()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#close()" class="member-name-link">close()</a> - 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><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#close()" class="member-name-link">close()</a> - 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">Resets the level and output stream to its initial values, and closes the output stream, if it is a non-system one.</div>
</dd>
<dt><a href="org/apache/logging/log4j/CloseableThreadContext.html" class="type-name-link" title="class in org.apache.logging.log4j">CloseableThreadContext</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" class="type-name-link" title="class in org.apache.logging.log4j">CloseableThreadContext.Instance</a> - Class in <a href="org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/PropertySource.Comparator.html#%3Cinit%3E()" class="member-name-link">Comparator()</a> - 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.Comparator.html#compare(org.apache.logging.log4j.util.PropertySource,org.apache.logging.log4j.util.PropertySource)" class="member-name-link">compare(PropertySource, PropertySource)</a> - 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><a href="org/apache/logging/log4j/Level.html#compareTo(org.apache.logging.log4j.Level)" class="member-name-link">compareTo(Level)</a> - 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/Strings.html#concat(java.lang.String,java.lang.String)" class="member-name-link">concat(String, String)</a> - 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">Concatenates 2 Strings without allocation.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#%3Cinit%3E()" class="member-name-link">ConcurrentMapFactory()</a> - 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/status/StatusLogger.Config.html#%3Cinit%3E(boolean,int,java.time.format.DateTimeFormatter)" class="member-name-link">Config(boolean, int, DateTimeFormatter)</a> - Constructor for class org.apache.logging.log4j.status.<a href="org/apache/logging/log4j/status/StatusLogger.Config.html" title="class in org.apache.logging.log4j.status">StatusLogger.Config</a></dt>
<dd>
<div class="block">Constructs an instance using the given properties.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Constants.html" class="type-name-link" title="class in org.apache.logging.log4j.util">Constants</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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#contains(java.lang.Object)" class="member-name-link">contains(Object)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#contains(java.lang.Object)" class="member-name-link">contains(Object)</a> - 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/spi/DefaultThreadContextStack.html#containsAll(java.util.Collection)" class="member-name-link">containsAll(Collection&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#containsAll(java.util.Collection)" class="member-name-link">containsAll(Collection&lt;?&gt;)</a> - 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/MapMessage.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#containsKey(java.lang.String)" class="member-name-link">containsKey(String)</a> - 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/EnvironmentPropertySource.html#containsProperty(java.lang.String)" class="member-name-link">containsProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#containsProperty(java.lang.String)" class="member-name-link">containsProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#containsProperty(java.lang.String)" class="member-name-link">containsProperty(String)</a> - 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">For PropertySources that cannot iterate over all the potential properties this provides a direct lookup.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#containsProperty(java.lang.String)" class="member-name-link">containsProperty(String)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#contextShutdown(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">contextShutdown(LoggerContext)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextShutdownAware.html#contextShutdown(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">contextShutdown(LoggerContext)</a> - Method in interface org.apache.logging.log4j.spi.<a href="org/apache/logging/log4j/spi/LoggerContextShutdownAware.html" title="interface in org.apache.logging.log4j.spi">LoggerContextShutdownAware</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#copy()" class="member-name-link">copy()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#copy()" class="member-name-link">copy()</a> - 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/ThreadContext.ContextStack.html#copy()" class="member-name-link">copy()</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">CopyOnWrite</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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#countArgumentPlaceholders(java.lang.String)" class="member-name-link">countArgumentPlaceholders(String)</a> - 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">Returns the number of argument placeholders.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Chars.html#CR" class="member-name-link">CR</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String)" class="member-name-link">create(String)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String,java.lang.Class)" class="member-name-link">create(String, Class&lt;? extends MessageFactory&gt;)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextKey.html#create(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">create(String, MessageFactory)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#createInnerMap()" class="member-name-link">createInnerMap()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#createInnerMap()" class="member-name-link">createInnerMap()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#createInnerMap()" class="member-name-link">createInnerMap()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#createOuterMap()" class="member-name-link">createOuterMap()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#createOuterMap()" class="member-name-link">createOuterMap()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#createOuterMap()" class="member-name-link">createOuterMap()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMapFactory.html#createThreadContextMap()" class="member-name-link">createThreadContextMap()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.ThreadInfoFactory.html#createThreadInfo()" class="member-name-link">createThreadInfo()</a> - 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>
<h2 class="title" id="I:D">D</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/Logger.html#debug(java.lang.CharSequence)" class="member-name-link">debug(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.CharSequence)" class="member-name-link">debug(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">debug(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">debug(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.Object)" class="member-name-link">debug(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object)" class="member-name-link">debug(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.Object,java.lang.Throwable)" class="member-name-link">debug(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object,java.lang.Throwable)" class="member-name-link">debug(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String)" class="member-name-link">debug(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String)" class="member-name-link">debug(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object)" class="member-name-link">debug(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object)" class="member-name-link">debug(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object...)" class="member-name-link">debug(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object...)" class="member-name-link">debug(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,java.lang.Throwable)" class="member-name-link">debug(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,java.lang.Throwable)" class="member-name-link">debug(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">debug(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">debug(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">debug(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">debug(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">debug(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">debug(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">debug(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">debug(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">debug(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">debug(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">debug(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">debug(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">debug(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">debug(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">debug(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">debug(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">debug(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">debug(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">debug(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">debug(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">debug(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">debug(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">debug(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">debug(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">debug(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">debug(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">debug(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">debug(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">debug(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">debug(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">debug(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">debug(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">debug(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.message.Message)" class="member-name-link">debug(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message)" class="member-name-link">debug(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">debug(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">debug(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">debug(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">debug(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">debug(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">debug(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.util.Supplier)" class="member-name-link">debug(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.Supplier)" class="member-name-link">debug(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#debug(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">debug(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">debug(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#DEBUG" class="member-name-link">DEBUG</a> - Enum constant 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">A general debugging event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#DEBUG" class="member-name-link">DEBUG</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#deepToString(java.lang.Object)" class="member-name-link">deepToString(Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#DEFAULT_DATE_TIME_FORMAT" class="member-name-link">DEFAULT_DATE_TIME_FORMAT</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#DEFAULT_FLOW_MESSAGE_FACTORY_CLASS" class="member-name-link">DEFAULT_FLOW_MESSAGE_FACTORY_CLASS</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#DEFAULT_MESSAGE_FACTORY_CLASS" class="member-name-link">DEFAULT_MESSAGE_FACTORY_CLASS</a> - 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><a href="org/apache/logging/log4j/util/ProcessIdUtil.html#DEFAULT_PROCESSID" class="member-name-link">DEFAULT_PROCESSID</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL" class="member-name-link">DEFAULT_STATUS_LISTENER_LEVEL</a> - 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">The name of the 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 fallback listener level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.message">DefaultFlowMessageFactory</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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#%3Cinit%3E()" class="member-name-link">DefaultFlowMessageFactory()</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#%3Cinit%3E(java.lang.String,java.lang.String)" class="member-name-link">DefaultFlowMessageFactory(String, String)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.spi">DefaultThreadContextMap</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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#%3Cinit%3E()" class="member-name-link">DefaultThreadContextMap()</a> - 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/DefaultThreadContextMap.html#%3Cinit%3E(boolean)" class="member-name-link">DefaultThreadContextMap(boolean)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.spi">DefaultThreadContextStack</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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#%3Cinit%3E(boolean)" class="member-name-link">DefaultThreadContextStack(boolean)</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#dquote(java.lang.String)" class="member-name-link">dquote(String)</a> - 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>
<dt><a href="org/apache/logging/log4j/util/Chars.html#DQUOTE" class="member-name-link">DQUOTE</a> - 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>
</dl>
<h2 class="title" id="I:E">E</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Strings.html#EMPTY" class="member-name-link">EMPTY</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#EMPTY_ARRAY" class="member-name-link">EMPTY_ARRAY</a> - Static variable 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">Empty array.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Strings.html#EMPTY_ARRAY" class="member-name-link">EMPTY_ARRAY</a> - 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 array.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Constants.html#EMPTY_BYTE_ARRAY" class="member-name-link">EMPTY_BYTE_ARRAY</a> - 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">The empty array.</div>
</dd>
<dt><a href="org/apache/logging/log4j/ThreadContext.html#EMPTY_MAP" class="member-name-link">EMPTY_MAP</a> - 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><a href="org/apache/logging/log4j/util/Constants.html#EMPTY_OBJECT_ARRAY" class="member-name-link">EMPTY_OBJECT_ARRAY</a> - 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">The empty array.</div>
</dd>
<dt><a href="org/apache/logging/log4j/ThreadContext.html#EMPTY_STACK" class="member-name-link">EMPTY_STACK</a> - 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><a href="org/apache/logging/log4j/util/Constants.html#ENABLE_THREADLOCALS" class="member-name-link">ENABLE_THREADLOCALS</a> - 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/Base64Util.html#encode(java.lang.String)" class="member-name-link">encode(String)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Base64Util.html" title="class in org.apache.logging.log4j.util">Base64Util</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/util/EnglishEnums.html" class="type-name-link" title="class in org.apache.logging.log4j.util">EnglishEnums</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/spi/AbstractLogger.html#enter(java.lang.String,java.lang.String,java.lang.Object...)" class="member-name-link">enter(String, String, Object...)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,java.lang.String,org.apache.logging.log4j.util.MessageSupplier...)" class="member-name-link">enter(String, String, MessageSupplier...)</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">enter(String, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,org.apache.logging.log4j.message.Message)" class="member-name-link">enter(String, Message)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#enter(java.lang.String,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">enter(String, MessageSupplier)</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#entry()" class="member-name-link">entry()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/Logger.html#traceEntry()"><code>Logger.traceEntry()</code></a> instead which performs the same function.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#entry()" class="member-name-link">entry()</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)" class="member-name-link">entry(Object...)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/Logger.html#traceEntry(java.lang.String,java.lang.Object...)"><code>Logger.traceEntry(String, Object...)</code></a> instead which performs the same function.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.Object...)" class="member-name-link">entry(Object...)</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.String,java.lang.Object...)" class="member-name-link">entry(String, Object...)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#ENTRY_MARKER" class="member-name-link">ENTRY_MARKER</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">EntryMessage</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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#entryMsg(java.lang.String,java.lang.Object...)" class="member-name-link">entryMsg(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#entryMsg(java.lang.String,org.apache.logging.log4j.util.MessageSupplier...)" class="member-name-link">entryMsg(String, MessageSupplier...)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#entryMsg(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">entryMsg(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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" class="type-name-link" title="class in org.apache.logging.log4j.util">EnvironmentPropertySource</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><a href="org/apache/logging/log4j/util/EnvironmentPropertySource.html#%3Cinit%3E()" class="member-name-link">EnvironmentPropertySource()</a> - 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><a href="org/apache/logging/log4j/util/Chars.html#EQ" class="member-name-link">EQ</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#equals(java.lang.CharSequence,int,int,java.lang.CharSequence,int,int)" class="member-name-link">equals(CharSequence, int, int, CharSequence, int, int)</a> - 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><a href="org/apache/logging/log4j/Level.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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/Marker.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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/message/StringFormattedMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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/StructuredDataMessage.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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/spi/Provider.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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/StringMap.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#equals(java.lang.Object)" class="member-name-link">equals(Object)</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/StringBuilders.html#equalsIgnoreCase(java.lang.CharSequence,int,int,java.lang.CharSequence,int,int)" class="member-name-link">equalsIgnoreCase(CharSequence, int, int, CharSequence, int, int)</a> - 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><a href="org/apache/logging/log4j/Logger.html#error(java.lang.CharSequence)" class="member-name-link">error(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.CharSequence)" class="member-name-link">error(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">error(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">error(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.Object)" class="member-name-link">error(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object)" class="member-name-link">error(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.Object,java.lang.Throwable)" class="member-name-link">error(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object,java.lang.Throwable)" class="member-name-link">error(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String)" class="member-name-link">error(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String)" class="member-name-link">error(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object)" class="member-name-link">error(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object)" class="member-name-link">error(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object...)" class="member-name-link">error(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object...)" class="member-name-link">error(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,java.lang.Throwable)" class="member-name-link">error(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,java.lang.Throwable)" class="member-name-link">error(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">error(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">error(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">error(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">error(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">error(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">error(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">error(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">error(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">error(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">error(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">error(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">error(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">error(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">error(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">error(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">error(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">error(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">error(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">error(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">error(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">error(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">error(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">error(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">error(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">error(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">error(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">error(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">error(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">error(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">error(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">error(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">error(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">error(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.message.Message)" class="member-name-link">error(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message)" class="member-name-link">error(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">error(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">error(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">error(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">error(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">error(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">error(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.util.Supplier)" class="member-name-link">error(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.Supplier)" class="member-name-link">error(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#error(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">error(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">error(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#ERROR" class="member-name-link">ERROR</a> - Enum constant 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">An error in the application, possibly recoverable.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#ERROR" class="member-name-link">ERROR</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_MSG_SEPARATOR" class="member-name-link">ERROR_MSG_SEPARATOR</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_PREFIX" class="member-name-link">ERROR_PREFIX</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SEPARATOR" class="member-name-link">ERROR_SEPARATOR</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SUFFIX" class="member-name-link">ERROR_SUFFIX</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#escapeJson(java.lang.StringBuilder,int)" class="member-name-link">escapeJson(StringBuilder, int)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#escapeXml(java.lang.StringBuilder,int)" class="member-name-link">escapeXml(StringBuilder, int)</a> - 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><a href="org/apache/logging/log4j/EventLogger.html#EVENT_MARKER" class="member-name-link">EVENT_MARKER</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j">EventLogger</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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#EXCEPTION_MARKER" class="member-name-link">EXCEPTION_MARKER</a> - 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><a href="org/apache/logging/log4j/LogManager.html#exists(java.lang.String)" class="member-name-link">exists(String)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.html#exists(java.lang.String)" class="member-name-link">exists(String)</a> - 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><a href="org/apache/logging/log4j/Logger.html#exit()" class="member-name-link">exit()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/Logger.html#traceExit()"><code>Logger.traceExit()</code></a> instead which performs the same function.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#exit()" class="member-name-link">exit()</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#exit(java.lang.String,java.lang.String,R)" class="member-name-link">exit(String, String, R)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#exit(java.lang.String,R)" class="member-name-link">exit(String, R)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/Logger.html#exit(R)" class="member-name-link">exit(R)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/Logger.html#traceExit(R)"><code>Logger.traceExit(Object)</code></a> instead which performs the same function.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#exit(R)" class="member-name-link">exit(R)</a> - Method in class org.apache.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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#EXIT_MARKER" class="member-name-link">EXIT_MARKER</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">ExitMessage</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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#exitMsg(java.lang.String,java.lang.Object)" class="member-name-link">exitMsg(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</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><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#%3Cinit%3E(org.apache.logging.log4j.spi.ExtendedLogger,java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#extractSubset(java.util.Properties,java.lang.String)" class="member-name-link">extractSubset(Properties, String)</a> - 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>
<h2 class="title" id="I:F">F</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/spi/Provider.html#FACTORY_PRIORITY" class="member-name-link">FACTORY_PRIORITY</a> - 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><a href="org/apache/logging/log4j/LogManager.html#FACTORY_PROPERTY_NAME" class="member-name-link">FACTORY_PROPERTY_NAME</a> - 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><a href="org/apache/logging/log4j/Logger.html#fatal(java.lang.CharSequence)" class="member-name-link">fatal(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.CharSequence)" class="member-name-link">fatal(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">fatal(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">fatal(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.Object)" class="member-name-link">fatal(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object)" class="member-name-link">fatal(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.Object,java.lang.Throwable)" class="member-name-link">fatal(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object,java.lang.Throwable)" class="member-name-link">fatal(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String)" class="member-name-link">fatal(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String)" class="member-name-link">fatal(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object)" class="member-name-link">fatal(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object)" class="member-name-link">fatal(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object...)" class="member-name-link">fatal(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object...)" class="member-name-link">fatal(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,java.lang.Throwable)" class="member-name-link">fatal(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,java.lang.Throwable)" class="member-name-link">fatal(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">fatal(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">fatal(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">fatal(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">fatal(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">fatal(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">fatal(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">fatal(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">fatal(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">fatal(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">fatal(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">fatal(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">fatal(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">fatal(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">fatal(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">fatal(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">fatal(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">fatal(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">fatal(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">fatal(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">fatal(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">fatal(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">fatal(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">fatal(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">fatal(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">fatal(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">fatal(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">fatal(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">fatal(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">fatal(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">fatal(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">fatal(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.message.Message)" class="member-name-link">fatal(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message)" class="member-name-link">fatal(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">fatal(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">fatal(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">fatal(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">fatal(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">fatal(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">fatal(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.util.Supplier)" class="member-name-link">fatal(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.Supplier)" class="member-name-link">fatal(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#fatal(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">fatal(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">fatal(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#FATAL" class="member-name-link">FATAL</a> - Enum constant 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">A severe error that will prevent the application from continuing.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#FATAL" class="member-name-link">FATAL</a> - 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 fatal event that will prevent the application from continuing.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html" class="type-name-link" title="class in org.apache.logging.log4j.util">FilteredObjectInputStream</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Extends <a href="https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html" title="class or interface in java.io" class="external-link"><code>ObjectInputStream</code></a> to only allow some built-in Log4j classes and caller-specified classes to be
deserialized.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#%3Cinit%3E()" class="member-name-link">FilteredObjectInputStream()</a> - 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><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#%3Cinit%3E(java.io.InputStream)" class="member-name-link">FilteredObjectInputStream(InputStream)</a> - 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><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#%3Cinit%3E(java.io.InputStream,java.util.Collection)" class="member-name-link">FilteredObjectInputStream(InputStream, Collection&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#%3Cinit%3E(java.util.Collection)" class="member-name-link">FilteredObjectInputStream(Collection&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/ProviderUtil.html#findClassLoader()" class="member-name-link">findClassLoader()</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#findResources(java.lang.String)" class="member-name-link">findResources(String)</a> - 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/8/docs/api/java/net/URL.html" title="class or interface in java.net" class="external-link">resources</a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#FLOW_MARKER" class="member-name-link">FLOW_MARKER</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">FlowMessage</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" class="type-name-link" title="interface in org.apache.logging.log4j.message">FlowMessageFactory</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><a href="org/apache/logging/log4j/message/MapMessage.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, ? super CV&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, ? super V&gt;)</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, ? super V&gt;)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, ? super V&gt;)</a> - 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/EnvironmentPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#forEach(org.apache.logging.log4j.util.BiConsumer)" class="member-name-link">forEach(BiConsumer&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#forEach(org.apache.logging.log4j.util.TriConsumer,S)" class="member-name-link">forEach(TriConsumer&lt;String, ? super CV, S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,S)" class="member-name-link">forEach(TriConsumer&lt;String, ? super V, S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,S)" class="member-name-link">forEach(TriConsumer&lt;String, ? super V, S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#forEach(org.apache.logging.log4j.util.TriConsumer,T)" class="member-name-link">forEach(TriConsumer&lt;String, ? super V, T&gt;, T)</a> - 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/message/ParameterVisitable.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,S)" class="member-name-link">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,S)" class="member-name-link">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,S)" class="member-name-link">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#forEachParameter(org.apache.logging.log4j.message.ParameterConsumer,S)" class="member-name-link">forEachParameter(ParameterConsumer&lt;S&gt;, S)</a> - 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/ParameterizedMessage.html#format(java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">format(String, Object[])</a> - 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">Returns the formatted message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#formatMessage(java.lang.String,java.lang.Object...)" class="member-name-link">formatMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#formatMessage(java.lang.String,java.lang.Object...)" class="member-name-link">formatMessage(String, Object...)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">FormattedMessage</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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object)" class="member-name-link">FormattedMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object...)" class="member-name-link">FormattedMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object%5B%5D,java.lang.Throwable)" class="member-name-link">FormattedMessage(String, Object[], Throwable)</a> - 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/FormattedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">FormattedMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object)" class="member-name-link">FormattedMessage(Locale, String, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object...)" class="member-name-link">FormattedMessage(Locale, String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object%5B%5D,java.lang.Throwable)" class="member-name-link">FormattedMessage(Locale, String, Object[], Throwable)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">FormattedMessage(Locale, String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.message">FormattedMessageFactory</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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#%3Cinit%3E()" class="member-name-link">FormattedMessageFactory()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#formatTo(java.lang.String%5B%5D,java.lang.StringBuilder)" class="member-name-link">formatTo(String[], StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#formatTo(java.lang.String%5B%5D,java.lang.StringBuilder)" class="member-name-link">formatTo(String[], StringBuilder)</a> - 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><a href="org/apache/logging/log4j/util/MultiFormatStringBuilderFormattable.html#formatTo(java.lang.String%5B%5D,java.lang.StringBuilder)" class="member-name-link">formatTo(String[], StringBuilder)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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/SimpleMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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/message/StructuredDataCollectionMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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/util/StringBuilderFormattable.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#formatTo(java.lang.StringBuilder)" class="member-name-link">formatTo(StringBuilder)</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/Level.html#forName(java.lang.String,int)" class="member-name-link">forName(String, int)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#freeze()" class="member-name-link">freeze()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#freeze()" class="member-name-link">freeze()</a> - 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/StringMap.html#freeze()" class="member-name-link">freeze()</a> - 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>
<dt><a href="org/apache/logging/log4j/message/StructuredDataMessage.Format.html#FULL" class="member-name-link">FULL</a> - Enum constant 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">Full message format includes the type and message.</div>
</dd>
</dl>
<h2 class="title" id="I:G">G</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Lazy.html#get()" class="member-name-link">get()</a> - Method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Returns the value held by this lazy.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/MessageSupplier.html#get()" class="member-name-link">get()</a> - 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><a href="org/apache/logging/log4j/util/Supplier.html#get()" class="member-name-link">get()</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
<div class="block">Gets a value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/MapMessage.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#get(java.lang.String)" class="member-name-link">get(String)</a> - 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><a href="org/apache/logging/log4j/util/LambdaUtil.html#get(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">get(MessageSupplier)</a> - 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><a href="org/apache/logging/log4j/util/LambdaUtil.html#get(org.apache.logging.log4j.util.Supplier)" class="member-name-link">get(Supplier&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/util/LambdaUtil.html#getAll(org.apache.logging.log4j.util.Supplier...)" class="member-name-link">getAll(Supplier&lt;?&gt;...)</a> - 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><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#getAllowedClasses()" class="member-name-link">getAllowedClasses()</a> - 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><a href="org/apache/logging/log4j/util/LazyBoolean.html#getAsBoolean()" class="member-name-link">getAsBoolean()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/LazyBoolean.html" title="class in org.apache.logging.log4j.util">LazyBoolean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#getBaseName()" class="member-name-link">getBaseName()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String)" class="member-name-link">getBooleanProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String%5B%5D,java.lang.String,org.apache.logging.log4j.util.Supplier)" class="member-name-link">getBooleanProperty(String[], String, Supplier&lt;Boolean&gt;)</a> - 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">Retrieves a property that may be prefixed by more than one string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String,boolean)" class="member-name-link">getBooleanProperty(String, boolean)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String,boolean,boolean)" class="member-name-link">getBooleanProperty(String, boolean, boolean)</a> - 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><a href="org/apache/logging/log4j/util/StackLocator.html#getCallerClass(int)" class="member-name-link">getCallerClass(int)</a> - 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>
<div class="block">Gets the Class of the method that called <em>this</em> method at the location up the call stack by the given stack
frame depth.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(int)" class="member-name-link">getCallerClass(int)</a> - 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><a href="org/apache/logging/log4j/util/StackLocator.html#getCallerClass(java.lang.Class)" class="member-name-link">getCallerClass(Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.Class)" class="member-name-link">getCallerClass(Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/util/StackLocator.html#getCallerClass(java.lang.Class,java.util.function.Predicate)" class="member-name-link">getCallerClass(Class&lt;?&gt;, Predicate&lt;Class&lt;?&gt;&gt;)</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.Class,java.util.function.Predicate)" class="member-name-link">getCallerClass(Class&lt;?&gt;, Predicate&lt;Class&lt;?&gt;&gt;)</a> - 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>
<div class="block">Search for a calling class.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.String)" class="member-name-link">getCallerClass(String)</a> - 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>
<div class="block">Equivalent to <a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.String,java.lang.String)"><code>StackLocatorUtil.getCallerClass(String, String)</code></a> with an empty <code>pkg</code>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocator.html#getCallerClass(java.lang.String,java.lang.String)" class="member-name-link">getCallerClass(String, String)</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClass(java.lang.String,java.lang.String)" class="member-name-link">getCallerClass(String, String)</a> - 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>
<div class="block">Search for a calling class.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCallerClassLoader(int)" class="member-name-link">getCallerClassLoader(int)</a> - 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>
<div class="block">Gets the ClassLoader of the class that called <em>this</em> method at the location up the call stack by the given
stack frame depth.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getCharsetProperty(java.lang.String)" class="member-name-link">getCharsetProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getCharsetProperty(java.lang.String,java.nio.charset.Charset)" class="member-name-link">getCharsetProperty(String, Charset)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#getClassLoader()" class="member-name-link">getClassLoader()</a> - 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">Returns the ClassLoader to use.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LoaderUtil.html#getClassLoader(java.lang.Class,java.lang.Class)" class="member-name-link">getClassLoader(Class&lt;?&gt;, Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#getClassName()" class="member-name-link">getClassName()</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext()" class="member-name-link">getContext()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext()" class="member-name-link">getContext()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#getContext()" class="member-name-link">getContext()</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(boolean)" class="member-name-link">getContext(boolean)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext(java.lang.Class)" class="member-name-link">getContext(Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,boolean)" class="member-name-link">getContext(ClassLoader, boolean)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,boolean,java.lang.Object)" class="member-name-link">getContext(ClassLoader, boolean, Object)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,boolean,java.lang.Object,java.net.URI)" class="member-name-link">getContext(ClassLoader, boolean, Object, URI)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,boolean,java.lang.Object,java.net.URI,java.lang.String)" class="member-name-link">getContext(ClassLoader, boolean, Object, URI, String)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader,boolean,java.net.URI)" class="member-name-link">getContext(ClassLoader, boolean, URI)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,boolean)" class="member-name-link">getContext(String, boolean)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,java.lang.ClassLoader,boolean)" class="member-name-link">getContext(String, ClassLoader, boolean)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getContext(java.lang.String,java.lang.ClassLoader,boolean,java.net.URI,java.lang.String)" class="member-name-link">getContext(String, ClassLoader, boolean, URI, String)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#getContext(java.lang.String,java.lang.ClassLoader,java.lang.Object,boolean)" class="member-name-link">getContext(String, ClassLoader, Object, boolean)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextFactory.html#getContext(java.lang.String,java.lang.ClassLoader,java.lang.Object,boolean)" class="member-name-link">getContext(String, ClassLoader, Object, boolean)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#getContext(java.lang.String,java.lang.ClassLoader,java.lang.Object,boolean,java.net.URI,java.lang.String)" class="member-name-link">getContext(String, ClassLoader, Object, boolean, URI, String)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextFactory.html#getContext(java.lang.String,java.lang.ClassLoader,java.lang.Object,boolean,java.net.URI,java.lang.String)" class="member-name-link">getContext(String, ClassLoader, Object, boolean, URI, String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getCopy()" class="member-name-link">getCopy()</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#getCopy()" class="member-name-link">getCopy()</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getCopy()" class="member-name-link">getCopy()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#getCopy()" class="member-name-link">getCopy()</a> - 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><a href="org/apache/logging/log4j/util/StackLocator.html#getCurrentStackTrace()" class="member-name-link">getCurrentStackTrace()</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getCurrentStackTrace()" class="member-name-link">getCurrentStackTrace()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getData()" class="member-name-link">getData()</a> - 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><a href="org/apache/logging/log4j/Level.html#getDeclaringClass()" class="member-name-link">getDeclaringClass()</a> - 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/spi/DefaultThreadContextStack.html#getDepth()" class="member-name-link">getDepth()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#getDepth()" class="member-name-link">getDepth()</a> - 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/ThreadContext.ContextStack.html#getDepth()" class="member-name-link">getDepth()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#getDepth()" class="member-name-link">getDepth()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getDoubleProperty(java.lang.String,double)" class="member-name-link">getDoubleProperty(String, double)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getDurationProperty(java.lang.String%5B%5D,java.lang.String,org.apache.logging.log4j.util.Supplier)" class="member-name-link">getDurationProperty(String[], String, Supplier&lt;Duration&gt;)</a> - 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">Retrieves a property that may be prefixed by more than one string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getDurationProperty(java.lang.String,java.time.Duration)" class="member-name-link">getDurationProperty(String, Duration)</a> - 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">Retrieves a Duration where the String is of the format nnn[unit] where nnn represents an integer value
and unit represents a time unit.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#getElapsedNanoTime()" class="member-name-link">getElapsedNanoTime()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Access the elapsed time.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#getElapsedTime()" class="member-name-link">getElapsedTime()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Access the elapsed time.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#getEnterpriseNumber()" class="member-name-link">getEnterpriseNumber()</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#getEntryText()" class="member-name-link">getEntryText()</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#getExitText()" class="member-name-link">getExitText()</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#getExternalContext()" class="member-name-link">getExternalContext()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getExternalContext()" class="member-name-link">getExternalContext()</a> - 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">Gets the anchor for some other context, such as a ClassLoader or ServletContext.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getFactory()" class="member-name-link">getFactory()</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#getFallbackListener()" class="member-name-link">getFallbackListener()</a> - 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 the fallback listener.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#getFlowMessageFactory()" class="member-name-link">getFlowMessageFactory()</a> - Method in interface org.apache.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 flow message factory used to convert messages into flow messages.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#getFlowMessageFactory()" class="member-name-link">getFlowMessageFactory()</a> - Method in class org.apache.logging.log4j.spi.<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/message/FormattedMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/Message.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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/SimpleMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormat()" class="member-name-link">getFormat()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getFormats()" class="member-name-link">getFormats()</a> - 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><a href="org/apache/logging/log4j/message/MultiformatMessage.html#getFormats()" class="member-name-link">getFormats()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getFormats()" class="member-name-link">getFormats()</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/Message.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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/SimpleMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormattedMessage()" class="member-name-link">getFormattedMessage()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage(java.lang.String%5B%5D)" class="member-name-link">getFormattedMessage(String[])</a> - 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><a href="org/apache/logging/log4j/message/MultiformatMessage.html#getFormattedMessage(java.lang.String%5B%5D)" class="member-name-link">getFormattedMessage(String[])</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage(java.lang.String%5B%5D)" class="member-name-link">getFormattedMessage(String[])</a> - 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 to the specified format.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusData.html#getFormattedStatus()" class="member-name-link">getFormattedStatus()</a> - 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 event in to a log line for viewing.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getFormatterLogger()" class="member-name-link">getFormatterLogger()</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Class)" class="member-name-link">getFormatterLogger(Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Object)" class="member-name-link">getFormatterLogger(Object)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.String)" class="member-name-link">getFormatterLogger(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getId()" class="member-name-link">getId()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#getImmutableContext()" class="member-name-link">getImmutableContext()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getImmutableMapOrNull()" class="member-name-link">getImmutableMapOrNull()</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#getImmutableMapOrNull()" class="member-name-link">getImmutableMapOrNull()</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getImmutableMapOrNull()" class="member-name-link">getImmutableMapOrNull()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#getImmutableMapOrNull()" class="member-name-link">getImmutableMapOrNull()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#getImmutableStack()" class="member-name-link">getImmutableStack()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#getImmutableStackOrNull()" class="member-name-link">getImmutableStackOrNull()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#getImmutableStackOrNull()" class="member-name-link">getImmutableStackOrNull()</a> - 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/ThreadContext.ContextStack.html#getImmutableStackOrNull()" class="member-name-link">getImmutableStackOrNull()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getIndexedReadOnlyStringMap()" class="member-name-link">getIndexedReadOnlyStringMap()</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.Config.html#getInstance()" class="member-name-link">getInstance()</a> - Static method in class org.apache.logging.log4j.status.<a href="org/apache/logging/log4j/status/StatusLogger.Config.html" title="class in org.apache.logging.log4j.status">StatusLogger.Config</a></dt>
<dd>
<div class="block">Gets the static instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocator.html#getInstance()" class="member-name-link">getInstance()</a> - 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>
<div class="block">Gets the singleton instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusData.html#getInstant()" class="member-name-link">getInstant()</a> - 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 instant of the event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getIntegerProperty(java.lang.String%5B%5D,java.lang.String,org.apache.logging.log4j.util.Supplier)" class="member-name-link">getIntegerProperty(String[], String, Supplier&lt;Integer&gt;)</a> - 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">Retrieves a property that may be prefixed by more than one string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getIntegerProperty(java.lang.String,int)" class="member-name-link">getIntegerProperty(String, int)</a> - 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><a href="org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html#getKeyAt(int)" class="member-name-link">getKeyAt(int)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#getKeyAt(int)" class="member-name-link">getKeyAt(int)</a> - 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/Logger.html#getLevel()" class="member-name-link">getLevel()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#getLevel()" class="member-name-link">getLevel()</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#getLevel()" class="member-name-link">getLevel()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getLevel()" class="member-name-link">getLevel()</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#getLevel()" class="member-name-link">getLevel()</a> - 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 the least specific level among listeners, if registered any; otherwise, the fallback listener level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#getLevel(java.lang.String)" class="member-name-link">getLevel(String)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html#getListeners()" class="member-name-link">getListeners()</a> - Method in interface org.apache.logging.log4j.spi.<a href="org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html" title="interface in org.apache.logging.log4j.spi">LoggerContextShutdownEnabled</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/status/StatusLogger.html#getListeners()" class="member-name-link">getListeners()</a> - 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 the listener collection.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#getLogBuilder(org.apache.logging.log4j.Level)" class="member-name-link">getLogBuilder(Level)</a> - Method in class org.apache.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 a log builder that logs at the specified level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getLogger()" class="member-name-link">getLogger()</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#getLogger()" class="member-name-link">getLogger()</a> - 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">Gets the static instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class)" class="member-name-link">getLogger(Class&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.Class)" class="member-name-link">getLogger(Class&lt;?&gt;)</a> - 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">Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(Class&lt;?&gt;, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.Class,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(Class&lt;?&gt;, MessageFactory)</a> - 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">Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object)" class="member-name-link">getLogger(Object)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(Object, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerAdapter.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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">Gets an ExtendedLogger.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#getLogger(java.lang.String)" class="member-name-link">getLogger(String)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String,java.lang.String)" class="member-name-link">getLogger(String, String)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(String, MessageFactory)</a> - 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">Gets an ExtendedLogger.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#getLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getLogger(org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getLogger(MessageFactory)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLoggerContexts()" class="member-name-link">getLoggerContexts()</a> - 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">For unit testing.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getLoggerName()" class="member-name-link">getLoggerName()</a> - 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><a href="org/apache/logging/log4j/message/LoggerNameAwareMessage.html#getLoggerName()" class="member-name-link">getLoggerName()</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLoggerRegistry()" class="member-name-link">getLoggerRegistry()</a> - 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>
<div class="block">Gets the LoggerRegistry.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContext.html#getLoggerRegistry()" class="member-name-link">getLoggerRegistry()</a> - 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">Gets the LoggerRegistry.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#getLoggers()" class="member-name-link">getLoggers()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#getLoggers(java.util.Collection)" class="member-name-link">getLoggers(Collection&lt;T&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLoggersInContext(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">getLoggersInContext(LoggerContext)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getLongProperty(java.lang.String%5B%5D,java.lang.String,org.apache.logging.log4j.util.Supplier)" class="member-name-link">getLongProperty(String[], String, Supplier&lt;Long&gt;)</a> - 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">Retrieves a property that may be prefixed by more than one string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getLongProperty(java.lang.String,long)" class="member-name-link">getLongProperty(String, long)</a> - 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><a href="org/apache/logging/log4j/util/Chars.html#getLowerCaseHex(int)" class="member-name-link">getLowerCaseHex(int)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String)" class="member-name-link">getMarker(String)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,java.lang.String)" class="member-name-link">getMarker(String, String)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String,org.apache.logging.log4j.Marker)" class="member-name-link">getMarker(String, Marker)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/FlowMessage.html#getMessage()" class="member-name-link">getMessage()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getMessage()" class="member-name-link">getMessage()</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#getMessage(java.lang.String,java.lang.Object%5B%5D,java.lang.Throwable)" class="member-name-link">getMessage(String, Object[], Throwable)</a> - 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 implementation to which formatting is delegated.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LambdaUtil.html#getMessage(org.apache.logging.log4j.util.Supplier,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">getMessage(Supplier&lt;?&gt;, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/Logger.html#getMessageFactory()" class="member-name-link">getMessageFactory()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#getMessageFactory()" class="member-name-link">getMessageFactory()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#getName()" class="member-name-link">getName()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/Marker.html#getName()" class="member-name-link">getName()</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getName()" class="member-name-link">getName()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#getName()" class="member-name-link">getName()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#getName()" class="member-name-link">getName()</a> - Method in class org.apache.logging.log4j.spi.<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/Timer.html#getName()" class="member-name-link">getName()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Accessor for the name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/EnvironmentPropertySource.html#getNormalForm(java.lang.Iterable)" class="member-name-link">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#getNormalForm(java.lang.Iterable)" class="member-name-link">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#getNormalForm(java.lang.Iterable)" class="member-name-link">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a> - 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><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getNormalForm(java.lang.Iterable)" class="member-name-link">getNormalForm(Iterable&lt;? extends CharSequence&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#getObject(java.lang.String)" class="member-name-link">getObject(String)</a> - 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">Gets an object by its name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#getOptional()" class="member-name-link">getOptional()</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#getOriginal()" class="member-name-link">getOriginal()</a> - 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/message/ObjectMessage.html#getParameter()" class="member-name-link">getParameter()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameter()" class="member-name-link">getParameter()</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessage.html#getParameterCount()" class="member-name-link">getParameterCount()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameterCount()" class="member-name-link">getParameterCount()</a> - 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 has exactly one parameter (the object), so always returns one.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getParameterCount()" class="member-name-link">getParameterCount()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#getParameterCount()" class="member-name-link">getParameterCount()</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/Message.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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/SimpleMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#getParameters()" class="member-name-link">getParameters()</a> - 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><a href="org/apache/logging/log4j/Marker.html#getParents()" class="member-name-link">getParents()</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getParents()" class="member-name-link">getParents()</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#getPriority()" class="member-name-link">getPriority()</a> - 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><a href="org/apache/logging/log4j/util/EnvironmentPropertySource.html#getPriority()" class="member-name-link">getPriority()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#getPriority()" class="member-name-link">getPriority()</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#getPriority()" class="member-name-link">getPriority()</a> - 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><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getPriority()" class="member-name-link">getPriority()</a> - 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><a href="org/apache/logging/log4j/util/ProcessIdUtil.html#getProcessId()" class="member-name-link">getProcessId()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getProperties()" class="member-name-link">getProperties()</a> - 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><a href="org/apache/logging/log4j/util/EnvironmentPropertySource.html#getProperty(java.lang.String)" class="member-name-link">getProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#getProperty(java.lang.String)" class="member-name-link">getProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#getProperty(java.lang.String)" class="member-name-link">getProperty(String)</a> - 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">For PropertySources that cannot iterate over all the potential properties this provides a direct lookup.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getProperty(java.lang.String)" class="member-name-link">getProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/EnvironmentPropertySource.html#getPropertyNames()" class="member-name-link">getPropertyNames()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#getPropertyNames()" class="member-name-link">getPropertyNames()</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.html#getPropertyNames()" class="member-name-link">getPropertyNames()</a> - 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 list of all property names.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getPropertyNames()" class="member-name-link">getPropertyNames()</a> - 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><a href="org/apache/logging/log4j/util/ProviderUtil.html#getProviders()" class="member-name-link">getProviders()</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#getReadOnlyContextData()" class="member-name-link">getReadOnlyContextData()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap2.html#getReadOnlyContextData()" class="member-name-link">getReadOnlyContextData()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#getRecursionDepth()" class="member-name-link">getRecursionDepth()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#getRequired()" class="member-name-link">getRequired()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#getResourceBundle()" class="member-name-link">getResourceBundle()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getResourceBundle(java.lang.String,java.util.Locale,boolean)" class="member-name-link">getResourceBundle(String, Locale, boolean)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#getRootLogger()" class="member-name-link">getRootLogger()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getStackTraceElement()" class="member-name-link">getStackTraceElement()</a> - 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 method that created the event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocator.html#getStackTraceElement(int)" class="member-name-link">getStackTraceElement(int)</a> - 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><a href="org/apache/logging/log4j/util/StackLocatorUtil.html#getStackTraceElement(int)" class="member-name-link">getStackTraceElement(int)</a> - 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><a href="org/apache/logging/log4j/Level.html#getStandardLevel()" class="member-name-link">getStandardLevel()</a> - 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><a href="org/apache/logging/log4j/spi/StandardLevel.html#getStandardLevel(int)" class="member-name-link">getStandardLevel(int)</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#getStatus()" class="member-name-link">getStatus()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Returns the name of the last operation performed on this timer (Start, Stop, Pause or
Resume).</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusLogger.html#getStatusData()" class="member-name-link">getStatusData()</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Instead of relying on the buffering provided by <code>StatusLogger</code>, users should register their own listeners to access to logged events.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#getStatusLevel()" class="member-name-link">getStatusLevel()</a> - 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">Returns the level for which the listener should receive events.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusListener.html#getStatusLevel()" class="member-name-link">getStatusLevel()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String)" class="member-name-link">getStringProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String%5B%5D,java.lang.String,org.apache.logging.log4j.util.Supplier)" class="member-name-link">getStringProperty(String[], String, Supplier&lt;String&gt;)</a> - 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">Retrieves a property that may be prefixed by more than one string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String,java.lang.String)" class="member-name-link">getStringProperty(String, String)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#getSystemProperties()" class="member-name-link">getSystemProperties()</a> - 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><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#getSystemProperty(java.lang.String,java.lang.String)" class="member-name-link">getSystemProperty(String, String)</a> - Static 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>
<div class="block">Used by bootstrap code to get system properties without loading PropertiesUtil.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/FlowMessage.html#getText()" class="member-name-link">getText()</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#getThreadContextClassLoader()" class="member-name-link">getThreadContextClassLoader()</a> - 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">Looks up the ClassLoader for this current thread.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/Provider.html#getThreadContextMap()" class="member-name-link">getThreadContextMap()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#getThreadContextMap()" class="member-name-link">getThreadContextMap()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getThreadName()" class="member-name-link">getThreadName()</a> - 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 name of the thread associated with the event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/FormattedMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/Message.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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">The <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> provided along with the message by one of the following means:
explicitly in the constructor
as the last message argument that is <b>not</b> referred to by any placeholder in the formatting pattern
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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/SimpleMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getThrowable()" class="member-name-link">getThrowable()</a> - 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 error associated with the event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/TimestampMessage.html#getTimestamp()" class="member-name-link">getTimestamp()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#getTimestamp()" class="member-name-link">getTimestamp()</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/status/StatusData.html#getInstant()"><code>StatusData.getInstant()</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#getType()" class="member-name-link">getType()</a> - 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><a href="org/apache/logging/log4j/util/Chars.html#getUpperCaseHex(int)" class="member-name-link">getUpperCaseHex(int)</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#getUrl()" class="member-name-link">getUrl()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getValue(java.lang.String)" class="member-name-link">getValue(String)</a> - 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><a href="org/apache/logging/log4j/spi/ObjectThreadContextMap.html#getValue(java.lang.String)" class="member-name-link">getValue(String)</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#getValue(java.lang.String)" class="member-name-link">getValue(String)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#getValue(java.lang.String)" class="member-name-link">getValue(String)</a> - 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/IndexedReadOnlyStringMap.html#getValueAt(int)" class="member-name-link">getValueAt(int)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#getValueAt(int)" class="member-name-link">getValueAt(int)</a> - 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/spi/Provider.html#getVersions()" class="member-name-link">getVersions()</a> - 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>
<h2 class="title" id="I:H">H</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/spi/LoggerContextFactory.html#hasContext(java.lang.String,java.lang.ClassLoader,boolean)" class="member-name-link">hasContext(String, ClassLoader, boolean)</a> - 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">Checks to see if a LoggerContext is installed.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#hashCode()" class="member-name-link">hashCode()</a> - 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/Marker.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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/message/StringFormattedMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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/StructuredDataMessage.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#hashCode()" class="member-name-link">hashCode()</a> - 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/spi/Provider.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#hashCode()" class="member-name-link">hashCode()</a> - 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/StringMap.html#hashCode()" class="member-name-link">hashCode()</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#hashCode()" class="member-name-link">hashCode()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String)" class="member-name-link">hasLogger(String)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String)" class="member-name-link">hasLogger(String)</a> - 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">Tests if a Logger with the specified name exists.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String)" class="member-name-link">hasLogger(String)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String,java.lang.Class)" class="member-name-link">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String,java.lang.Class)" class="member-name-link">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a> - 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">Tests if a Logger with the specified name and MessageFactory type exists.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String,java.lang.Class)" class="member-name-link">hasLogger(String, Class&lt;? extends MessageFactory&gt;)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">hasLogger(String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">hasLogger(String, MessageFactory)</a> - 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">Tests if a Logger with the specified name and MessageFactory exists.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#hasLogger(java.lang.String,org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">hasLogger(String, MessageFactory)</a> - 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><a href="org/apache/logging/log4j/Marker.html#hasParents()" class="member-name-link">hasParents()</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hasParents()" class="member-name-link">hasParents()</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#hasProperty(java.lang.String)" class="member-name-link">hasProperty(String)</a> - 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><a href="org/apache/logging/log4j/util/ProviderUtil.html#hasProviders()" class="member-name-link">hasProviders()</a> - 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>
<h2 class="title" id="I:I">I</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#identityToString(java.lang.Object)" class="member-name-link">identityToString(Object)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#IGNORE_TCCL_PROPERTY" class="member-name-link">IGNORE_TCCL_PROPERTY</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.util">IndexedReadOnlyStringMap</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" class="type-name-link" title="interface in org.apache.logging.log4j.util">IndexedStringMap</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><a href="org/apache/logging/log4j/util/IndexedReadOnlyStringMap.html#indexOfKey(java.lang.String)" class="member-name-link">indexOfKey(String)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#indexOfKey(java.lang.String)" class="member-name-link">indexOfKey(String)</a> - 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/Logger.html#info(java.lang.CharSequence)" class="member-name-link">info(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.CharSequence)" class="member-name-link">info(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">info(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">info(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.Object)" class="member-name-link">info(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object)" class="member-name-link">info(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.Object,java.lang.Throwable)" class="member-name-link">info(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object,java.lang.Throwable)" class="member-name-link">info(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String)" class="member-name-link">info(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String)" class="member-name-link">info(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object)" class="member-name-link">info(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object)" class="member-name-link">info(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object...)" class="member-name-link">info(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object...)" class="member-name-link">info(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,java.lang.Throwable)" class="member-name-link">info(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,java.lang.Throwable)" class="member-name-link">info(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">info(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">info(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">info(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">info(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">info(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">info(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">info(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">info(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">info(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">info(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">info(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">info(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">info(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">info(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">info(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">info(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">info(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">info(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">info(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">info(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">info(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">info(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">info(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">info(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">info(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">info(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">info(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">info(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">info(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">info(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">info(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">info(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">info(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.message.Message)" class="member-name-link">info(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message)" class="member-name-link">info(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">info(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">info(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">info(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">info(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">info(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">info(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.util.Supplier)" class="member-name-link">info(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.Supplier)" class="member-name-link">info(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#info(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">info(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">info(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#INFO" class="member-name-link">INFO</a> - Enum constant 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">An event for informational purposes.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#INFO" class="member-name-link">INFO</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#INHERITABLE_MAP" class="member-name-link">INHERITABLE_MAP</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMapFactory.html#init()" class="member-name-link">init()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#init()" class="member-name-link">init()</a> - 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"><em>Consider private, used for testing.</em></div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#INSTANCE" class="member-name-link">INSTANCE</a> - Static variable 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>
<div class="block">Singleton instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/InternalApi.html" class="type-name-link" title="annotation in org.apache.logging.log4j.util">InternalApi</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 the annotated element is considered an internal API to Log4j and should not be used by external
code.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/InternalException.html" class="type-name-link" title="class in org.apache.logging.log4j.util">InternalException</a> - Exception in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Exception thrown when an error occurs while accessing internal resources.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/InternalException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">InternalException(String)</a> - Constructor for exception org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/InternalException.html" title="class in org.apache.logging.log4j.util">InternalException</a></dt>
<dd>
<div class="block">Construct an exception with a message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/InternalException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)" class="member-name-link">InternalException(String, Throwable)</a> - Constructor for exception org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/InternalException.html" title="class in org.apache.logging.log4j.util">InternalException</a></dt>
<dd>
<div class="block">Construct an exception with a message and underlying cause.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/InternalException.html#%3Cinit%3E(java.lang.Throwable)" class="member-name-link">InternalException(Throwable)</a> - Constructor for exception org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/InternalException.html" title="class in org.apache.logging.log4j.util">InternalException</a></dt>
<dd>
<div class="block">Construct an exception with an underlying cause.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#intLevel()" class="member-name-link">intLevel()</a> - 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><a href="org/apache/logging/log4j/spi/StandardLevel.html#intLevel()" class="member-name-link">intLevel()</a> - 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><a href="org/apache/logging/log4j/util/Constants.html#IS_WEB_APP" class="member-name-link">IS_WEB_APP</a> - 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><a href="org/apache/logging/log4j/util/OsgiServiceLocator.html#isAvailable()" class="member-name-link">isAvailable()</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/OsgiServiceLocator.html" title="class in org.apache.logging.log4j.util">OsgiServiceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/Strings.html#isBlank(java.lang.String)" class="member-name-link">isBlank(String)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#isClassAvailable(java.lang.String)" class="member-name-link">isClassAvailable(String)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#isClassLoaderDependent()" class="member-name-link">isClassLoaderDependent()</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextFactory.html#isClassLoaderDependent()" class="member-name-link">isClassLoaderDependent()</a> - 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">Determines whether or not this factory and perhaps the underlying
ContextSelector behavior depend on the callers classloader.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#isDebugEnabled()" class="member-name-link">isDebugEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled()" class="member-name-link">isDebugEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isDebugEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isDebugEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/DefaultThreadContextMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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/spi/NoOpThreadContextMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/spi/ReadOnlyThreadContextMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#isEmpty()" class="member-name-link">isEmpty()</a> - 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/Strings.html#isEmpty(java.lang.CharSequence)" class="member-name-link">isEmpty(CharSequence)</a> - 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><a href="org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)" class="member-name-link">isEnabled(Level)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level)" class="member-name-link">isEnabled(Level)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker)" class="member-name-link">isEnabled(Level, Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker)" class="member-name-link">isEnabled(Level, Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker)" class="member-name-link">isEnabled(Level, Marker)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, CharSequence, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, CharSequence, Throwable)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, CharSequence, Throwable)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, CharSequence, Throwable)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Object, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Object, Throwable)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Object, Throwable)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Object, Throwable)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">isEnabled(Level, Marker, String)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">isEnabled(Level, Marker, String)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">isEnabled(Level, Marker, String)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">isEnabled(Level, Marker, String)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">isEnabled(Level, Marker, String, Object...)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">isEnabled(Level, Marker, String, Object...)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">isEnabled(Level, Marker, String, Object...)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">isEnabled(Level, Marker, String, Object...)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">isEnabled(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, String, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, String, Throwable)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, String, Throwable)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, String, Throwable)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Message, Throwable)</a> - 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">Tests if logging is enabled.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">isEnabled(Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/Logger.html#isErrorEnabled()" class="member-name-link">isErrorEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled()" class="member-name-link">isErrorEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isErrorEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isErrorEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isFatalEnabled()" class="member-name-link">isFatalEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled()" class="member-name-link">isFatalEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isFatalEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isFatalEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/MutableThreadContextStack.html#isFrozen()" class="member-name-link">isFrozen()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#isFrozen()" class="member-name-link">isFrozen()</a> - 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/StringMap.html#isFrozen()" class="member-name-link">isFrozen()</a> - 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><a href="org/apache/logging/log4j/Logger.html#isInfoEnabled()" class="member-name-link">isInfoEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled()" class="member-name-link">isInfoEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isInfoEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isInfoEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/Lazy.html#isInitialized()" class="member-name-link">isInitialized()</a> - Method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Indicates whether this lazy value has been initialized.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#isInRange(org.apache.logging.log4j.Level,org.apache.logging.log4j.Level)" class="member-name-link">isInRange(Level, Level)</a> - 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><a href="org/apache/logging/log4j/Marker.html#isInstanceOf(java.lang.String)" class="member-name-link">isInstanceOf(String)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(java.lang.String)" class="member-name-link">isInstanceOf(String)</a> - 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><a href="org/apache/logging/log4j/Marker.html#isInstanceOf(org.apache.logging.log4j.Marker)" class="member-name-link">isInstanceOf(Marker)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(org.apache.logging.log4j.Marker)" class="member-name-link">isInstanceOf(Marker)</a> - 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><a href="org/apache/logging/log4j/Level.html#isLessSpecificThan(org.apache.logging.log4j.Level)" class="member-name-link">isLessSpecificThan(Level)</a> - 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><a href="org/apache/logging/log4j/Level.html#isMoreSpecificThan(org.apache.logging.log4j.Level)" class="member-name-link">isMoreSpecificThan(Level)</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#isNotBlank(java.lang.String)" class="member-name-link">isNotBlank(String)</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#isNotEmpty(java.lang.CharSequence)" class="member-name-link">isNotEmpty(CharSequence)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#isOsWindows()" class="member-name-link">isOsWindows()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#isReserved()" class="member-name-link">isReserved()</a> - 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><a href="org/apache/logging/log4j/Logger.html#isTraceEnabled()" class="member-name-link">isTraceEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled()" class="member-name-link">isTraceEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isTraceEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isTraceEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isWarnEnabled()" class="member-name-link">isWarnEnabled()</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled()" class="member-name-link">isWarnEnabled()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isWarnEnabled(Marker)</a> - Method in interface org.apache.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled(org.apache.logging.log4j.Marker)" class="member-name-link">isWarnEnabled(Marker)</a> - Method in class org.apache.logging.log4j.spi.<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/message/StructuredDataCollectionMessage.html#iterator()" class="member-name-link">iterator()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#iterator()" class="member-name-link">iterator()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#iterator()" class="member-name-link">iterator()</a> - 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>
<h2 class="title" id="I:J">J</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#JAVA" class="member-name-link">JAVA</a> - Enum constant 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">The map should be formatted the same as documented by <a href="https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html#toString--" title="class or interface in java.util" class="external-link"><code>AbstractMap.toString()</code></a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Constants.html#JAVA_MAJOR_VERSION" class="member-name-link">JAVA_MAJOR_VERSION</a> - 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">Java major version.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#JAVA_UNQUOTED" class="member-name-link">JAVA_UNQUOTED</a> - Enum constant 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">The map should be formatted the same as documented by <a href="https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.html#toString--" title="class or interface in java.util" class="external-link"><code>AbstractMap.toString()</code></a> but without quotes.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Strings.html#join(java.lang.Iterable,char)" class="member-name-link">join(Iterable&lt;?&gt;, char)</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#join(java.util.Iterator,char)" class="member-name-link">join(Iterator&lt;?&gt;, char)</a> - 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><a href="org/apache/logging/log4j/util/PropertySource.Util.html#joinAsCamelCase(java.lang.Iterable)" class="member-name-link">joinAsCamelCase(Iterable&lt;? extends CharSequence&gt;)</a> - 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>
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#JSON" class="member-name-link">JSON</a> - Enum constant 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">The map should be formatted as JSON.</div>
</dd>
</dl>
<h2 class="title" id="I:L">L</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/LambdaUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.util">LambdaUtil</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><a href="org/apache/logging/log4j/util/Lazy.html#lazy(java.util.function.Supplier)" class="member-name-link">lazy(Supplier&lt;T&gt;)</a> - Static method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Creates a strict lazy value using the provided Supplier.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Lazy.html" class="type-name-link" title="interface in org.apache.logging.log4j.util">Lazy</a>&lt;<a href="org/apache/logging/log4j/util/Lazy.html" title="type parameter in Lazy">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">Provides a lazily-initialized value from a <code>Supplier&lt;T&gt;</code>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LazyBoolean.html" class="type-name-link" title="class in org.apache.logging.log4j.util">LazyBoolean</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/LazyBoolean.html#%3Cinit%3E(java.util.function.BooleanSupplier)" class="member-name-link">LazyBoolean(BooleanSupplier)</a> - Constructor for class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/LazyBoolean.html" title="class in org.apache.logging.log4j.util">LazyBoolean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/Strings.html#left(java.lang.String,int)" class="member-name-link">left(String, int)</a> - 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">Gets the leftmost <code>len</code> characters of a String.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#length()" class="member-name-link">length()</a> - 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/SimpleMessage.html#length()" class="member-name-link">length()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j">Level</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><a href="org/apache/logging/log4j/util/Chars.html#LF" class="member-name-link">LF</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#LINE_SEPARATOR" class="member-name-link">LINE_SEPARATOR</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#loadClass(java.lang.String)" class="member-name-link">loadClass(String)</a> - 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#loadClassUnchecked(java.lang.String)" class="member-name-link">loadClassUnchecked(String)</a> - 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 initializes a class given its fully qualified class name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LoaderUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.util">LoaderUtil</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><a href="org/apache/logging/log4j/spi/Provider.html#loadLoggerContextFactory()" class="member-name-link">loadLoggerContextFactory()</a> - 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><a href="org/apache/logging/log4j/util/OsgiServiceLocator.html#loadServices(java.lang.Class,java.lang.invoke.MethodHandles.Lookup)" class="member-name-link">loadServices(Class&lt;T&gt;, MethodHandles.Lookup)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/OsgiServiceLocator.html" title="class in org.apache.logging.log4j.util">OsgiServiceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/ServiceLoaderUtil.html#loadServices(java.lang.Class,java.lang.invoke.MethodHandles.Lookup)" class="member-name-link">loadServices(Class&lt;T&gt;, MethodHandles.Lookup)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ServiceLoaderUtil.html" title="class in org.apache.logging.log4j.util">ServiceLoaderUtil</a></dt>
<dd>
<div class="block">Retrieves the available services from the caller's classloader.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/OsgiServiceLocator.html#loadServices(java.lang.Class,java.lang.invoke.MethodHandles.Lookup,boolean)" class="member-name-link">loadServices(Class&lt;T&gt;, MethodHandles.Lookup, boolean)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/OsgiServiceLocator.html" title="class in org.apache.logging.log4j.util">OsgiServiceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/ServiceLoaderUtil.html#loadServices(java.lang.Class,java.lang.invoke.MethodHandles.Lookup,boolean)" class="member-name-link">loadServices(Class&lt;T&gt;, MethodHandles.Lookup, boolean)</a> - Static method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ServiceLoaderUtil.html" title="class in org.apache.logging.log4j.util">ServiceLoaderUtil</a></dt>
<dd>
<div class="block">Retrieves the available services from the caller's classloader and possibly
the thread context classloader.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/Provider.html#loadThreadContextMap()" class="member-name-link">loadThreadContextMap()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">LocalizedMessage</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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(String, Object[])</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(String, Object, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(String, String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(String, String, Object[])</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(String, String, Object, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.util.Locale,java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(String, Locale, String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.util.Locale,java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(String, Locale, String, Object[])</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.lang.String,java.util.Locale,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(String, Locale, String, Object, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(Locale, String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(Locale, String, Object[])</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(Locale, String, Object, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.lang.String)" class="member-name-link">LocalizedMessage(ResourceBundle, String)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(ResourceBundle, String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(ResourceBundle, String, Object[])</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(ResourceBundle, String, Object, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.util.Locale,java.lang.String,java.lang.Object)" class="member-name-link">LocalizedMessage(ResourceBundle, Locale, String, Object)</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.util.Locale,java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">LocalizedMessage(ResourceBundle, Locale, String, Object[])</a> - 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/LocalizedMessage.html#%3Cinit%3E(java.util.ResourceBundle,java.util.Locale,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">LocalizedMessage(ResourceBundle, Locale, String, Object, Object)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">LocalizedMessageFactory</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><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#%3Cinit%3E(java.lang.String)" class="member-name-link">LocalizedMessageFactory(String)</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#%3Cinit%3E(java.util.ResourceBundle)" class="member-name-link">LocalizedMessageFactory(ResourceBundle)</a> - 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><a href="org/apache/logging/log4j/spi/LocationAwareLogger.html" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LocationAwareLogger</a> - Interface in <a href="org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">Logger that accepts the location of the caller.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log()" class="member-name-link">log()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.CharSequence)" class="member-name-link">log(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.Object)" class="member-name-link">log(Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String)" class="member-name-link">log(String)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object)" class="member-name-link">log(String, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object...)" class="member-name-link">log(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Logs a message with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#log(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">log(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message and parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level,java.lang.CharSequence)" class="member-name-link">log(Level, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.CharSequence)" class="member-name-link">log(Level, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">log(Level, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">log(Level, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.Object)" class="member-name-link">log(Level, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.Object)" class="member-name-link">log(Level, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.Object,java.lang.Throwable)" class="member-name-link">log(Level, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.Object,java.lang.Throwable)" class="member-name-link">log(Level, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String)" class="member-name-link">log(Level, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String)" class="member-name-link">log(Level, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object)" class="member-name-link">log(Level, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object)" class="member-name-link">log(Level, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object...)" class="member-name-link">log(Level, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object...)" class="member-name-link">log(Level, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Throwable)" class="member-name-link">log(Level, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,java.lang.Throwable)" class="member-name-link">log(Level, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">log(Level, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">log(Level, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">log(Level, Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">log(Level, Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">log(Level, Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">log(Level, Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">log(Level, Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">log(Level, Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">log(Level, Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">log(Level, Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">log(Level, Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">log(Level, Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">log(Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.StackTraceElement,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">log(Level, Marker, String, StackTraceElement, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">log(Level, Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">log(Level, Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">log(Level, Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">log(Level, Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">log(Level, Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">log(Level, Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">log(Level, Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">log(Level, Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">log(Level, Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">log(Level, Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">log(Level, Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">log(Level, Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">log(Level, Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.message.Message)" class="member-name-link">log(Level, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.message.Message)" class="member-name-link">log(Level, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">log(Level, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">log(Level, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">log(Level, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">log(Level, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">log(Level, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">log(Level, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.Supplier)" class="member-name-link">log(Level, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.Supplier)" class="member-name-link">log(Level, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">log(Level, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">log(Level, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/LogBuilder.html#log(org.apache.logging.log4j.message.Message)" class="member-name-link">log(Message)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#log(org.apache.logging.log4j.status.StatusData)" class="member-name-link">log(StatusData)</a> - 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><a href="org/apache/logging/log4j/status/StatusListener.html#log(org.apache.logging.log4j.status.StatusData)" class="member-name-link">log(StatusData)</a> - 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><a href="org/apache/logging/log4j/LogBuilder.html#log(org.apache.logging.log4j.util.Supplier)" class="member-name-link">log(Supplier&lt;Message&gt;)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Constants.html#LOG4J2_DEBUG" class="member-name-link">LOG4J2_DEBUG</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#%3Cinit%3E(java.lang.String)" class="member-name-link">Log4jMarker(String)</a> - 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><a href="org/apache/logging/log4j/LogBuilder.html#logAndGet(org.apache.logging.log4j.util.Supplier)" class="member-name-link">logAndGet(Supplier&lt;Message&gt;)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Causes all the data collected to be logged along with the message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html" class="type-name-link" title="interface in org.apache.logging.log4j">LogBuilder</a> - Interface in <a href="org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</a></dt>
<dd>
<div class="block">Interface for constructing log events before logging them.</div>
</dd>
<dt><a href="org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage)" class="member-name-link">logEvent(StructuredDataMessage)</a> - 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><a href="org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage,org.apache.logging.log4j.Level)" class="member-name-link">logEvent(StructuredDataMessage, Level)</a> - 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/spi/ExtendedLoggerWrapper.html#logger" class="member-name-link">logger</a> - 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><a href="org/apache/logging/log4j/Logger.html" class="type-name-link" title="interface in org.apache.logging.log4j">Logger</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><a href="org/apache/logging/log4j/spi/Provider.html#LOGGER_CONTEXT_FACTORY" class="member-name-link">LOGGER_CONTEXT_FACTORY</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerAdapter</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerContext</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerContextFactory</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">LoggerContextKey</a> - Class in <a href="org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">with no replacement - no longer used</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextKey.html#%3Cinit%3E()" class="member-name-link">LoggerContextKey()</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextShutdownAware.html" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerContextShutdownAware</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 allowing interested classes to know when a LoggerContext has shutdown - if the LoggerContext
implementation provides a way to register listeners.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerContextShutdownEnabled</a> - Interface in <a href="org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</a></dt>
<dd>
<div class="block">LoggerContexts implementing this are able register LoggerContextShutdownAware classes.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/LoggerNameAwareMessage.html" class="type-name-link" title="interface in org.apache.logging.log4j.message">LoggerNameAwareMessage</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">LoggerRegistry</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><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#%3Cinit%3E()" class="member-name-link">LoggerRegistry()</a> - 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.html#%3Cinit%3E(org.apache.logging.log4j.spi.LoggerRegistry.MapFactory)" class="member-name-link">LoggerRegistry(LoggerRegistry.MapFactory&lt;T&gt;)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.spi">LoggerRegistry.ConcurrentMapFactory</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><a href="org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html" class="type-name-link" title="interface in org.apache.logging.log4j.spi">LoggerRegistry.MapFactory</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">LoggerRegistry.WeakMapFactory</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><a href="org/apache/logging/log4j/LoggingException.html" class="type-name-link" title="class in org.apache.logging.log4j">LoggingException</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><a href="org/apache/logging/log4j/LoggingException.html#%3Cinit%3E(java.lang.String)" class="member-name-link">LoggingException(String)</a> - 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><a href="org/apache/logging/log4j/LoggingException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)" class="member-name-link">LoggingException(String, Throwable)</a> - 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><a href="org/apache/logging/log4j/LoggingException.html#%3Cinit%3E(java.lang.Throwable)" class="member-name-link">LoggingException(Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, CharSequence, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Object, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">logIfEnabled(String, Level, Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">logIfEnabled(String, Level, Marker, String)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object...)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">logIfEnabled(String, Level, Marker, String, Supplier&lt;?&gt;...)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, MessageSupplier, Throwable)</a> - 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/spi/AbstractLogger.html#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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#logIfEnabled(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">logIfEnabled(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j">LogManager</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><a href="org/apache/logging/log4j/LogManager.html#%3Cinit%3E()" class="member-name-link">LogManager()</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">logMessage(String, Level, Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">logMessage(String, Level, Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">logMessage(String, Level, Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">logMessage(String, Level, Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/simple/SimpleLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/ExtendedLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Message, Throwable)</a> - 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 at the specified level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Message, Throwable)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#logMessage(java.lang.String,org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">logMessage(String, Level, Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#logMessage(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.StackTraceElement,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(Level, Marker, String, StackTraceElement, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a Message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#logMessage(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.StackTraceElement,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(Level, Marker, String, StackTraceElement, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/LocationAwareLogger.html#logMessage(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.StackTraceElement,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">logMessage(Level, Marker, String, StackTraceElement, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.spi.<a href="org/apache/logging/log4j/spi/LocationAwareLogger.html" title="interface in org.apache.logging.log4j.spi">LocationAwareLogger</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#lookupIgnoreCase(java.lang.String)" class="member-name-link">lookupIgnoreCase(String)</a> - 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>
<h2 class="title" id="I:M">M</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#makeId(java.lang.String,int)" class="member-name-link">makeId(String, int)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/message/StructuredDataId.html#makeId(java.lang.String,java.lang.String)"><code>StructuredDataId.makeId(String, String)</code></a> instead</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#makeId(java.lang.String,java.lang.String)" class="member-name-link">makeId(String, String)</a> - 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/StructuredDataId.html#makeId(org.apache.logging.log4j.message.StructuredDataId)" class="member-name-link">makeId(StructuredDataId)</a> - 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><a href="org/apache/logging/log4j/util/Lazy.html#map(java.util.function.Function)" class="member-name-link">map(Function&lt;? super T, ? extends R&gt;)</a> - Method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Creates a new lazy value derived from this lazy value using the provided value mapping function.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/MapMessage.html" class="type-name-link" 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> 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>,<wbr><a href="org/apache/logging/log4j/message/MapMessage.html" title="type parameter in MapMessage">V</a>&gt;,<wbr><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><a href="org/apache/logging/log4j/message/MapMessage.html#%3Cinit%3E()" class="member-name-link">MapMessage()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#%3Cinit%3E(int)" class="member-name-link">MapMessage(int)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#%3Cinit%3E(java.util.Map)" class="member-name-link">MapMessage(Map&lt;String, V&gt;)</a> - 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/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link"><code>Map</code></a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html" class="type-name-link" title="enum in org.apache.logging.log4j.message">MapMessage.MapFormat</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" class="type-name-link" title="interface in org.apache.logging.log4j">Marker</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" class="type-name-link" title="class in org.apache.logging.log4j">MarkerManager</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" class="type-name-link" title="class in org.apache.logging.log4j">MarkerManager.Log4jMarker</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><a href="org/apache/logging/log4j/util/Constants.html#MAX_REUSABLE_MESSAGE_SIZE" class="member-name-link">MAX_REUSABLE_MESSAGE_SIZE</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#MAX_STATUS_ENTRIES" class="member-name-link">MAX_STATUS_ENTRIES</a> - 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">The name of the system property that can be configured with the maximum number of events buffered.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableMessage.html#memento()" class="member-name-link">memento()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#memento()" class="member-name-link">memento()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#memento()" class="member-name-link">memento()</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#memento()" class="member-name-link">memento()</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">Message</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" class="type-name-link" title="interface in org.apache.logging.log4j.message">MessageCollectionMessage</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" class="type-name-link" title="interface in org.apache.logging.log4j.message">MessageFactory</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" class="type-name-link" title="interface in org.apache.logging.log4j.message">MessageFactory2</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">MessageFactory2Adapter</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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#%3Cinit%3E(org.apache.logging.log4j.message.MessageFactory)" class="member-name-link">MessageFactory2Adapter(MessageFactory)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">MessageFormatMessage</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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object...)" class="member-name-link">MessageFormatMessage(String, Object...)</a> - 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/MessageFormatMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object...)" class="member-name-link">MessageFormatMessage(Locale, String, Object...)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">MessageFormatMessageFactory</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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#%3Cinit%3E()" class="member-name-link">MessageFormatMessageFactory()</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.util">MessageSupplier</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><a href="org/apache/logging/log4j/message/StructuredDataId.html#META" class="member-name-link">META</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">MultiformatMessage</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" class="type-name-link" title="interface in org.apache.logging.log4j.util">MultiFormatStringBuilderFormattable</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">MutableThreadContextStack</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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#%3Cinit%3E()" class="member-name-link">MutableThreadContextStack()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#%3Cinit%3E(java.util.List)" class="member-name-link">MutableThreadContextStack(List&lt;String&gt;)</a> - 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>
<h2 class="title" id="I:N">N</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#name" class="member-name-link">name</a> - 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><a href="org/apache/logging/log4j/Level.html#name()" class="member-name-link">name()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#names()" class="member-name-link">names()</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOf(java.lang.String,java.lang.Class)" class="member-name-link">newCheckedInstanceOf(String, Class&lt;T&gt;)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOfProperty(java.lang.String,java.lang.Class)" class="member-name-link">newCheckedInstanceOfProperty(String, Class&lt;T&gt;)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOfProperty(java.lang.String,java.lang.Class,java.util.function.Supplier)" class="member-name-link">newCheckedInstanceOfProperty(String, Class&lt;T&gt;, Supplier&lt;T&gt;)</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newEntryMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newEntryMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newEntryMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newEntryMessage(String, Object...)</a> - 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 a format string with parameters.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newEntryMessage(org.apache.logging.log4j.message.Message)" class="member-name-link">newEntryMessage(Message)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newEntryMessage(org.apache.logging.log4j.message.Message)" class="member-name-link">newEntryMessage(Message)</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(java.lang.Object,org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">newExitMessage(Object, EntryMessage)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(java.lang.Object,org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">newExitMessage(Object, EntryMessage)</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(java.lang.Object,org.apache.logging.log4j.message.Message)" class="member-name-link">newExitMessage(Object, Message)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(java.lang.Object,org.apache.logging.log4j.message.Message)" class="member-name-link">newExitMessage(Object, Message)</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(java.lang.String,java.lang.Object)" class="member-name-link">newExitMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(java.lang.String,java.lang.Object)" class="member-name-link">newExitMessage(String, Object)</a> - 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 a forma string.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">newExitMessage(EntryMessage)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">newExitMessage(EntryMessage)</a> - 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><a href="org/apache/logging/log4j/message/DefaultFlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.Message)" class="member-name-link">newExitMessage(Message)</a> - 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><a href="org/apache/logging/log4j/message/FlowMessageFactory.html#newExitMessage(org.apache.logging.log4j.message.Message)" class="member-name-link">newExitMessage(Message)</a> - 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 message.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StringMapMessage.html#newInstance(java.util.Map)" class="member-name-link">newInstance(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#newInstance(java.util.Map)" class="member-name-link">newInstance(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#newInstance(java.util.Map)" class="member-name-link">newInstance(Map&lt;String, V&gt;)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOf(java.lang.Class)" class="member-name-link">newInstanceOf(Class&lt;T&gt;)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOf(java.lang.String)" class="member-name-link">newInstanceOf(String)</a> - 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><a href="org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOfUnchecked(java.lang.Class)" class="member-name-link">newInstanceOfUnchecked(Class&lt;T&gt;)</a> - 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">Creates an instance of the provided class using the default constructor.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOfUnchecked(java.lang.String)" class="member-name-link">newInstanceOfUnchecked(String)</a> - 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 by name using its default constructor.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOfUnchecked(java.lang.String,java.lang.Class)" class="member-name-link">newInstanceOfUnchecked(String, Class&lt;T&gt;)</a> - 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 the provided class by name as a checked subtype of the given class.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#newLogger(java.lang.String,org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">newLogger(String, LoggerContext)</a> - 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><a href="org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.CharSequence)" class="member-name-link">newMessage(CharSequence)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.CharSequence)" class="member-name-link">newMessage(CharSequence)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.CharSequence)" class="member-name-link">newMessage(CharSequence)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.CharSequence)" class="member-name-link">newMessage(CharSequence)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.Object)" class="member-name-link">newMessage(Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.Object)" class="member-name-link">newMessage(Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.Object)" class="member-name-link">newMessage(Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.Object)" class="member-name-link">newMessage(Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String)" class="member-name-link">newMessage(String)</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String)" class="member-name-link">newMessage(String)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String)" class="member-name-link">newMessage(String)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String)" class="member-name-link">newMessage(String)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String)" class="member-name-link">newMessage(String)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object)" class="member-name-link">newMessage(String, Object)</a> - 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/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object...)" class="member-name-link">newMessage(String, Object...)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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/message/AbstractMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFactory2.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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><a href="org/apache/logging/log4j/spi/MessageFactory2Adapter.html#newMessage(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">newMessage(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - 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/LogBuilder.html#NOOP" class="member-name-link">NOOP</a> - Static variable in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">NOOP Logbuilder</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html" class="type-name-link" title="class in org.apache.logging.log4j.spi">NoOpThreadContextMap</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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#%3Cinit%3E()" class="member-name-link">NoOpThreadContextMap()</a> - 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><a href="org/apache/logging/log4j/util/Chars.html#NUL" class="member-name-link">NUL</a> - 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>
<h2 class="title" id="I:O">O</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html" class="type-name-link" title="class in org.apache.logging.log4j.message">ObjectArrayMessage</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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#%3Cinit%3E(java.lang.Object...)" class="member-name-link">ObjectArrayMessage(Object...)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">ObjectMessage</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><a href="org/apache/logging/log4j/message/ObjectMessage.html#%3Cinit%3E(java.lang.Object)" class="member-name-link">ObjectMessage(Object)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ObjectThreadContextMap</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><a href="org/apache/logging/log4j/spi/StandardLevel.html#OFF" class="member-name-link">OFF</a> - Enum constant 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">No events will be logged.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#OFF" class="member-name-link">OFF</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#ORIGIN" class="member-name-link">ORIGIN</a> - 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>
<dt><a href="org/apache/logging/log4j/util/OsgiServiceLocator.html" class="type-name-link" title="class in org.apache.logging.log4j.util">OsgiServiceLocator</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/OsgiServiceLocator.html#%3Cinit%3E()" class="member-name-link">OsgiServiceLocator()</a> - Constructor for class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/OsgiServiceLocator.html" title="class in org.apache.logging.log4j.util">OsgiServiceLocator</a></dt>
<dd>&nbsp;</dd>
</dl>
<h2 class="title" id="I:P">P</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/ParameterConsumer.html" class="type-name-link" title="interface in org.apache.logging.log4j.message">ParameterConsumer</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" class="type-name-link" title="class in org.apache.logging.log4j.message">ParameterizedMessage</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/Message.html" title="interface in org.apache.logging.log4j.message"><code>Message</code></a> accepting argument placeholders in the formatting pattern.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object)" class="member-name-link">ParameterizedMessage(String, Object)</a> - 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 argument.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object...)" class="member-name-link">ParameterizedMessage(String, Object...)</a> - 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 multiple arguments.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object%5B%5D,java.lang.Throwable)" class="member-name-link">ParameterizedMessage(String, Object[], Throwable)</a> - 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 an instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">ParameterizedMessage(String, Object, Object)</a> - 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 arguments.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.String%5B%5D,java.lang.Throwable)" class="member-name-link">ParameterizedMessage(String, String[], Throwable)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/message/ParameterizedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object,java.lang.Object)"><code>ParameterizedMessage(String, Object[], Throwable)</code></a> instead</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.message">ParameterizedMessageFactory</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><a href="org/apache/logging/log4j/message/ParameterizedMessageFactory.html#%3Cinit%3E()" class="member-name-link">ParameterizedMessageFactory()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">ParameterizedNoReferenceMessageFactory</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><a href="org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.html#%3Cinit%3E()" class="member-name-link">ParameterizedNoReferenceMessageFactory()</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">ParameterVisitable</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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#partitionOnCommonPrefixes(java.util.Properties)" class="member-name-link">partitionOnCommonPrefixes(Properties)</a> - 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><a href="org/apache/logging/log4j/util/PropertiesUtil.html#partitionOnCommonPrefixes(java.util.Properties,boolean)" class="member-name-link">partitionOnCommonPrefixes(Properties, boolean)</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#pause()" class="member-name-link">pause()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Pause the timer.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.Status.html#Paused" class="member-name-link">Paused</a> - Enum constant in enum org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.Status.html" title="enum in org.apache.logging.log4j.util">Timer.Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#peek()" class="member-name-link">peek()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#peek()" class="member-name-link">peek()</a> - 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/ThreadContext.ContextStack.html#peek()" class="member-name-link">peek()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#peek()" class="member-name-link">peek()</a> - 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" class="type-name-link" title="annotation in org.apache.logging.log4j.util">PerformanceSensitive</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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#pop()" class="member-name-link">pop()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#pop()" class="member-name-link">pop()</a> - 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/ThreadContext.ContextStack.html#pop()" class="member-name-link">pop()</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#pop()" class="member-name-link">pop()</a> - 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><a href="org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object...)" class="member-name-link">printf(Level, String, Object...)</a> - Method in interface org.apache.logging.log4j.<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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#printf(org.apache.logging.log4j.Level,java.lang.String,java.lang.Object...)" class="member-name-link">printf(Level, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#printf(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">printf(Level, Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#printf(org.apache.logging.log4j.Level,org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">printf(Level, Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/message/ThreadInformation.html#printStack(java.lang.StringBuilder,java.lang.StackTraceElement%5B%5D)" class="member-name-link">printStack(StringBuilder, StackTraceElement[])</a> - 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><a href="org/apache/logging/log4j/message/ThreadInformation.html#printThreadInfo(java.lang.StringBuilder)" class="member-name-link">printThreadInfo(StringBuilder)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">ProcessIdUtil</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Provides the PID of the current JVM.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/ProcessIdUtil.html#%3Cinit%3E()" class="member-name-link">ProcessIdUtil()</a> - 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/status/StatusLogger.html#PROPERTIES_FILE_NAME" class="member-name-link">PROPERTIES_FILE_NAME</a> - 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">The name of the file to be searched in the classpath to read properties from.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html" class="type-name-link" title="class in org.apache.logging.log4j.util">PropertiesPropertySource</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/8/docs/api/java/util/Properties.html" title="class or interface in java.util" class="external-link"><code>Properties</code></a> instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesPropertySource.html#%3Cinit%3E(java.util.Properties)" class="member-name-link">PropertiesPropertySource(Properties)</a> - 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/PropertiesPropertySource.html#%3Cinit%3E(java.util.Properties,int)" class="member-name-link">PropertiesPropertySource(Properties, int)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">PropertiesUtil</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/util/PropertiesUtil.html#%3Cinit%3E(java.lang.String)" class="member-name-link">PropertiesUtil(String)</a> - 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/PropertiesUtil.html#%3Cinit%3E(java.util.Properties)" class="member-name-link">PropertiesUtil(Properties)</a> - 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><a href="org/apache/logging/log4j/util/PropertyFilePropertySource.html" class="type-name-link" title="class in org.apache.logging.log4j.util">PropertyFilePropertySource</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><a href="org/apache/logging/log4j/util/PropertyFilePropertySource.html#%3Cinit%3E(java.lang.String)" class="member-name-link">PropertyFilePropertySource(String)</a> - 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/PropertyFilePropertySource.html#%3Cinit%3E(java.lang.String,boolean)" class="member-name-link">PropertyFilePropertySource(String, boolean)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.util">PropertySource</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" class="type-name-link" title="class in org.apache.logging.log4j.util">PropertySource.Comparator</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><a href="org/apache/logging/log4j/util/PropertySource.Util.html" class="type-name-link" title="class in org.apache.logging.log4j.util">PropertySource.Util</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">Provider</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><a href="org/apache/logging/log4j/spi/Provider.html#%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.Class)" class="member-name-link">Provider(Integer, String, Class&lt;? extends LoggerContextFactory&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#%3Cinit%3E(java.lang.Integer,java.lang.String,java.lang.Class,java.lang.Class)" class="member-name-link">Provider(Integer, String, Class&lt;? extends LoggerContextFactory&gt;, Class&lt;? extends ThreadContextMap&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#%3Cinit%3E(java.util.Properties,java.net.URL,java.lang.ClassLoader)" class="member-name-link">Provider(Properties, URL, ClassLoader)</a> - 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><a href="org/apache/logging/log4j/util/ProviderActivator.html" class="type-name-link" title="class in org.apache.logging.log4j.util">ProviderActivator</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 to register Log4j2 providers in an OSGI environment.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/ProviderActivator.html#%3Cinit%3E(org.apache.logging.log4j.spi.Provider)" class="member-name-link">ProviderActivator(Provider)</a> - Constructor for class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ProviderActivator.html" title="class in org.apache.logging.log4j.util">ProviderActivator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/ProviderUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.util">ProviderUtil</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><a href="org/apache/logging/log4j/util/Lazy.html#pure(java.util.function.Supplier)" class="member-name-link">pure(Supplier&lt;T&gt;)</a> - Static method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Creates a pure lazy value using the provided Supplier to initialize the value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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/ThreadContext.ContextStack.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#push(java.lang.String)" class="member-name-link">push(String)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#push(java.lang.String,java.lang.Object%5B%5D)" class="member-name-link">push(String, Object[])</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.html#push(java.lang.String,java.lang.Object...)" class="member-name-link">push(String, Object...)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#push(java.lang.String,java.lang.Object...)" class="member-name-link">push(String, Object...)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#pushAll(java.util.List)" class="member-name-link">pushAll(List&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.html#pushAll(java.util.List)" class="member-name-link">pushAll(List&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#put(java.lang.String,java.lang.String)" class="member-name-link">put(String, String)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.Instance.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/CloseableThreadContext.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap2.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#putAll(java.util.Map)" class="member-name-link">putAll(Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#putAll(org.apache.logging.log4j.util.ReadOnlyStringMap)" class="member-name-link">putAll(ReadOnlyStringMap)</a> - 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/StringMap.html#putAll(org.apache.logging.log4j.util.ReadOnlyStringMap)" class="member-name-link">putAll(ReadOnlyStringMap)</a> - 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><a href="org/apache/logging/log4j/spi/ObjectThreadContextMap.html#putAllValues(java.util.Map)" class="member-name-link">putAllValues(Map&lt;String, V&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.html#putIfAbsent(java.lang.String,org.apache.logging.log4j.message.MessageFactory,T)" class="member-name-link">putIfAbsent(String, MessageFactory, T)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.ConcurrentMapFactory.html#putIfAbsent(java.util.Map,java.lang.String,T)" class="member-name-link">putIfAbsent(Map&lt;String, T&gt;, String, T)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.MapFactory.html#putIfAbsent(java.util.Map,java.lang.String,T)" class="member-name-link">putIfAbsent(Map&lt;String, T&gt;, String, T)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#putIfAbsent(java.util.Map,java.lang.String,T)" class="member-name-link">putIfAbsent(Map&lt;String, T&gt;, String, T)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#putIfNull(java.lang.String,java.lang.String)" class="member-name-link">putIfNull(String, String)</a> - 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 if the key does not exist.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContext.html#putObject(java.lang.String,java.lang.Object)" class="member-name-link">putObject(String, Object)</a> - 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">Associates an object into the LoggerContext by name for later use.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContext.html#putObjectIfAbsent(java.lang.String,java.lang.Object)" class="member-name-link">putObjectIfAbsent(String, Object)</a> - 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">Associates an object into the LoggerContext by name for later use if an object is not already stored with that key.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#putValue(java.lang.String,java.lang.Object)" class="member-name-link">putValue(String, Object)</a> - 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/StringMap.html#putValue(java.lang.String,java.lang.Object)" class="member-name-link">putValue(String, Object)</a> - 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>
<dt><a href="org/apache/logging/log4j/spi/ObjectThreadContextMap.html#putValue(java.lang.String,V)" class="member-name-link">putValue(String, V)</a> - 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>
</dl>
<h2 class="title" id="I:Q">Q</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Strings.html#quote(java.lang.String)" class="member-name-link">quote(String)</a> - 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>
<dt><a href="org/apache/logging/log4j/util/Chars.html#QUOTE" class="member-name-link">QUOTE</a> - 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>
</dl>
<h2 class="title" id="I:R">R</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html" class="type-name-link" title="interface in org.apache.logging.log4j.util">ReadOnlyStringMap</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ReadOnlyThreadContextMap</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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_PREFIX" class="member-name-link">RECURSION_PREFIX</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_SUFFIX" class="member-name-link">RECURSION_SUFFIX</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#registerListener(org.apache.logging.log4j.status.StatusListener)" class="member-name-link">registerListener(StatusListener)</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#registry" class="member-name-link">registry</a> - 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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#release(org.apache.logging.log4j.message.Message)" class="member-name-link">release(Message)</a> - 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">Invokes <code>Clearable.clear()</code> when possible.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PropertiesUtil.html#reload()" class="member-name-link">reload()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#remove(java.lang.Object)" class="member-name-link">remove(Object)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#remove(java.lang.Object)" class="member-name-link">remove(Object)</a> - 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/MapMessage.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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><a href="org/apache/logging/log4j/spi/NoOpThreadContextMap.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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><a href="org/apache/logging/log4j/spi/ThreadContextMap.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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 context identified by the <code>key</code>
parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/ThreadContext.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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/StringMap.html#remove(java.lang.String)" class="member-name-link">remove(String)</a> - 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><a href="org/apache/logging/log4j/Marker.html#remove(org.apache.logging.log4j.Marker)" class="member-name-link">remove(Marker)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#remove(org.apache.logging.log4j.Marker)" class="member-name-link">remove(Marker)</a> - 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><a href="org/apache/logging/log4j/spi/CleanableThreadContextMap.html#removeAll(java.lang.Iterable)" class="member-name-link">removeAll(Iterable&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#removeAll(java.lang.Iterable)" class="member-name-link">removeAll(Iterable&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#removeAll(java.lang.Iterable)" class="member-name-link">removeAll(Iterable&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#removeAll(java.util.Collection)" class="member-name-link">removeAll(Collection&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#removeAll(java.util.Collection)" class="member-name-link">removeAll(Collection&lt;?&gt;)</a> - 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/simple/SimpleLoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">removeContext(LoggerContext)</a> - 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><a href="org/apache/logging/log4j/spi/LoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">removeContext(LoggerContext)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#removeListener(org.apache.logging.log4j.status.StatusListener)" class="member-name-link">removeListener(StatusListener)</a> - 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 the given listener.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContext.html#removeObject(java.lang.String)" class="member-name-link">removeObject(String)</a> - 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">Removes an object if it is present.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerContext.html#removeObject(java.lang.String,java.lang.Object)" class="member-name-link">removeObject(String, Object)</a> - 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">Removes an object if it is present and the provided object is stored.</div>
</dd>
<dt><a href="org/apache/logging/log4j/ThreadContext.html#removeStack()" class="member-name-link">removeStack()</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#repeat(java.lang.String,int)" class="member-name-link">repeat(String, int)</a> - 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">Creates a new string repeating given <code>str</code> <code>count</code> times.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#requiresLocation()" class="member-name-link">requiresLocation()</a> - Method in class org.apache.logging.log4j.spi.<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/message/StructuredDataId.html#RESERVED" class="member-name-link">RESERVED</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#reset()" class="member-name-link">reset()</a> - 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 event buffer, removes the <em>registered</em> (not the fallback one!) listeners, and resets the fallback listener.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LazyBoolean.html#reset()" class="member-name-link">reset()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/LazyBoolean.html" title="class in org.apache.logging.log4j.util">LazyBoolean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/FilteredObjectInputStream.html#resolveClass(java.io.ObjectStreamClass)" class="member-name-link">resolveClass(ObjectStreamClass)</a> - 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><a href="org/apache/logging/log4j/util/Timer.html#resume()" class="member-name-link">resume()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Resume the timer.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#retainAll(java.util.Collection)" class="member-name-link">retainAll(Collection&lt;?&gt;)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#retainAll(java.util.Collection)" class="member-name-link">retainAll(Collection&lt;?&gt;)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">ReusableMessage</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" class="type-name-link" title="class in org.apache.logging.log4j.message">ReusableMessageFactory</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><a href="org/apache/logging/log4j/message/ReusableMessageFactory.html#%3Cinit%3E()" class="member-name-link">ReusableMessageFactory()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">ReusableObjectMessage</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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#%3Cinit%3E()" class="member-name-link">ReusableObjectMessage()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">ReusableParameterizedMessage</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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#%3Cinit%3E()" class="member-name-link">ReusableParameterizedMessage()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">ReusableSimpleMessage</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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#%3Cinit%3E()" class="member-name-link">ReusableSimpleMessage()</a> - 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><a href="org/apache/logging/log4j/LogManager.html#ROOT_LOGGER_NAME" class="member-name-link">ROOT_LOGGER_NAME</a> - 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 is "".</div>
</dd>
</dl>
<h2 class="title" id="I:S">S</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/ServiceLoaderUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.util">ServiceLoaderUtil</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">This class should be considered internal.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#set(java.lang.CharSequence)" class="member-name-link">set(CharSequence)</a> - 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/ReusableObjectMessage.html#set(java.lang.Object)" class="member-name-link">set(Object)</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#set(java.lang.String)" class="member-name-link">set(String)</a> - 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/util/Lazy.html#set(T)" class="member-name-link">set(T)</a> - Method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Sets this lazy value to the provided value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/LazyBoolean.html#setAsBoolean(boolean)" class="member-name-link">setAsBoolean(boolean)</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/LazyBoolean.html" title="class in org.apache.logging.log4j.util">LazyBoolean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/BridgeAware.html#setEntryPoint(java.lang.String)" class="member-name-link">setEntryPoint(String)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/BridgeAware.html" title="interface in org.apache.logging.log4j">BridgeAware</a></dt>
<dd>
<div class="block">To set fully qualified class name of the entry point to the logging system.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#setFactory(org.apache.logging.log4j.spi.LoggerContextFactory)" class="member-name-link">setFactory(LoggerContextFactory)</a> - 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><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#setFilters(java.lang.String...)" class="member-name-link">setFilters(String...)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">This method is ineffective and only kept for binary backward compatibility.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#setId(java.lang.String)" class="member-name-link">setId(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#setId(org.apache.logging.log4j.message.StructuredDataId)" class="member-name-link">setId(StructuredDataId)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#setLevel(org.apache.logging.log4j.Level)" class="member-name-link">setLevel(Level)</a> - 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><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#setLevel(org.apache.logging.log4j.Level)" class="member-name-link">setLevel(Level)</a> - 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><a href="org/apache/logging/log4j/status/StatusLogger.html#setLevel(org.apache.logging.log4j.Level)" class="member-name-link">setLevel(Level)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Instead use the <a href="org/apache/logging/log4j/status/StatusConsoleListener.html#setLevel(org.apache.logging.log4j.Level)"><code>setLevel(Level)</code></a> method on the fallback listener returned by <a href="org/apache/logging/log4j/status/StatusLogger.html#getFallbackListener()"><code>StatusLogger.getFallbackListener()</code></a>.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusLogger.html#setLogger(org.apache.logging.log4j.status.StatusLogger)" class="member-name-link">setLogger(StatusLogger)</a> - 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">Sets the static (i.e., singleton) instance returned by <a href="org/apache/logging/log4j/status/StatusLogger.html#getLogger()"><code>StatusLogger.getLogger()</code></a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/LocalizedMessage.html#setLoggerName(java.lang.String)" class="member-name-link">setLoggerName(String)</a> - 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><a href="org/apache/logging/log4j/message/LoggerNameAwareMessage.html#setLoggerName(java.lang.String)" class="member-name-link">setLoggerName(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#setMessageFormat(java.lang.String)" class="member-name-link">setMessageFormat(String)</a> - 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><a href="org/apache/logging/log4j/Marker.html#setParents(org.apache.logging.log4j.Marker...)" class="member-name-link">setParents(Marker...)</a> - 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><a href="org/apache/logging/log4j/MarkerManager.Log4jMarker.html#setParents(org.apache.logging.log4j.Marker...)" class="member-name-link">setParents(Marker...)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#setStack(java.util.Collection)" class="member-name-link">setStack(Collection&lt;String&gt;)</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#setStream(java.io.PrintStream)" class="member-name-link">setStream(PrintStream)</a> - 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><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#setStream(java.io.PrintStream)" class="member-name-link">setStream(PrintStream)</a> - 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 output stream to a new value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#setType(java.lang.String)" class="member-name-link">setType(String)</a> - 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><a href="org/apache/logging/log4j/LogManager.html#shutdown()" class="member-name-link">shutdown()</a> - 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><a href="org/apache/logging/log4j/LogManager.html#shutdown(boolean)" class="member-name-link">shutdown(boolean)</a> - 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/LogManager.html#shutdown(boolean,boolean)" class="member-name-link">shutdown(boolean, boolean)</a> - 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/spi/LoggerContextFactory.html#shutdown(java.lang.String,java.lang.ClassLoader,boolean,boolean)" class="member-name-link">shutdown(String, ClassLoader, boolean, boolean)</a> - 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">Shuts down the LoggerContext.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogManager.html#shutdown(org.apache.logging.log4j.spi.LoggerContext)" class="member-name-link">shutdown(LoggerContext)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.simple">SimpleLogger</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><a href="org/apache/logging/log4j/simple/SimpleLogger.html#%3Cinit%3E(java.lang.String,org.apache.logging.log4j.Level,boolean,boolean,boolean,boolean,java.lang.String,org.apache.logging.log4j.message.MessageFactory,org.apache.logging.log4j.util.PropertiesUtil,java.io.PrintStream)" class="member-name-link">SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.simple">SimpleLoggerContext</a> - Class in <a href="org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a></dt>
<dd>
<div class="block">A simple <a href="org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><code>LoggerContext</code></a> implementation.</div>
</dd>
<dt><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#%3Cinit%3E()" class="member-name-link">SimpleLoggerContext()</a> - 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>
<div class="block">Constructs a new initialized instance.</div>
</dd>
<dt><a href="org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.simple">SimpleLoggerContextFactory</a> - Class in <a href="org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</a></dt>
<dd>
<div class="block">Simple and stateless <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/simple/SimpleLoggerContextFactory.html#%3Cinit%3E()" class="member-name-link">SimpleLoggerContextFactory()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">SimpleMessage</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><a href="org/apache/logging/log4j/message/SimpleMessage.html#%3Cinit%3E()" class="member-name-link">SimpleMessage()</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessage.html#%3Cinit%3E(java.lang.CharSequence)" class="member-name-link">SimpleMessage(CharSequence)</a> - 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/SimpleMessage.html#%3Cinit%3E(java.lang.String)" class="member-name-link">SimpleMessage(String)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">SimpleMessageFactory</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><a href="org/apache/logging/log4j/message/SimpleMessageFactory.html#%3Cinit%3E()" class="member-name-link">SimpleMessageFactory()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#size()" class="member-name-link">size()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#size()" class="member-name-link">size()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#size()" class="member-name-link">size()</a> - 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/util/ReadOnlyStringMap.html#size()" class="member-name-link">size()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#size()" class="member-name-link">size()</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">SortedArrayStringMap</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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#%3Cinit%3E()" class="member-name-link">SortedArrayStringMap()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#%3Cinit%3E(int)" class="member-name-link">SortedArrayStringMap(int)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#%3Cinit%3E(java.util.Map)" class="member-name-link">SortedArrayStringMap(Map&lt;String, ?&gt;)</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#%3Cinit%3E(org.apache.logging.log4j.util.ReadOnlyStringMap)" class="member-name-link">SortedArrayStringMap(ReadOnlyStringMap)</a> - 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><a href="org/apache/logging/log4j/util/Chars.html#SPACE" class="member-name-link">SPACE</a> - 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/Strings.html#splitList(java.lang.String)" class="member-name-link">splitList(String)</a> - 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>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/StackLocator.html" class="type-name-link" title="class in org.apache.logging.log4j.util">StackLocator</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" class="type-name-link" title="class in org.apache.logging.log4j.util">StackLocatorUtil</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" class="type-name-link" title="enum in org.apache.logging.log4j.spi">StandardLevel</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><a href="org/apache/logging/log4j/util/Timer.html#start()" class="member-name-link">start()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Start the timer.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Activator.html#start(org.osgi.framework.BundleContext)" class="member-name-link">start(BundleContext)</a> - 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/ProviderActivator.html#start(org.osgi.framework.BundleContext)" class="member-name-link">start(BundleContext)</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ProviderActivator.html" title="class in org.apache.logging.log4j.util">ProviderActivator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.Status.html#Started" class="member-name-link">Started</a> - Enum constant in enum org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.Status.html" title="enum in org.apache.logging.log4j.util">Timer.Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#startOrResume()" class="member-name-link">startOrResume()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/status/StatusLogger.html#STATUS_DATE_FORMAT" class="member-name-link">STATUS_DATE_FORMAT</a> - 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">The name of the system property that can be configured with a <a href="https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html" title="class or interface in java.time.format" class="external-link"><code>DateTimeFormatter</code></a> pattern that will be used while formatting the created <a href="org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status"><code>StatusData</code></a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusConsoleListener.html" class="type-name-link" title="class in org.apache.logging.log4j.status">StatusConsoleListener</a> - Class in <a href="org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">A <a href="org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status"><code>StatusListener</code></a> that writes to the console.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#%3Cinit%3E(org.apache.logging.log4j.Level)" class="member-name-link">StatusConsoleListener(Level)</a> - 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">Constructs a <a href="org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status"><code>StatusConsoleListener</code></a> instance writing to <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#out" title="class or interface in java.lang" class="external-link"><code>System.out</code></a> using the supplied level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusConsoleListener.html#%3Cinit%3E(org.apache.logging.log4j.Level,java.io.PrintStream)" class="member-name-link">StatusConsoleListener(Level, PrintStream)</a> - 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">Constructs a <a href="org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status"><code>StatusConsoleListener</code></a> instance using the supplied level and stream.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusData.html" class="type-name-link" title="class in org.apache.logging.log4j.status">StatusData</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><a href="org/apache/logging/log4j/status/StatusData.html#%3Cinit%3E(java.lang.StackTraceElement,org.apache.logging.log4j.Level,org.apache.logging.log4j.message.Message,java.lang.Throwable,java.lang.String)" class="member-name-link">StatusData(StackTraceElement, Level, Message, Throwable, String)</a> - 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">Constructs the instance using given properties.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusListener.html" class="type-name-link" title="interface in org.apache.logging.log4j.status">StatusListener</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" class="type-name-link" title="class in org.apache.logging.log4j.status">StatusLogger</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><a href="org/apache/logging/log4j/status/StatusLogger.html#%3Cinit%3E(java.lang.String,org.apache.logging.log4j.message.MessageFactory,org.apache.logging.log4j.status.StatusLogger.Config,org.apache.logging.log4j.status.StatusConsoleListener)" class="member-name-link">StatusLogger(String, MessageFactory, StatusLogger.Config, StatusConsoleListener)</a> - Constructor for 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">Constructs an instance using given properties.</div>
</dd>
<dt><a href="org/apache/logging/log4j/status/StatusLogger.Config.html" class="type-name-link" title="class in org.apache.logging.log4j.status">StatusLogger.Config</a> - Class in <a href="org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</a></dt>
<dd>
<div class="block">Holder for user-provided <a href="org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status"><code>StatusLogger</code></a> configurations.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#stop()" class="member-name-link">stop()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Stop the timer.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Activator.html#stop(org.osgi.framework.BundleContext)" class="member-name-link">stop(BundleContext)</a> - 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/ProviderActivator.html#stop(org.osgi.framework.BundleContext)" class="member-name-link">stop(BundleContext)</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/ProviderActivator.html" title="class in org.apache.logging.log4j.util">ProviderActivator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.Status.html#Stopped" class="member-name-link">Stopped</a> - Enum constant in enum org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.Status.html" title="enum in org.apache.logging.log4j.util">Timer.Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/util/StringBuilderFormattable.html" class="type-name-link" title="interface in org.apache.logging.log4j.util">StringBuilderFormattable</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" class="type-name-link" title="class in org.apache.logging.log4j.util">StringBuilders</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" class="type-name-link" title="class in org.apache.logging.log4j.message">StringFormattedMessage</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/8/docs/api/java/util/Formatter.html" title="class or interface in java.util" class="external-link"><code>Formatter</code></a>.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StringFormattedMessage.html#%3Cinit%3E(java.lang.String,java.lang.Object...)" class="member-name-link">StringFormattedMessage(String, Object...)</a> - 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/StringFormattedMessage.html#%3Cinit%3E(java.util.Locale,java.lang.String,java.lang.Object...)" class="member-name-link">StringFormattedMessage(Locale, String, Object...)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">StringFormatterMessageFactory</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><a href="org/apache/logging/log4j/message/StringFormatterMessageFactory.html#%3Cinit%3E()" class="member-name-link">StringFormatterMessageFactory()</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.util">StringMap</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" class="type-name-link" title="class in org.apache.logging.log4j.message">StringMapMessage</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/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link"><code>String</code></a>-only values.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StringMapMessage.html#%3Cinit%3E()" class="member-name-link">StringMapMessage()</a> - 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><a href="org/apache/logging/log4j/message/StringMapMessage.html#%3Cinit%3E(int)" class="member-name-link">StringMapMessage(int)</a> - 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><a href="org/apache/logging/log4j/message/StringMapMessage.html#%3Cinit%3E(java.util.Map)" class="member-name-link">StringMapMessage(Map&lt;String, String&gt;)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">Strings</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" class="type-name-link" title="class in org.apache.logging.log4j.message">StructuredDataCollectionMessage</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><a href="org/apache/logging/log4j/message/StructuredDataCollectionMessage.html#%3Cinit%3E(java.util.List)" class="member-name-link">StructuredDataCollectionMessage(List&lt;StructuredDataMessage&gt;)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">StructuredDataId</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><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String)" class="member-name-link">StructuredDataId(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,int)" class="member-name-link">StructuredDataId(String, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,int,java.lang.String%5B%5D,java.lang.String%5B%5D)" class="member-name-link">StructuredDataId(String, int, String[], String[])</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D)"><code>StructuredDataId(String, String, String[], String[])</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,int,java.lang.String%5B%5D,java.lang.String%5B%5D,int)" class="member-name-link">StructuredDataId(String, int, String[], String[], int)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Use <a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D,int)"><code>StructuredDataId(String, String, String[], String[], int)</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D)" class="member-name-link">StructuredDataId(String, String[], String[])</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D,int)" class="member-name-link">StructuredDataId(String, String[], String[], int)</a> - 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/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D)" class="member-name-link">StructuredDataId(String, String, String[], String[])</a> - 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/StructuredDataId.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String%5B%5D,java.lang.String%5B%5D,int)" class="member-name-link">StructuredDataId(String, String, String[], String[], int)</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.message">StructuredDataMessage</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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E()" class="member-name-link">StructuredDataMessage()</a> - 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.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">StructuredDataMessage(String, String, String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,int)" class="member-name-link">StructuredDataMessage(String, String, String, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.Map)" class="member-name-link">StructuredDataMessage(String, String, String, Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.Map,int)" class="member-name-link">StructuredDataMessage(String, String, String, Map&lt;String, String&gt;, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(org.apache.logging.log4j.message.StructuredDataId,java.lang.String,java.lang.String)" class="member-name-link">StructuredDataMessage(StructuredDataId, String, String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(org.apache.logging.log4j.message.StructuredDataId,java.lang.String,java.lang.String,int)" class="member-name-link">StructuredDataMessage(StructuredDataId, String, String, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(org.apache.logging.log4j.message.StructuredDataId,java.lang.String,java.lang.String,java.util.Map)" class="member-name-link">StructuredDataMessage(StructuredDataId, String, String, Map&lt;String, String&gt;)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#%3Cinit%3E(org.apache.logging.log4j.message.StructuredDataId,java.lang.String,java.lang.String,java.util.Map,int)" class="member-name-link">StructuredDataMessage(StructuredDataId, String, String, Map&lt;String, String&gt;, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.Format.html" class="type-name-link" title="enum in org.apache.logging.log4j.message">StructuredDataMessage.Format</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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#subSequence(int,int)" class="member-name-link">subSequence(int, int)</a> - 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/SimpleMessage.html#subSequence(int,int)" class="member-name-link">subSequence(int, int)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.util">Supplier</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="deprecation-block"><span class="deprecated-label">Deprecated.</span></div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableMessage.html#swapParameters(java.lang.Object%5B%5D)" class="member-name-link">swapParameters(Object[])</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#swapParameters(java.lang.Object%5B%5D)" class="member-name-link">swapParameters(Object[])</a> - 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 has exactly one parameter (the object), so returns it as the first parameter in the array.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#swapParameters(java.lang.Object%5B%5D)" class="member-name-link">swapParameters(Object[])</a> - 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><a href="org/apache/logging/log4j/message/ReusableSimpleMessage.html#swapParameters(java.lang.Object%5B%5D)" class="member-name-link">swapParameters(Object[])</a> - 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><a href="org/apache/logging/log4j/simple/SimpleLoggerContext.html#SYSTEM_PREFIX" class="member-name-link">SYSTEM_PREFIX</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j.util">SystemPropertiesPropertySource</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><a href="org/apache/logging/log4j/util/SystemPropertiesPropertySource.html#%3Cinit%3E()" class="member-name-link">SystemPropertiesPropertySource()</a> - 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>
<h2 class="title" id="I:T">T</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Chars.html#TAB" class="member-name-link">TAB</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">Terminable</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><a href="org/apache/logging/log4j/spi/Terminable.html#terminate()" class="member-name-link">terminate()</a> - 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><a href="org/apache/logging/log4j/spi/Provider.html#THREAD_CONTEXT_MAP" class="member-name-link">THREAD_CONTEXT_MAP</a> - 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" class="type-name-link" title="class in org.apache.logging.log4j">ThreadContext</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" class="type-name-link" title="interface in org.apache.logging.log4j">ThreadContext.ContextStack</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ThreadContextMap</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ThreadContextMap2</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" class="type-name-link" title="class in org.apache.logging.log4j.spi">ThreadContextMapFactory</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" class="type-name-link" title="interface in org.apache.logging.log4j.spi">ThreadContextStack</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" class="type-name-link" title="class in org.apache.logging.log4j.message">ThreadDumpMessage</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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#%3Cinit%3E(java.lang.String)" class="member-name-link">ThreadDumpMessage(String)</a> - 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" class="type-name-link" title="interface in org.apache.logging.log4j.message">ThreadDumpMessage.ThreadInfoFactory</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" class="type-name-link" title="interface in org.apache.logging.log4j.message">ThreadInformation</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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#throwing(java.lang.String,org.apache.logging.log4j.Level,T)" class="member-name-link">throwing(String, Level, T)</a> - Method in class org.apache.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><a href="org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level,T)" class="member-name-link">throwing(Level, T)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> to be thrown.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#throwing(org.apache.logging.log4j.Level,T)" class="member-name-link">throwing(Level, T)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#throwing(T)" class="member-name-link">throwing(T)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</a></dt>
<dd>
<div class="block">Logs a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> to be thrown at the <a href="org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#throwing(T)" class="member-name-link">throwing(T)</a> - Method in class org.apache.logging.log4j.spi.<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/AbstractLogger.html#THROWING_MARKER" class="member-name-link">THROWING_MARKER</a> - 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#throwingMsg(java.lang.Throwable)" class="member-name-link">throwingMsg(Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/message/StructuredDataId.html#TIME_QUALITY" class="member-name-link">TIME_QUALITY</a> - 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/util/Timer.html" class="type-name-link" title="class in org.apache.logging.log4j.util">Timer</a> - Class in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>
<div class="block">Primarily used in unit tests, but can be used to track elapsed time for a request or portion of any other operation
so long as all the timer methods are called on the same thread in which it was started.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#%3Cinit%3E(java.lang.String)" class="member-name-link">Timer(String)</a> - Constructor for class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.html#%3Cinit%3E(java.lang.String,int)" class="member-name-link">Timer(String, int)</a> - Constructor for class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Timer.Status.html" class="type-name-link" title="enum in org.apache.logging.log4j.util">Timer.Status</a> - Enum in <a href="org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/logging/log4j/message/TimestampMessage.html" class="type-name-link" title="interface in org.apache.logging.log4j.message">TimestampMessage</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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toArray()" class="member-name-link">toArray()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray()" class="member-name-link">toArray()</a> - 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/spi/DefaultThreadContextStack.html#toArray(T%5B%5D)" class="member-name-link">toArray(T[])</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray(T%5B%5D)" class="member-name-link">toArray(T[])</a> - 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/util/PropertySource.Util.html#tokenize(java.lang.CharSequence)" class="member-name-link">tokenize(CharSequence)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#toKey(java.lang.String)" class="member-name-link">toKey(String)</a> - 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">Allows subclasses to change a candidate key to an actual key.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#toLevel(java.lang.String)" class="member-name-link">toLevel(String)</a> - 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><a href="org/apache/logging/log4j/Level.html#toLevel(java.lang.String,org.apache.logging.log4j.Level)" class="member-name-link">toLevel(String, Level)</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#toMap()" class="member-name-link">toMap()</a> - 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><a href="org/apache/logging/log4j/util/ReadOnlyStringMap.html#toMap()" class="member-name-link">toMap()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#toMap()" class="member-name-link">toMap()</a> - 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/Strings.html#toRootLowerCase(java.lang.String)" class="member-name-link">toRootLowerCase(String)</a> - 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">Shorthand for <code>str.toLowerCase(Locale.ROOT);</code></div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Strings.html#toRootUpperCase(java.lang.String)" class="member-name-link">toRootUpperCase(String)</a> - 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">Shorthand for <code>str.toUpperCase(Locale.ROOT);</code></div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#toString()" class="member-name-link">toString()</a> - 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/MarkerManager.Log4jMarker.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/FormattedMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/LocalizedMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/MessageFormatMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ObjectArrayMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ObjectMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ParameterizedMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ReusableObjectMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ReusableParameterizedMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/SimpleMessage.html#toString()" class="member-name-link">toString()</a> - 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/message/StringFormattedMessage.html#toString()" class="member-name-link">toString()</a> - 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/StructuredDataId.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextMap.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#toString()" class="member-name-link">toString()</a> - 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/spi/Provider.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/status/StatusData.html#toString()" class="member-name-link">toString()</a> - 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><a href="org/apache/logging/log4j/util/SortedArrayStringMap.html#toString()" class="member-name-link">toString()</a> - 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/Timer.html#toString()" class="member-name-link">toString()</a> - Method in class org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.html" title="class in org.apache.logging.log4j.util">Timer</a></dt>
<dd>
<div class="block">Returns the String representation of the timer based upon its current state</div>
</dd>
<dt><a href="org/apache/logging/log4j/Logger.html#trace(java.lang.CharSequence)" class="member-name-link">trace(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.CharSequence)" class="member-name-link">trace(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">trace(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">trace(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.Object)" class="member-name-link">trace(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object)" class="member-name-link">trace(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.Object,java.lang.Throwable)" class="member-name-link">trace(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object,java.lang.Throwable)" class="member-name-link">trace(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String)" class="member-name-link">trace(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String)" class="member-name-link">trace(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object)" class="member-name-link">trace(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object)" class="member-name-link">trace(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object...)" class="member-name-link">trace(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object...)" class="member-name-link">trace(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,java.lang.Throwable)" class="member-name-link">trace(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,java.lang.Throwable)" class="member-name-link">trace(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">trace(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">trace(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">trace(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">trace(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">trace(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">trace(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">trace(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">trace(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">trace(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">trace(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">trace(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">trace(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">trace(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">trace(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">trace(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">trace(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">trace(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">trace(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">trace(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">trace(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">trace(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">trace(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">trace(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">trace(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">trace(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">trace(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">trace(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">trace(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">trace(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">trace(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">trace(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">trace(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">trace(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.message.Message)" class="member-name-link">trace(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message)" class="member-name-link">trace(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">trace(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">trace(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">trace(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">trace(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">trace(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">trace(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.util.Supplier)" class="member-name-link">trace(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.Supplier)" class="member-name-link">trace(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#trace(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">trace(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">trace(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#TRACE" class="member-name-link">TRACE</a> - Enum constant 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">A fine-grained debug message, typically capturing the flow through the application.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#TRACE" class="member-name-link">TRACE</a> - 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><a href="org/apache/logging/log4j/Logger.html#traceEntry()" class="member-name-link">traceEntry()</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry()" class="member-name-link">traceEntry()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceEntry(java.lang.String,java.lang.Object...)" class="member-name-link">traceEntry(String, Object...)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(java.lang.String,java.lang.Object...)" class="member-name-link">traceEntry(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceEntry(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">traceEntry(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">traceEntry(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceEntry(org.apache.logging.log4j.message.Message)" class="member-name-link">traceEntry(Message)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(org.apache.logging.log4j.message.Message)" class="member-name-link">traceEntry(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceEntry(org.apache.logging.log4j.util.Supplier...)" class="member-name-link">traceEntry(Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceEntry(org.apache.logging.log4j.util.Supplier...)" class="member-name-link">traceEntry(Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit()" class="member-name-link">traceExit()</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit()" class="member-name-link">traceExit()</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit(java.lang.String,R)" class="member-name-link">traceExit(String, R)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(java.lang.String,R)" class="member-name-link">traceExit(String, R)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit(org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">traceExit(EntryMessage)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.EntryMessage)" class="member-name-link">traceExit(EntryMessage)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit(org.apache.logging.log4j.message.EntryMessage,R)" class="member-name-link">traceExit(EntryMessage, R)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.EntryMessage,R)" class="member-name-link">traceExit(EntryMessage, R)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit(org.apache.logging.log4j.message.Message,R)" class="member-name-link">traceExit(Message, R)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(org.apache.logging.log4j.message.Message,R)" class="member-name-link">traceExit(Message, R)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#traceExit(R)" class="member-name-link">traceExit(R)</a> - Method in interface org.apache.logging.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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#traceExit(R)" class="member-name-link">traceExit(R)</a> - Method in class org.apache.logging.log4j.spi.<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" class="type-name-link" title="interface in org.apache.logging.log4j.util">TriConsumer</a>&lt;<a href="org/apache/logging/log4j/util/TriConsumer.html" title="type parameter in TriConsumer">K</a>,<wbr><a href="org/apache/logging/log4j/util/TriConsumer.html" title="type parameter in TriConsumer">V</a>,<wbr><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><a href="org/apache/logging/log4j/spi/DefaultThreadContextStack.html#trim(int)" class="member-name-link">trim(int)</a> - 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><a href="org/apache/logging/log4j/spi/MutableThreadContextStack.html#trim(int)" class="member-name-link">trim(int)</a> - 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/ThreadContext.ContextStack.html#trim(int)" class="member-name-link">trim(int)</a> - 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><a href="org/apache/logging/log4j/ThreadContext.html#trim(int)" class="member-name-link">trim(int)</a> - 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><a href="org/apache/logging/log4j/util/StringBuilders.html#trimToMaxSize(java.lang.StringBuilder,int)" class="member-name-link">trimToMaxSize(StringBuilder, int)</a> - 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><a href="org/apache/logging/log4j/util/Strings.html#trimToNull(java.lang.String)" class="member-name-link">trimToNull(String)</a> - 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>
<h2 class="title" id="I:U">U</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/util/Unbox.html" class="type-name-link" title="class in org.apache.logging.log4j.util">Unbox</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><a href="org/apache/logging/log4j/status/StatusLogger.html#updateListenerLevel(org.apache.logging.log4j.Level)" class="member-name-link">updateListenerLevel(Level)</a> - 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="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Instead use the <a href="org/apache/logging/log4j/status/StatusConsoleListener.html#setLevel(org.apache.logging.log4j.Level)"><code>setLevel(Level)</code></a> method on the fallback listener returned by <a href="org/apache/logging/log4j/status/StatusLogger.html#getFallbackListener()"><code>StatusLogger.getFallbackListener()</code></a>.</div>
</div>
</dd>
</dl>
<h2 class="title" id="I:V">V</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,boolean)" class="member-name-link">validate(String, boolean)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,boolean)" class="member-name-link">validate(String, boolean)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,byte)" class="member-name-link">validate(String, byte)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,byte)" class="member-name-link">validate(String, byte)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,char)" class="member-name-link">validate(String, char)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,char)" class="member-name-link">validate(String, char)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,double)" class="member-name-link">validate(String, double)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,double)" class="member-name-link">validate(String, double)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,float)" class="member-name-link">validate(String, float)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,float)" class="member-name-link">validate(String, float)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,int)" class="member-name-link">validate(String, int)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,int)" class="member-name-link">validate(String, int)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,long)" class="member-name-link">validate(String, long)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,long)" class="member-name-link">validate(String, long)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,short)" class="member-name-link">validate(String, short)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,short)" class="member-name-link">validate(String, short)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,java.lang.Object)" class="member-name-link">validate(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,java.lang.Object)" class="member-name-link">validate(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String,java.lang.String)" class="member-name-link">validate(String, String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String,java.lang.String)" class="member-name-link">validate(String, String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.html#validateKey(java.lang.String)" class="member-name-link">validateKey(String)</a> - 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><a href="org/apache/logging/log4j/util/Lazy.html#value()" class="member-name-link">value()</a> - Method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Returns the value held by this lazy.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/PerformanceSensitive.html#value()" class="member-name-link">value()</a> - Element in annotation type org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/PerformanceSensitive.html" title="annotation in org.apache.logging.log4j.util">PerformanceSensitive</a></dt>
<dd>
<div class="block">Description of why this is written the way it is.</div>
</dd>
<dt><a href="org/apache/logging/log4j/util/Lazy.html#value(T)" class="member-name-link">value(T)</a> - Static method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Creates a lazy value using the provided constant value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#valueOf(java.lang.Class,java.lang.String)" class="member-name-link">valueOf(Class&lt;T&gt;, String)</a> - 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><a href="org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class,java.lang.String)" class="member-name-link">valueOf(Class&lt;T&gt;, String)</a> - 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><a href="org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class,java.lang.String,T)" class="member-name-link">valueOf(Class&lt;T&gt;, String, T)</a> - 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><a href="org/apache/logging/log4j/Level.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.Format.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - 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><a href="org/apache/logging/log4j/spi/StandardLevel.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - 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><a href="org/apache/logging/log4j/util/Timer.Status.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.Status.html" title="enum in org.apache.logging.log4j.util">Timer.Status</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#values()" class="member-name-link">values()</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#values()" class="member-name-link">values()</a> - 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><a href="org/apache/logging/log4j/message/StructuredDataMessage.Format.html#values()" class="member-name-link">values()</a> - 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><a href="org/apache/logging/log4j/spi/StandardLevel.html#values()" class="member-name-link">values()</a> - 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>
<dt><a href="org/apache/logging/log4j/util/Timer.Status.html#values()" class="member-name-link">values()</a> - Static method in enum org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Timer.Status.html" title="enum in org.apache.logging.log4j.util">Timer.Status</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>
<h2 class="title" id="I:W">W</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/Logger.html#warn(java.lang.CharSequence)" class="member-name-link">warn(CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.CharSequence)" class="member-name-link">warn(CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">warn(CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">warn(CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.Object)" class="member-name-link">warn(Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object)" class="member-name-link">warn(Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.Object,java.lang.Throwable)" class="member-name-link">warn(Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object,java.lang.Throwable)" class="member-name-link">warn(Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String)" class="member-name-link">warn(String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String)" class="member-name-link">warn(String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object)" class="member-name-link">warn(String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object)" class="member-name-link">warn(String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object...)" class="member-name-link">warn(String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object...)" class="member-name-link">warn(String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,java.lang.Throwable)" class="member-name-link">warn(String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,java.lang.Throwable)" class="member-name-link">warn(String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">warn(String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">warn(String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">warn(Marker, CharSequence)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.CharSequence)" class="member-name-link">warn(Marker, CharSequence)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">warn(Marker, CharSequence, Throwable)</a> - Method in interface org.apache.logging.log4j.<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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.CharSequence,java.lang.Throwable)" class="member-name-link">warn(Marker, CharSequence, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">warn(Marker, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.Object)" class="member-name-link">warn(Marker, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">warn(Marker, Object, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.Object,java.lang.Throwable)" class="member-name-link">warn(Marker, Object, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">warn(Marker, String)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String)" class="member-name-link">warn(Marker, String)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">warn(Marker, String, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object)" class="member-name-link">warn(Marker, String, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">warn(Marker, String, Object...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object...)" class="member-name-link">warn(Marker, String, Object...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)" class="member-name-link">warn(Marker, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">warn(Marker, String, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>
<code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,java.lang.Throwable)" class="member-name-link">warn(Marker, String, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">warn(Marker, String, Supplier&lt;?&gt;...)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,java.lang.String,org.apache.logging.log4j.util.Supplier...)" class="member-name-link">warn(Marker, String, Supplier&lt;?&gt;...)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">warn(Marker, Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message)" class="member-name-link">warn(Marker, Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">warn(Marker, Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">warn(Marker, Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">warn(Marker, MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">warn(Marker, MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">warn(Marker, MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">warn(Marker, MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">warn(Marker, Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier)" class="member-name-link">warn(Marker, Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">warn(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker,org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">warn(Marker, Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.message.Message)" class="member-name-link">warn(Message)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message)" class="member-name-link">warn(Message)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">warn(Message, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message,java.lang.Throwable)" class="member-name-link">warn(Message, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">warn(MessageSupplier)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.MessageSupplier)" class="member-name-link">warn(MessageSupplier)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">warn(MessageSupplier, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.MessageSupplier,java.lang.Throwable)" class="member-name-link">warn(MessageSupplier, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.util.Supplier)" class="member-name-link">warn(Supplier&lt;?&gt;)</a> - Method in interface org.apache.logging.log4j.<a 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><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.Supplier)" class="member-name-link">warn(Supplier&lt;?&gt;)</a> - Method in class org.apache.logging.log4j.spi.<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/Logger.html#warn(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">warn(Supplier&lt;?&gt;, Throwable)</a> - Method in interface org.apache.logging.log4j.<a 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/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a> <code>throwable</code> passed as parameter.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.util.Supplier,java.lang.Throwable)" class="member-name-link">warn(Supplier&lt;?&gt;, Throwable)</a> - Method in class org.apache.logging.log4j.spi.<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/StandardLevel.html#WARN" class="member-name-link">WARN</a> - Enum constant 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">An event that might possible lead to an error.</div>
</dd>
<dt><a href="org/apache/logging/log4j/Level.html#WARN" class="member-name-link">WARN</a> - 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><a href="org/apache/logging/log4j/util/Lazy.html#weak(T)" class="member-name-link">weak(T)</a> - Static method in interface org.apache.logging.log4j.util.<a href="org/apache/logging/log4j/util/Lazy.html" title="interface in org.apache.logging.log4j.util">Lazy</a></dt>
<dd>
<div class="block">Creates a lazy value using a weak reference to the provided value.</div>
</dd>
<dt><a href="org/apache/logging/log4j/spi/LoggerRegistry.WeakMapFactory.html#%3Cinit%3E()" class="member-name-link">WeakMapFactory()</a> - 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/message/MapMessage.html#with(java.lang.String,boolean)" class="member-name-link">with(String, boolean)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,byte)" class="member-name-link">with(String, byte)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,char)" class="member-name-link">with(String, char)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,double)" class="member-name-link">with(String, double)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,float)" class="member-name-link">with(String, float)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,int)" class="member-name-link">with(String, int)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,long)" class="member-name-link">with(String, long)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,short)" class="member-name-link">with(String, short)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,java.lang.Object)" class="member-name-link">with(String, Object)</a> - 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><a href="org/apache/logging/log4j/message/MapMessage.html#with(java.lang.String,java.lang.String)" class="member-name-link">with(String, String)</a> - 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><a href="org/apache/logging/log4j/LogBuilder.html#withLocation()" class="member-name-link">withLocation()</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">An implementation will calculate the caller's stack frame and include it in the log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#withLocation(java.lang.StackTraceElement)" class="member-name-link">withLocation(StackTraceElement)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Adds the specified stack trace element to the log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#withMarker(org.apache.logging.log4j.Marker)" class="member-name-link">withMarker(Marker)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Includes a Marker in the log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/LogBuilder.html#withThrowable(java.lang.Throwable)" class="member-name-link">withThrowable(Throwable)</a> - Method in interface org.apache.logging.log4j.<a href="org/apache/logging/log4j/LogBuilder.html" title="interface in org.apache.logging.log4j">LogBuilder</a></dt>
<dd>
<div class="block">Includes a Throwable in the log event.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/ThreadDumpMessage.html#writeReplace()" class="member-name-link">writeReplace()</a> - 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>
<h2 class="title" id="I:X">X</h2>
<dl class="index">
<dt><a href="org/apache/logging/log4j/message/MapMessage.MapFormat.html#XML" class="member-name-link">XML</a> - Enum constant 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">The map should be formatted as XML.</div>
</dd>
<dt><a href="org/apache/logging/log4j/message/StructuredDataMessage.Format.html#XML" class="member-name-link">XML</a> - Enum constant 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">The map should be formatted as XML.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:X">X</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized&nbsp;Form</a></main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small><p align="center"> Copyright &copy; 1999-2024 <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>
</footer>
</div>
</div>
</body>
</html>