blob: ea17bf2313aa7a6ad02a517a6900f60fe22395c3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Sun May 10 14:38:54 MST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Index (Apache Log4j API 2.3 API)
</TITLE>
<META NAME="date" CONTENT="2015-05-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Log4j API 2.3 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi"><B>AbstractLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Base implementation of a Logger.<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger()"><B>AbstractLogger()</B></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>
<DD>Creates a new logger named after this class (or subclass).
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger(java.lang.String)"><B>AbstractLogger(String)</B></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>
<DD>Creates a new named logger.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#AbstractLogger(java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>AbstractLogger(String, MessageFactory)</B></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>
<DD>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>.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html" title="class in org.apache.logging.log4j.spi"><B>AbstractLoggerAdapter</B></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><DD>Provides an abstract base class to use for implementing LoggerAdapter.<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#AbstractLoggerAdapter()"><B>AbstractLoggerAdapter()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/AbstractMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>AbstractMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Provides an abstract superclass for MessageFactory implementations with default implementations.<DT><A HREF="./org/apache/logging/log4j/message/AbstractMessageFactory.html#AbstractMessageFactory()"><B>AbstractMessageFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Activator.html" title="class in org.apache.logging.log4j.util"><B>Activator</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD>OSGi bundle activator.<DT><A HREF="./org/apache/logging/log4j/util/Activator.html#Activator()"><B>Activator()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#add(java.lang.String)"><B>add(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#add(java.lang.String)"><B>add(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#addAll(java.util.Collection)"><B>addAll(Collection&lt;? extends String&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#addAll(java.util.Collection)"><B>addAll(Collection&lt;? extends String&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Marker.html#addParents(org.apache.logging.log4j.Marker...)"><B>addParents(Marker...)</B></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>
<DD>Adds a Marker as a parent to this Marker.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#addParents(org.apache.logging.log4j.Marker...)"><B>addParents(Marker...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#ALL"><B>ALL</B></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>
<DD>All events should be logged.
<DT><A HREF="./org/apache/logging/log4j/util/StringBuilders.html#appendDqValue(java.lang.StringBuilder, java.lang.Object)"><B>appendDqValue(StringBuilder, Object)</B></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>
<DD>Appends in the following format: double quoted value.
<DT><A HREF="./org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder, java.util.Map.Entry)"><B>appendKeyDqValue(StringBuilder, Map.Entry&lt;String, String&gt;)</B></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>
<DD>Appends in the following format: key=double quoted value.
<DT><A HREF="./org/apache/logging/log4j/util/StringBuilders.html#appendKeyDqValue(java.lang.StringBuilder, java.lang.String, java.lang.Object)"><B>appendKeyDqValue(StringBuilder, String, Object)</B></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>
<DD>Appends in the following format: key=double quoted value.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#appendMap(java.lang.StringBuilder)"><B>appendMap(StringBuilder)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#asJava(java.lang.StringBuilder)"><B>asJava(StringBuilder)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#asJson(java.lang.StringBuilder)"><B>asJson(StringBuilder)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#asList()"><B>asList()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#asList()"><B>asList()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#asList()"><B>asList()</B></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>
<DD>Returns all the elements in the stack in a List.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#asString()"><B>asString()</B></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>
<DD>Format the Structured data as described in RFC 5424.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#asString(java.lang.String)"><B>asString(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString()"><B>asString()</B></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>
<DD>Formats the structured data as described in RFC 5424.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString(java.lang.String)"><B>asString(String)</B></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>
<DD>Formats the structured data as described in RFC 5424.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#asString(org.apache.logging.log4j.message.StructuredDataMessage.Format, org.apache.logging.log4j.message.StructuredDataId)"><B>asString(StructuredDataMessage.Format, StructuredDataId)</B></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>
<DD>Formats the structured data as described in RFC 5424.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#asXml(java.lang.StringBuilder)"><B>asXml(StringBuilder)</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/util/Activator.html#bundleChanged(org.osgi.framework.BundleEvent)"><B>bundleChanged(BundleEvent)</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#catching(java.lang.Throwable)"><B>catching(Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs an exception or error that has been caught.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level, java.lang.Throwable)"><B>catching(Level, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs an exception or error that has been caught to a specific logging level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)"><B>catching(Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs an exception or error that has been caught.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(org.apache.logging.log4j.Level, java.lang.Throwable)"><B>catching(Level, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.String, org.apache.logging.log4j.Level, java.lang.Throwable)"><B>catching(String, Level, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>Logs a Throwable that has been caught with location information.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#catching(java.lang.Throwable)"><B>catching(Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#CATCHING_MARKER"><B>CATCHING_MARKER</B></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>
<DD>Marker for catching exceptions.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#catchingMsg(java.lang.Throwable)"><B>catchingMsg(Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#CATEGORY"><B>CATEGORY</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html" title="class in org.apache.logging.log4j.util"><B>Chars</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/util/Chars.html#Chars()"><B>Chars()</B></A> -
Constructor for 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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#checkMessageFactory(org.apache.logging.log4j.spi.ExtendedLogger, org.apache.logging.log4j.message.MessageFactory)"><B>checkMessageFactory(ExtendedLogger, MessageFactory)</B></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>
<DD>Checks that the message factory a logger was created with is the same as the given messageFactory.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.html#clear()"><B>clear()</B></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>
<DD>Clears all markers.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#clear()"><B>clear()</B></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>
<DD>Clear the data.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#clear()"><B>clear()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#clear()"><B>clear()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#clear()"><B>clear()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#clear()"><B>clear()</B></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>
<DD>Clear the context.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#clear()"><B>clear()</B></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>
<DD>Clears the list of status events.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#clearAll()"><B>clearAll()</B></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>
<DD>Clears the context map and stack.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#clearMap()"><B>clearMap()</B></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>
<DD>Clears the context map.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#clearStack()"><B>clearStack()</B></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>
<DD>Clears the stack for this thread.
<DT><A HREF="./org/apache/logging/log4j/Level.html#clone()"><B>clone()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#cloneStack()"><B>cloneStack()</B></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>
<DD>Returns a copy of this thread's stack.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#close()"><B>close()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#close()"><B>close()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#compareTo(org.apache.logging.log4j.Level)"><B>compareTo(Level)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#contains(java.lang.Object)"><B>contains(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#contains(java.lang.Object)"><B>contains(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#containsAll(java.util.Collection)"><B>containsAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#containsAll(java.util.Collection)"><B>containsAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#containsKey(java.lang.String)"><B>containsKey(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#containsKey(java.lang.String)"><B>containsKey(String)</B></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>
<DD>Determine if the key is in the context.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#containsKey(java.lang.String)"><B>containsKey(String)</B></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>
<DD>Determines if the key is in the context.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#copy()"><B>copy()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#copy()"><B>copy()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#copy()"><B>copy()</B></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>
<DD>Returns a copy of the ContextStack.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#countArgumentPlaceholders(java.lang.String)"><B>countArgumentPlaceholders(String)</B></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>
<DD>Counts the number of unescaped placeholders in the given messagePattern.
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#CR"><B>CR</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><B>DEBUG</B></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>
<DD>A general debugging event.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>debug(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>debug(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object)"><B>debug(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>debug(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String)"><B>debug(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>debug(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>debug(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message)"><B>debug(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>debug(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><B>debug(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Object...)"><B>debug(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Throwable)"><B>debug(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>debug(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>debug(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object)"><B>debug(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>debug(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, java.lang.String)"><B>debug(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>debug(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>debug(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message)"><B>debug(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>debug(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String)"><B>debug(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String, java.lang.Object...)"><B>debug(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#debug(java.lang.String, java.lang.Throwable)"><B>debug(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#deepToString(java.lang.Object)"><B>deepToString(Object)</B></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>
<DD>This method performs a deep toString of the given Object.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#DEFAULT_DATE_TIME_FORMAT"><B>DEFAULT_DATE_TIME_FORMAT</B></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>
<DD>The default format to use when formatting dates
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#DEFAULT_MESSAGE_FACTORY_CLASS"><B>DEFAULT_MESSAGE_FACTORY_CLASS</B></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>
<DD>The default MessageFactory class.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html" title="class in org.apache.logging.log4j.spi"><B>DefaultThreadContextMap</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>The actual ThreadContext Map.<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#DefaultThreadContextMap(boolean)"><B>DefaultThreadContextMap(boolean)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><B>DefaultThreadContextStack</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>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.<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#DefaultThreadContextStack(boolean)"><B>DefaultThreadContextStack(boolean)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#DQUOTE"><B>DQUOTE</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#dquote(java.lang.String)"><B>dquote(String)</B></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>
<DD>Returns a double quoted string.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#EMPTY"><B>EMPTY</B></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>
<DD>The empty string.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#EMPTY_MAP"><B>EMPTY_MAP</B></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>
<DD>Empty, immutable Map.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#EMPTY_STACK"><B>EMPTY_STACK</B></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>
<DD>Empty, immutable ContextStack.
<DT><A HREF="./org/apache/logging/log4j/util/EnglishEnums.html" title="class in org.apache.logging.log4j.util"><B>EnglishEnums</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#entry()"><B>entry()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs entry to a method.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#entry(java.lang.Object...)"><B>entry(Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs entry to a method along with its parameters.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#entry()"><B>entry()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs entry to a method.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)"><B>entry(Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs entry to a method along with its parameters.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#entry()"><B>entry()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.Object...)"><B>entry(Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#entry(java.lang.String, java.lang.Object...)"><B>entry(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>Logs entry to a method with location information.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#ENTRY_MARKER"><B>ENTRY_MARKER</B></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>
<DD>Marker for method entry tracing.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#entryMsg(int, java.lang.Object...)"><B>entryMsg(int, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#EQ"><B>EQ</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#equals(java.lang.Object)"><B>equals(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#ERROR"><B>ERROR</B></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>
<DD>An error in the application, possibly recoverable.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>error(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>error(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object)"><B>error(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>error(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String)"><B>error(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>error(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>error(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message)"><B>error(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>error(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(java.lang.Object)"><B>error(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(java.lang.String)"><B>error(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Object...)"><B>error(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>error(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>error(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, java.lang.Object)"><B>error(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>error(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, java.lang.String)"><B>error(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>error(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>error(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message)"><B>error(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>error(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String)"><B>error(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String, java.lang.Object...)"><B>error(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_MSG_SEPARATOR"><B>ERROR_MSG_SEPARATOR</B></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>
<DD>Separator for error messages.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_PREFIX"><B>ERROR_PREFIX</B></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>
<DD>Prefix for errors.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SEPARATOR"><B>ERROR_SEPARATOR</B></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>
<DD>Separator for errors.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ERROR_SUFFIX"><B>ERROR_SUFFIX</B></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>
<DD>Suffix for errors.
<DT><A HREF="./org/apache/logging/log4j/EventLogger.html#EVENT_MARKER"><B>EVENT_MARKER</B></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>
<DD>Define the Event Marker.
<DT><A HREF="./org/apache/logging/log4j/EventLogger.html" title="class in org.apache.logging.log4j"><B>EventLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>Logs "Events" that are represented as StructuredDataMessages.<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#EXCEPTION_MARKER"><B>EXCEPTION_MARKER</B></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>
<DD>Marker for exception tracing.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#exists(java.lang.String)"><B>exists(String)</B></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>
<DD>Detects if a Logger with the specified name exists.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#exit()"><B>exit()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs exit from a method.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#exit(R)"><B>exit(R)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs exiting from a method with the result.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#exit()"><B>exit()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs exit from a method.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#exit(R)"><B>exit(R)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs exiting from a method with the result.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#exit()"><B>exit()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#exit(R)"><B>exit(R)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#exit(java.lang.String, R)"><B>exit(String, R)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>Logs exiting from a method with the result and location information.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#EXIT_MARKER"><B>EXIT_MARKER</B></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>
<DD>Marker for method exit tracing.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#exitMsg(java.lang.Object)"><B>exitMsg(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi"><B>ExtendedLogger</B></A> - Interface in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Extends the <code>Logger</code> interface with methods that facilitate implementing or extending <code>Logger</code>s.<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi"><B>ExtendedLoggerWrapper</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#ExtendedLoggerWrapper(org.apache.logging.log4j.spi.ExtendedLogger, java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>ExtendedLoggerWrapper(ExtendedLogger, String, MessageFactory)</B></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>
<DD>Constructor that wraps and existing Logger.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#FACTORY_PRIORITY"><B>FACTORY_PRIORITY</B></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>
<DD>Property name to set for a Log4j 2 provider to specify the priority of this implementation.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#FACTORY_PROPERTY_NAME"><B>FACTORY_PROPERTY_NAME</B></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>
<DD>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>.
<DT><A HREF="./org/apache/logging/log4j/Level.html#FATAL"><B>FATAL</B></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>
<DD>A severe error that will prevent the application from continuing.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>fatal(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>fatal(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object)"><B>fatal(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>fatal(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String)"><B>fatal(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>fatal(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>fatal(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message)"><B>fatal(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>fatal(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String)"><B>fatal(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Object...)"><B>fatal(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Throwable)"><B>fatal(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>fatal(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>fatal(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object)"><B>fatal(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>fatal(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String)"><B>fatal(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>fatal(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>fatal(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message)"><B>fatal(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>fatal(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String)"><B>fatal(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String, java.lang.Object...)"><B>fatal(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#fatal(java.lang.String, java.lang.Throwable)"><B>fatal(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#findClassLoader()"><B>findClassLoader()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#findResources(java.lang.String)"><B>findResources(String)</B></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>
<DD>Finds classpath <A HREF="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">resources</A>.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#FLOW_MARKER"><B>FLOW_MARKER</B></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>
<DD>Marker for flow tracing.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#format(java.lang.String, java.lang.Object[])"><B>format(String, Object[])</B></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>
<DD>Replace placeholders in the given messagePattern with arguments.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#formatMessage(java.lang.String, java.lang.Object...)"><B>formatMessage(String, Object...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#formatMessage(java.lang.String, java.lang.String[])"><B>formatMessage(String, String[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#formatMessage(java.lang.String, java.lang.Object...)"><B>formatMessage(String, Object...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html" title="class in org.apache.logging.log4j.message"><B>FormattedMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Handles messages that contain a format String.<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String, java.lang.Object[], java.lang.Throwable)"><B>FormattedMessage(String, Object[], Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String, java.lang.Object[])"><B>FormattedMessage(String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String, java.lang.Object)"><B>FormattedMessage(String, Object)</B></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>
<DD>Constructor with a pattern and a single parameter.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#FormattedMessage(java.lang.String, java.lang.Object, java.lang.Object)"><B>FormattedMessage(String, Object, Object)</B></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>
<DD>Constructor with a pattern and two parameters.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>FormattedMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>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/FormattedMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><CODE>FormattedMessageFactory.newMessage(String, Object...)</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessageFactory.html#FormattedMessageFactory()"><B>FormattedMessageFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#forName(java.lang.String, int)"><B>forName(String, int)</B></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>
<DD>Retrieves an existing Level or creates on if it didn't previously exist.
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#freeze()"><B>freeze()</B></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>
<DD>"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#get(java.lang.String)"><B>get(String)</B></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>
<DD>Retrieve the value of the element with the specified key or null if the key is not present.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#get(java.lang.String)"><B>get(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#get(java.lang.String)"><B>get(String)</B></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>
<DD>Get the context identified by the <code>key</code> parameter.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#get(java.lang.String)"><B>get(String)</B></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>
<DD>Gets the context value identified by the <code>key</code> parameter.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#getBaseName()"><B>getBaseName()</B></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>
<DD>Gets the resource bundle base name if set.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String)"><B>getBooleanProperty(String)</B></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>
<DD>Gets the named property as a boolean value.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getBooleanProperty(java.lang.String, boolean)"><B>getBooleanProperty(String, boolean)</B></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>
<DD>Gets the named property as a boolean value.
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#getCallerClass(int)"><B>getCallerClass(int)</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#getCallerClass(java.lang.String)"><B>getCallerClass(String)</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#getCallerClass(java.lang.String, java.lang.String)"><B>getCallerClass(String, String)</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#getCallerClass(java.lang.Class)"><B>getCallerClass(Class&lt;?&gt;)</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#getClassName()"><B>getClassName()</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext()"><B>getContext()</B></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>
<DD>Returns the current LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(boolean)"><B>getContext(boolean)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader, boolean)"><B>getContext(ClassLoader, boolean)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader, boolean, java.lang.Object)"><B>getContext(ClassLoader, boolean, Object)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(ClassLoader, boolean, URI)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader, boolean, java.lang.Object, java.net.URI)"><B>getContext(ClassLoader, boolean, Object, URI)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.ClassLoader, boolean, java.lang.Object, java.net.URI, java.lang.String)"><B>getContext(ClassLoader, boolean, Object, URI, String)</B></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>
<DD>Returns a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.String, boolean)"><B>getContext(String, boolean)</B></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>
<DD>Returns a LoggerContext
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></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>
<DD>Returns a LoggerContext
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#getContext(java.lang.String, java.lang.ClassLoader, java.lang.Object, boolean)"><B>getContext(String, ClassLoader, Object, boolean)</B></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>
<DD>&nbsp;
<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)"><B>getContext(String, ClassLoader, Object, boolean, URI, String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext()"><B>getContext()</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getContext(java.lang.Class)"><B>getContext(Class&lt;?&gt;)</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContextFactory.html#getContext(java.lang.String, java.lang.ClassLoader, java.lang.Object, boolean)"><B>getContext(String, ClassLoader, Object, boolean)</B></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>
<DD>Creates a <A HREF="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><CODE>LoggerContext</CODE></A>.
<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)"><B>getContext(String, ClassLoader, Object, boolean, URI, String)</B></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>
<DD>Creates a <A HREF="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><CODE>LoggerContext</CODE></A>.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#getContext()"><B>getContext()</B></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>
<DD>Returns a mutable copy of current thread's context Map.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getCopy()"><B>getCopy()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#getCopy()"><B>getCopy()</B></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>
<DD>Get a non-<code>null</code> mutable copy of current thread's context Map.
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#getCurrentStackTrace()"><B>getCurrentStackTrace()</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getData()"><B>getData()</B></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>
<DD>Returns the message data as an unmodifiable Map.
<DT><A HREF="./org/apache/logging/log4j/Level.html#getDeclaringClass()"><B>getDeclaringClass()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#getDepth()"><B>getDepth()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#getDepth()"><B>getDepth()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#getDepth()"><B>getDepth()</B></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>
<DD>Returns the number of elements in the stack.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#getDepth()"><B>getDepth()</B></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>
<DD>Gets the current nesting depth of this thread's stack.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#getEnterpriseNumber()"><B>getEnterpriseNumber()</B></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>
<DD>Returns the enterprise number.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getExternalContext()"><B>getExternalContext()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContext.html#getExternalContext()"><B>getExternalContext()</B></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>
<DD>An anchor for some other context, such as a ClassLoader or ServletContext.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getFactory()"><B>getFactory()</B></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>
<DD>Returns the current LoggerContextFactory.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message pattern.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message.
<DT><A HREF="./org/apache/logging/log4j/message/Message.html#getFormat()"><B>getFormat()</B></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>
<DD>Gets the format portion of the Message.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message pattern.
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the object formatted using its toString method.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message pattern.
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message pattern.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the message.
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormat()"><B>getFormat()</B></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>
<DD>Returns the title.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getFormats()"><B>getFormats()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MultiformatMessage.html#getFormats()"><B>getFormats()</B></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>
<DD>Returns the supported formats.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormats()"><B>getFormats()</B></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>
<DD>Returns the supported formats.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted message.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted message after looking up the format in the resource bundle.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Format the message and return it.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getFormattedMessage(java.lang.String[])"><B>getFormattedMessage(String[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/Message.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Gets the Message formatted as a String.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted message.
<DT><A HREF="./org/apache/logging/log4j/message/MultiformatMessage.html#getFormattedMessage(java.lang.String[])"><B>getFormattedMessage(String[])</B></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>
<DD>Returns the Message formatted as a String.
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted object message.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted message.
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the message.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the formatted message.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Formats the message and return it.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getFormattedMessage(java.lang.String[])"><B>getFormattedMessage(String[])</B></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>
<DD>Formats the message according the the specified format.
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getFormattedMessage()"><B>getFormattedMessage()</B></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>
<DD>Returns the ThreadDump in printable format.
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getFormattedStatus()"><B>getFormattedStatus()</B></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>
<DD>Formats the StatusData for viewing.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Class)"><B>getFormatterLogger(Class&lt;?&gt;)</B></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>
<DD>Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.Object)"><B>getFormatterLogger(Object)</B></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>
<DD>Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getFormatterLogger(java.lang.String)"><B>getFormatterLogger(String)</B></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>
<DD>Returns a formatter Logger with the specified name.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getId()"><B>getId()</B></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>
<DD>Returns this message id.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#getImmutableContext()"><B>getImmutableContext()</B></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>
<DD>Returns an immutable view of the current thread's context Map.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#getImmutableMapOrNull()"><B>getImmutableMapOrNull()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#getImmutableMapOrNull()"><B>getImmutableMapOrNull()</B></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>
<DD>Return an immutable view on the context Map or <code>null</code> if the context map is empty.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#getImmutableStack()"><B>getImmutableStack()</B></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>
<DD>Gets an immutable copy of this current thread's context stack.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#getImmutableStackOrNull()"><B>getImmutableStackOrNull()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#getImmutableStackOrNull()"><B>getImmutableStackOrNull()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#getImmutableStackOrNull()"><B>getImmutableStackOrNull()</B></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>
<DD>Returns a ContextStack with the same contents as this ContextStack or <code>null</code>.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getIntegerProperty(java.lang.String, int)"><B>getIntegerProperty(String, int)</B></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>
<DD>Gets the named property as an integer.
<DT><A HREF="./org/apache/logging/log4j/Level.html#getLevel(java.lang.String)"><B>getLevel(String)</B></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>
<DD>Return the Level associated with the name or null if the Level cannot be found.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#getLevel()"><B>getLevel()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Gets the Level associated with the Logger.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#getLevel()"><B>getLevel()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Gets the Level associated with the Logger.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html#getLevel()"><B>getLevel()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#getLevel()"><B>getLevel()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getLevel()"><B>getLevel()</B></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>
<DD>Returns the logging level for the event.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#getLevel()"><B>getLevel()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#getListeners()"><B>getListeners()</B></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>
<DD>Returns a thread safe Iterable for the StatusListener.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger()"><B>getLogger()</B></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>
<DD>Returns a Logger with the name of the calling class.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class)"><B>getLogger(Class&lt;?&gt;)</B></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>
<DD>Returns a Logger using the fully qualified name of the Class as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Class, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(Class&lt;?&gt;, MessageFactory)</B></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>
<DD>Returns a Logger using the fully qualified name of the Class as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(MessageFactory)</B></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>
<DD>Returns a Logger with the name of the calling class.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object)"><B>getLogger(Object)</B></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>
<DD>Returns a Logger using the fully qualified class name of the value as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.Object, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(Object, MessageFactory)</B></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>
<DD>Returns a Logger using the fully qualified class name of the value as the Logger name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String)"><B>getLogger(String)</B></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>
<DD>Returns a Logger with the specified name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(String, MessageFactory)</B></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>
<DD>Returns a Logger with the specified name.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getLogger(java.lang.String, java.lang.String)"><B>getLogger(String, String)</B></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>
<DD>Returns a Logger with the specified name.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String)"><B>getLogger(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#getLogger(java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(String, MessageFactory)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLogger(java.lang.String)"><B>getLogger(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerAdapter.html#getLogger(java.lang.String)"><B>getLogger(String)</B></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>
<DD>Gets a named logger.
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String)"><B>getLogger(String)</B></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>
<DD>Returns a Logger.
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContext.html#getLogger(java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(String, MessageFactory)</B></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>
<DD>Returns a Logger.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#getLogger()"><B>getLogger()</B></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>
<DD>Retrieve the StatusLogger.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getLoggerName()"><B>getLoggerName()</B></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>
<DD>Returns the name of the Logger.
<DT><A HREF="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html#getLoggerName()"><B>getLoggerName()</B></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>
<DD>Returns the name of the Logger.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#getLoggersInContext(org.apache.logging.log4j.spi.LoggerContext)"><B>getLoggersInContext(LoggerContext)</B></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>
<DD>Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getLongProperty(java.lang.String, long)"><B>getLongProperty(String, long)</B></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>
<DD>Gets the named property as a long.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String)"><B>getMarker(String)</B></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>
<DD>Retrieve a Marker or create a Marker that has no parent.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String, java.lang.String)"><B>getMarker(String, String)</B></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>
<DD><B>Deprecated.</B>&nbsp;<I>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</I>
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.html#getMarker(java.lang.String, org.apache.logging.log4j.Marker)"><B>getMarker(String, Marker)</B></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>
<DD><B>Deprecated.</B>&nbsp;<I>Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.</I>
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#getMessage(java.lang.String, java.lang.Object[], java.lang.Throwable)"><B>getMessage(String, Object[], Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getMessage()"><B>getMessage()</B></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>
<DD>Returns the message associated with the event.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#getMessageFactory()"><B>getMessageFactory()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Gets the message factory used to convert message Objects and Strings into actual log Messages.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#getMessageFactory()"><B>getMessageFactory()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Gets the message factory used to convert message Objects and Strings into actual log Messages.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#getMessageFactory()"><B>getMessageFactory()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#getName()"><B>getName()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Gets the logger name.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#getName()"><B>getName()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Gets the logger name.
<DT><A HREF="./org/apache/logging/log4j/Marker.html#getName()"><B>getName()</B></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>
<DD>Returns the name of this Marker.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getName()"><B>getName()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#getName()"><B>getName()</B></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>
<DD>Returns the StructuredDataId name.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#getName()"><B>getName()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#getOptional()"><B>getOptional()</B></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>
<DD>Returns a list of optional keys.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the message parameters.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the data elements as if they were parameters on the logging event.
<DT><A HREF="./org/apache/logging/log4j/message/Message.html#getParameters()"><B>getParameters()</B></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>
<DD>Gets parameter values, if any.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the message parameters.
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the object as if it were a parameter.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the message parameters.
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns null since there are no parameters.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns the message parameters.
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getParameters()"><B>getParameters()</B></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>
<DD>Returns an array with a single element, a Map containing the ThreadInformation as the key.
<DT><A HREF="./org/apache/logging/log4j/Marker.html#getParents()"><B>getParents()</B></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>
<DD>Returns a list of parents of this Marker.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#getParents()"><B>getParents()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#getPriority()"><B>getPriority()</B></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>
<DD>Gets the priority (natural ordering) of this Provider.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getProperties()"><B>getProperties()</B></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>
<DD>Returns the PropertiesUtil used by Log4j.
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#getProviders()"><B>getProviders()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#getRequired()"><B>getRequired()</B></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>
<DD>Returns a list of required keys.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getResourceBundle(java.lang.String, java.util.Locale, boolean)"><B>getResourceBundle(String, Locale, boolean)</B></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>
<DD>Override this to use a ResourceBundle.Control in Java 6
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#getResourceBundle()"><B>getResourceBundle()</B></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>
<DD>Gets the resource bundle if set.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#getRootLogger()"><B>getRootLogger()</B></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>
<DD>Returns the root logger.
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getStackTraceElement()"><B>getStackTraceElement()</B></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>
<DD>Returns the StackTraceElement for the method that created the event.
<DT><A HREF="./org/apache/logging/log4j/Level.html#getStandardLevel()"><B>getStandardLevel()</B></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>
<DD>Gets the standard Level values as an enum.
<DT><A HREF="./org/apache/logging/log4j/spi/StandardLevel.html#getStandardLevel(int)"><B>getStandardLevel(int)</B></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>
<DD>Method to convert custom Levels into a StandardLevel for conversion to other systems.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#getStatusData()"><B>getStatusData()</B></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>
<DD>Returns a List of all events as StatusData objects.
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#getStatusLevel()"><B>getStatusLevel()</B></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>
<DD>Return the Log Level for which the Listener should receive events.
<DT><A HREF="./org/apache/logging/log4j/status/StatusListener.html#getStatusLevel()"><B>getStatusLevel()</B></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>
<DD>Return the Log Level that this listener wants included.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String)"><B>getStringProperty(String)</B></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>
<DD>Gets the named property as a String.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getStringProperty(java.lang.String, java.lang.String)"><B>getStringProperty(String, String)</B></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>
<DD>Gets the named property as a String.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#getSystemProperties()"><B>getSystemProperties()</B></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>
<DD>Return the system properties or an empty Properties object if an error occurs.
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#getThreadContextClassLoader()"><B>getThreadContextClassLoader()</B></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>
<DD>Gets the current Thread ClassLoader.
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#getThreadContextMap()"><B>getThreadContextMap()</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Always returns null.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Always returns null.
<DT><A HREF="./org/apache/logging/log4j/message/Message.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Gets the throwable, if any.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Return the throwable passed to the Message.
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Gets the message if it is a throwable.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Returns the Throwable that was given as the last argument, if any.
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Always returns null.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Return the throwable passed to the Message.
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Always returns null.
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getThrowable()"><B>getThrowable()</B></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>
<DD>Returns the Throwable associated with the event.
<DT><A HREF="./org/apache/logging/log4j/message/TimestampMessage.html#getTimestamp()"><B>getTimestamp()</B></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>
<DD>Returns the timestamp.
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#getTimestamp()"><B>getTimestamp()</B></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>
<DD>Returns the event's timestamp.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#getType()"><B>getType()</B></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>
<DD>Returns this message type.
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#getUrl()"><B>getUrl()</B></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>
<DD>Gets the URL containing this Provider's Log4j details.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/Level.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#hashCode()"><B>hashCode()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#hasLogger(java.lang.String)"><B>hasLogger(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContext.html#hasLogger(java.lang.String)"><B>hasLogger(String)</B></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>
<DD>Detects if a Logger with the specified name exists.
<DT><A HREF="./org/apache/logging/log4j/Marker.html#hasParents()"><B>hasParents()</B></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>
<DD>Indicates whether this Marker has references to any other Markers.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#hasParents()"><B>hasParents()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#hasProviders()"><B>hasProviders()</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#identityToString(java.lang.Object)"><B>identityToString(Object)</B></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>
<DD>This method returns the same as if Object.toString() would not have been
overridden in obj.
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#IGNORE_TCCL_PROPERTY"><B>IGNORE_TCCL_PROPERTY</B></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>
<DD>System property to set to ignore the thread context ClassLoader.
<DT><A HREF="./org/apache/logging/log4j/Level.html#INFO"><B>INFO</B></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>
<DD>An event for informational purposes.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>info(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>info(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object)"><B>info(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>info(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String)"><B>info(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>info(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>info(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)"><B>info(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>info(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(java.lang.Object)"><B>info(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(java.lang.String)"><B>info(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Object...)"><B>info(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Throwable)"><B>info(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>info(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>info(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, java.lang.Object)"><B>info(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>info(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, java.lang.String)"><B>info(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>info(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>info(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message)"><B>info(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>info(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String)"><B>info(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String, java.lang.Object...)"><B>info(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#info(java.lang.String, java.lang.Throwable)"><B>info(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#INHERITABLE_MAP"><B>INHERITABLE_MAP</B></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>
<DD>Property name ("isThreadContextMapInheritable") for selecting <code>InheritableThreadLocal</code> (value "true")
or plain <code>ThreadLocal</code> (value is not "true") in the implementation.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#INSTANCE"><B>INSTANCE</B></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>
<DD>Instance of StringFormatterMessageFactory.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#INSTANCE"><B>INSTANCE</B></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>
<DD>Instance of StringFormatterMessageFactory.
<DT><A HREF="./org/apache/logging/log4j/Level.html#intLevel()"><B>intLevel()</B></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>
<DD>Gets the integral value of this Level.
<DT><A HREF="./org/apache/logging/log4j/spi/StandardLevel.html#intLevel()"><B>intLevel()</B></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>
<DD>Returns the integer value of the Level.
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#isBlank(java.lang.String)"><B>isBlank(String)</B></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>
<DD>Checks if a String is blank.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isDebugEnabled(org.apache.logging.log4j.Marker)"><B>isDebugEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)"><B>isDebugEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isDebugEnabled(org.apache.logging.log4j.Marker)"><B>isDebugEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#isEmpty()"><B>isEmpty()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#isEmpty()"><B>isEmpty()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#isEmpty()"><B>isEmpty()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#isEmpty()"><B>isEmpty()</B></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>
<DD>Returns true if the Map is empty.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#isEmpty()"><B>isEmpty()</B></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>
<DD>Returns true if the Map is empty.
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#isEmpty(java.lang.CharSequence)"><B>isEmpty(CharSequence)</B></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>
<DD>
Checks if a CharSequence is empty ("") or null.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isEnabled(org.apache.logging.log4j.Level)"><B>isEnabled(Level)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the the given Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isEnabled(org.apache.logging.log4j.Marker)"><B>isEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this logger is enabled at the specified level and an optional Marker.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)"><B>isEnabled(Level)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the the given Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"><B>isEnabled(Level, Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this logger is enabled at the specified level and an optional Marker.
<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)"><B>isEnabled(Level, Marker, Message, Throwable)</B></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>
<DD>&nbsp;
<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)"><B>isEnabled(Level, Marker, Object, Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>isEnabled(Level, Marker, String)</B></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>
<DD>&nbsp;
<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...)"><B>isEnabled(Level, Marker, String, Object...)</B></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>
<DD>&nbsp;
<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)"><B>isEnabled(Level, Marker, String, Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level)"><B>isEnabled(Level)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"><B>isEnabled(Level, Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>isEnabled(Level, Marker, Message, Throwable)</B></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>
<DD>Determines if logging is enabled.
<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)"><B>isEnabled(Level, Marker, Object, Throwable)</B></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>
<DD>Determines if logging is enabled.
<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)"><B>isEnabled(Level, Marker, String, Throwable)</B></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>
<DD>Determines if logging is enabled.
<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLogger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>isEnabled(Level, Marker, String)</B></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>
<DD>Determine if logging is enabled.
<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...)"><B>isEnabled(Level, Marker, String, Object...)</B></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>
<DD>Determines if logging is enabled.
<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)"><B>isEnabled(Level, Marker, Message, Throwable)</B></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>
<DD>Detect if the event would be logged.
<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)"><B>isEnabled(Level, Marker, Object, Throwable)</B></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>
<DD>Detect if the event would be logged.
<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>isEnabled(Level, Marker, String)</B></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>
<DD>Detect if the event would be logged.
<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...)"><B>isEnabled(Level, Marker, String, Object...)</B></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>
<DD>Detect if the event would be logged.
<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)"><B>isEnabled(Level, Marker, String, Throwable)</B></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>
<DD>Detect if the event would be logged.
<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)"><B>isEnabled(Level, Marker, String, Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>isEnabled(Level, Marker, String)</B></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>
<DD>&nbsp;
<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...)"><B>isEnabled(Level, Marker, String, Object...)</B></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>
<DD>&nbsp;
<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)"><B>isEnabled(Level, Marker, Object, Throwable)</B></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>
<DD>&nbsp;
<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)"><B>isEnabled(Level, Marker, Message, Throwable)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"><B>isEnabled(Level, Marker)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isErrorEnabled(org.apache.logging.log4j.Marker)"><B>isErrorEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)"><B>isErrorEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isErrorEnabled(org.apache.logging.log4j.Marker)"><B>isErrorEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isFatalEnabled(org.apache.logging.log4j.Marker)"><B>isFatalEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)"><B>isFatalEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isFatalEnabled(org.apache.logging.log4j.Marker)"><B>isFatalEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#isFrozen()"><B>isFrozen()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isInfoEnabled(org.apache.logging.log4j.Marker)"><B>isInfoEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)"><B>isInfoEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isInfoEnabled(org.apache.logging.log4j.Marker)"><B>isInfoEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Marker.html#isInstanceOf(org.apache.logging.log4j.Marker)"><B>isInstanceOf(Marker)</B></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>
<DD>Checks whether this Marker is an instance of the specified Marker.
<DT><A HREF="./org/apache/logging/log4j/Marker.html#isInstanceOf(java.lang.String)"><B>isInstanceOf(String)</B></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>
<DD>Checks whether this Marker is an instance of the specified Marker.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(org.apache.logging.log4j.Marker)"><B>isInstanceOf(Marker)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#isInstanceOf(java.lang.String)"><B>isInstanceOf(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#isLessSpecificThan(org.apache.logging.log4j.Level)"><B>isLessSpecificThan(Level)</B></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>
<DD>Compares this level against the level passed as an argument and returns true if this level is the same or is less
specific.T
<DT><A HREF="./org/apache/logging/log4j/Level.html#isMoreSpecificThan(org.apache.logging.log4j.Level)"><B>isMoreSpecificThan(Level)</B></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>
<DD>Compares this level against the level passed as an argument and returns true if this level is the same or is more
specific.
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#isNotBlank(java.lang.String)"><B>isNotBlank(String)</B></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>
<DD>Checks if a String is not blank.
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#isNotEmpty(java.lang.CharSequence)"><B>isNotEmpty(CharSequence)</B></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>
<DD>
Checks if a CharSequence is not empty ("") and not null.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#isReserved()"><B>isReserved()</B></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>
<DD>Indicates if the id is reserved.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isTraceEnabled(org.apache.logging.log4j.Marker)"><B>isTraceEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)"><B>isTraceEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isTraceEnabled(org.apache.logging.log4j.Marker)"><B>isTraceEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#isWarnEnabled(org.apache.logging.log4j.Marker)"><B>isWarnEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)"><B>isWarnEnabled(Marker)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Checks whether this Logger is enabled for the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#isWarnEnabled(org.apache.logging.log4j.Marker)"><B>isWarnEnabled(Marker)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#iterator()"><B>iterator()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#iterator()"><B>iterator()</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#lazyInit()"><B>lazyInit()</B></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>
<DD>Lazily initializes the ProviderUtil singleton.
<DT><A HREF="./org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><B>Level</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>Levels used for identifying the severity of an event.<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j"><B>LevelLogger</B></A> - Interface in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>This is the central interface in the log4j package.<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#LF"><B>LF</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#loadClass(java.lang.String)"><B>loadClass(String)</B></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>
<DD>Loads a class by name.
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html" title="class in org.apache.logging.log4j.util"><B>LoaderUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em> Utility class for ClassLoaders.<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#loadLoggerContextFactory()"><B>loadLoggerContextFactory()</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#loadProvider(java.net.URL, java.lang.ClassLoader)"><B>loadProvider(URL, ClassLoader)</B></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>
<DD>Loads an individual Provider implementation.
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#loadProviders(java.util.Enumeration, java.lang.ClassLoader)"><B>loadProviders(Enumeration&lt;URL&gt;, ClassLoader)</B></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>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#loadProvider(java.net.URL, java.lang.ClassLoader)"><CODE>ProviderUtil.loadProvider(java.net.URL, ClassLoader)</CODE></A> instead. Will be removed in 3.0.</I>
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#loadThreadContextMap()"><B>loadThreadContextMap()</B></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>
<DD>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.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message"><B>LocalizedMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Provides some level of compatibility with Log4j 1.x and convenience but is not the recommended way to Localize
messages.<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.Object[])"><B>LocalizedMessage(String, Object[])</B></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>
<DD>Constructor with message pattern and arguments.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.String, java.lang.Object[])"><B>LocalizedMessage(String, String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.lang.String, java.lang.Object[])"><B>LocalizedMessage(ResourceBundle, String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.util.Locale, java.lang.String, java.lang.Object[])"><B>LocalizedMessage(String, Locale, String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.util.Locale, java.lang.String, java.lang.Object[])"><B>LocalizedMessage(ResourceBundle, Locale, String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale, java.lang.String, java.lang.Object[])"><B>LocalizedMessage(Locale, String, Object[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.Object)"><B>LocalizedMessage(String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.String, java.lang.Object)"><B>LocalizedMessage(String, String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.lang.String, java.lang.Object)"><B>LocalizedMessage(ResourceBundle, String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.util.Locale, java.lang.String, java.lang.Object)"><B>LocalizedMessage(String, Locale, String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.util.Locale, java.lang.String, java.lang.Object)"><B>LocalizedMessage(ResourceBundle, Locale, String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale, java.lang.String, java.lang.Object)"><B>LocalizedMessage(Locale, String, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(String, String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(ResourceBundle, String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.lang.String, java.util.Locale, java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(String, Locale, String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.ResourceBundle, java.util.Locale, java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(ResourceBundle, Locale, String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#LocalizedMessage(java.util.Locale, java.lang.String, java.lang.Object, java.lang.Object)"><B>LocalizedMessage(Locale, String, Object, Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>LocalizedMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Creates <A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>LocalizedMessage</CODE></A> instances for
<A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><CODE>LocalizedMessageFactory.newMessage(String, Object...)</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#LocalizedMessageFactory(java.util.ResourceBundle)"><B>LocalizedMessageFactory(ResourceBundle)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#LocalizedMessageFactory(java.lang.String)"><B>LocalizedMessageFactory(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>log(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>log(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, java.lang.Object)"><B>log(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>log(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, java.lang.String)"><B>log(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>log(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with parameters at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>log(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.message.Message)"><B>log(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>log(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(java.lang.Object)"><B>log(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(java.lang.Object, java.lang.Throwable)"><B>log(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(java.lang.String)"><B>log(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(java.lang.String, java.lang.Object...)"><B>log(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message with parameters at the given level.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#log(java.lang.String, java.lang.Throwable)"><B>log(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<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)"><B>log(Level, Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the given level.
<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)"><B>log(Level, Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)"><B>log(Level, Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the given level.
<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)"><B>log(Level, Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>log(Level, Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the given level.
<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...)"><B>log(Level, Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the given level.
<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)"><B>log(Level, Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)"><B>log(Level, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>log(Level, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object)"><B>log(Level, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)"><B>log(Level, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String)"><B>log(Level, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><B>log(Level, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the given level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)"><B>log(Level, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as
parameter.
<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)"><B>log(Level, Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>log(Level, Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)"><B>log(Level, Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>log(Level, Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><B>log(Level, Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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...)"><B>log(Level, Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>log(Level, Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)"><B>log(Level, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>log(Level, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, java.lang.Object)"><B>log(Level, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)"><B>log(Level, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, java.lang.String)"><B>log(Level, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><B>log(Level, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)"><B>log(Level, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#log(org.apache.logging.log4j.status.StatusData)"><B>log(StatusData)</B></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>
<DD>Writes status messages to the console.
<DT><A HREF="./org/apache/logging/log4j/status/StatusListener.html#log(org.apache.logging.log4j.status.StatusData)"><B>log(StatusData)</B></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>
<DD>Called as events occur to process the StatusData.
<DT><A HREF="./org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage)"><B>logEvent(StructuredDataMessage)</B></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>
<DD>Log events with a level of ALL.
<DT><A HREF="./org/apache/logging/log4j/EventLogger.html#logEvent(org.apache.logging.log4j.message.StructuredDataMessage, org.apache.logging.log4j.Level)"><B>logEvent(StructuredDataMessage, Level)</B></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>
<DD>Log events and specify the logging level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j"><B>Logger</B></A> - Interface in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>This is the central interface in the log4j package.<DT><A HREF="./org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html#logger"><B>logger</B></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>
<DD>The wrapped Logger.
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#LOGGER_CONTEXT_FACTORY"><B>LOGGER_CONTEXT_FACTORY</B></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>
<DD>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>.
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerAdapter.html" title="interface in org.apache.logging.log4j.spi"><B>LoggerAdapter</B></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><DD>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.<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContext.html" title="interface in org.apache.logging.log4j.spi"><B>LoggerContext</B></A> - Interface in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Anchor point for logging implementations.<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContextFactory.html" title="interface in org.apache.logging.log4j.spi"><B>LoggerContextFactory</B></A> - Interface in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>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.<DT><A HREF="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html" title="interface in org.apache.logging.log4j.message"><B>LoggerNameAwareMessage</B></A> - Interface in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Message that is interested in the name of the Logger.<DT><A HREF="./org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><B>LoggingException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>Exception thrown when an error occurs while logging.<DT><A HREF="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.String)"><B>LoggingException(String)</B></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>
<DD>Construct an exception with a message.
<DT><A HREF="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.String, java.lang.Throwable)"><B>LoggingException(String, Throwable)</B></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>
<DD>Construct an exception with a message and underlying cause.
<DT><A HREF="./org/apache/logging/log4j/LoggingException.html#LoggingException(java.lang.Throwable)"><B>LoggingException(Throwable)</B></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>
<DD>Construct an exception with an underlying cause.
<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)"><B>logIfEnabled(String, Level, Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logIfEnabled(String, Level, Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logIfEnabled(String, Level, Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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...)"><B>logIfEnabled(String, Level, Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logIfEnabled(String, Level, Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logIfEnabled(String, Level, Marker, Message, Throwable)</B></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>
<DD>Logs a message if the specified level is active.
<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)"><B>logIfEnabled(String, Level, Marker, Object, Throwable)</B></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>
<DD>Logs a message if the specified level is active.
<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)"><B>logIfEnabled(String, Level, Marker, String, Throwable)</B></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>
<DD>Logs a message if the specified level is active.
<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)"><B>logIfEnabled(String, Level, Marker, String)</B></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>
<DD>Logs a message if the specified level is active.
<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...)"><B>logIfEnabled(String, Level, Marker, String, Object...)</B></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>
<DD>Logs a message if the specified level is active.
<DT><A HREF="./org/apache/logging/log4j/LogManager.html" title="class in org.apache.logging.log4j"><B>LogManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>The anchor point for the logging system.<DT><A HREF="./org/apache/logging/log4j/LogManager.html#LogManager()"><B>LogManager()</B></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>
<DD>Prevents instantiation
<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)"><B>logMessage(String, Level, Marker, Message, Throwable)</B></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>
<DD>&nbsp;
<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)"><B>logMessage(String, Level, Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logMessage(String, Level, Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logMessage(String, Level, Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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...)"><B>logMessage(String, Level, Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>logMessage(String, Level, Marker, Message, Throwable)</B></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>
<DD>Always logs a message at the specified level.
<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)"><B>logMessage(String, Level, Marker, Message, Throwable)</B></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>
<DD>Always log an event.
<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)"><B>logMessage(String, Level, Marker, Message, Throwable)</B></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>
<DD>Adds an event.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#makeId(org.apache.logging.log4j.message.StructuredDataId)"><B>makeId(StructuredDataId)</B></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>
<DD>Creates an id using another id to supply default values.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#makeId(java.lang.String, int)"><B>makeId(String, int)</B></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>
<DD>Creates an id based on the current id.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html" title="class in org.apache.logging.log4j.message"><B>MapMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Represents a Message that consists of a Map.<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#MapMessage()"><B>MapMessage()</B></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>
<DD>Constructor.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#MapMessage(java.util.Map)"><B>MapMessage(Map&lt;String, String&gt;)</B></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>
<DD>Constructor based on an existing Map.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.MapFormat.html" title="enum in org.apache.logging.log4j.message"><B>MapMessage.MapFormat</B></A> - Enum in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>When set as the format specifier causes the Map to be formatted as XML.<DT><A HREF="./org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j"><B>Marker</B></A> - Interface in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>Markers are objects that are used to add easily filterable information to log messages.<DT><A HREF="./org/apache/logging/log4j/MarkerManager.html" title="class in org.apache.logging.log4j"><B>MarkerManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>Applications create Markers by using the Marker Manager.<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html" title="class in org.apache.logging.log4j"><B>MarkerManager.Log4jMarker</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD><em>Consider this class private, it is only public to satisfy Jackson for XML and JSON IO.</em><DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#MarkerManager.Log4jMarker(java.lang.String)"><B>MarkerManager.Log4jMarker(String)</B></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>
<DD>Constructs a new Marker.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#MAX_STATUS_ENTRIES"><B>MAX_STATUS_ENTRIES</B></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>
<DD>System property that can be configured with the number of entries in the queue.
<DT><A HREF="./org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message"><B>Message</B></A> - Interface in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>An interface for various Message implementations that can be logged.<DT><A HREF="./org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message"><B>MessageFactory</B></A> - Interface in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Creates messages.<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message"><B>MessageFormatMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Handles messages that consist of a format string conforming to java.text.MessageFormat.<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#MessageFormatMessage(java.lang.String, java.lang.Object...)"><B>MessageFormatMessage(String, Object...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>MessageFormatMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Creates <A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html" title="class in org.apache.logging.log4j.message"><CODE>MessageFormatMessage</CODE></A> instances for
<A HREF="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><CODE>MessageFormatMessageFactory.newMessage(String, Object...)</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#MessageFormatMessageFactory()"><B>MessageFormatMessageFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#META"><B>META</B></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>
<DD>RFC 5424 Meta.
<DT><A HREF="./org/apache/logging/log4j/message/MultiformatMessage.html" title="interface in org.apache.logging.log4j.message"><B>MultiformatMessage</B></A> - Interface in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>A Message that can render itself in more than one way.<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html" title="class in org.apache.logging.log4j.spi"><B>MutableThreadContextStack</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>&nbsp;<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#MutableThreadContextStack()"><B>MutableThreadContextStack()</B></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>
<DD>Constructs an empty MutableThreadContextStack.
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#MutableThreadContextStack(java.util.List)"><B>MutableThreadContextStack(List&lt;String&gt;)</B></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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/Level.html#name()"><B>name()</B></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>
<DD>Gets the symbolic name of this Level.
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#newCheckedInstanceOf(java.lang.String, java.lang.Class)"><B>newCheckedInstanceOf(String, Class&lt;T&gt;)</B></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>
<DD>Loads and instantiates a derived class using its default constructor.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#newInstance(java.util.Map)"><B>newInstance(Map&lt;String, String&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#newInstance(java.util.Map)"><B>newInstance(Map&lt;String, String&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/LoaderUtil.html#newInstanceOf(java.lang.String)"><B>newInstanceOf(String)</B></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>
<DD>Loads and instantiates a Class using the default constructor.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#newLogger(java.lang.String, org.apache.logging.log4j.spi.LoggerContext)"><B>newLogger(String, LoggerContext)</B></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>
<DD>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>.
<DT><A HREF="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.Object)"><B>newMessage(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String)"><B>newMessage(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/AbstractMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates <A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>StringFormattedMessage</CODE></A> instances.
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates <A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>StringFormattedMessage</CODE></A> instances.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.Object)"><B>newMessage(Object)</B></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>
<DD>Creates a new message based on an Object.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String)"><B>newMessage(String)</B></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>
<DD>Creates a new message based on a String.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates a new parameterized message.
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates <A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>StringFormattedMessage</CODE></A> instances.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates <A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>ParameterizedMessage</CODE></A> instances.
<DT><A HREF="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#newMessage(java.lang.String, java.lang.Object...)"><B>newMessage(String, Object...)</B></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>
<DD>Creates <A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><CODE>StringFormattedMessage</CODE></A> instances.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html" title="class in org.apache.logging.log4j.message"><B>ObjectMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Handles messages that contain an Object.<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#ObjectMessage(java.lang.Object)"><B>ObjectMessage(Object)</B></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>
<DD>Create the ObjectMessage.
<DT><A HREF="./org/apache/logging/log4j/Level.html#OFF"><B>OFF</B></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>
<DD>No events will be logged.
<DT><A HREF="./org/apache/logging/log4j/package-summary.html"><B>org.apache.logging.log4j</B></A> - package org.apache.logging.log4j<DD>Public API for Log4j 2.<DT><A HREF="./org/apache/logging/log4j/message/package-summary.html"><B>org.apache.logging.log4j.message</B></A> - package org.apache.logging.log4j.message<DD>Public Message Types used for Log4j 2.<DT><A HREF="./org/apache/logging/log4j/simple/package-summary.html"><B>org.apache.logging.log4j.simple</B></A> - package org.apache.logging.log4j.simple<DD>Simple logging implementation.<DT><A HREF="./org/apache/logging/log4j/spi/package-summary.html"><B>org.apache.logging.log4j.spi</B></A> - package org.apache.logging.log4j.spi<DD>Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.<DT><A HREF="./org/apache/logging/log4j/status/package-summary.html"><B>org.apache.logging.log4j.status</B></A> - package org.apache.logging.log4j.status<DD>Status API for Log4j 2.<DT><A HREF="./org/apache/logging/log4j/util/package-summary.html"><B>org.apache.logging.log4j.util</B></A> - package org.apache.logging.log4j.util<DD>Internal utility classes for the Log4j 2 API.<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#ORIGIN"><B>ORIGIN</B></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>
<DD>RFC 5424 Origin.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html" title="class in org.apache.logging.log4j.message"><B>ParameterizedMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Handles messages that consist of a format string containing '{}' to represent each replaceable token, and
the parameters.<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String, java.lang.String[], java.lang.Throwable)"><B>ParameterizedMessage(String, String[], Throwable)</B></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>
<DD>Creates a parameterized message.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String, java.lang.Object[], java.lang.Throwable)"><B>ParameterizedMessage(String, Object[], Throwable)</B></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>
<DD>Creates a parameterized message.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String, java.lang.Object[])"><B>ParameterizedMessage(String, Object[])</B></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>
<DD>Constructs a ParameterizedMessage which contains the arguments converted to String as well as an optional
Throwable.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String, java.lang.Object)"><B>ParameterizedMessage(String, Object)</B></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>
<DD>Constructor with a pattern and a single parameter.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#ParameterizedMessage(java.lang.String, java.lang.Object, java.lang.Object)"><B>ParameterizedMessage(String, Object, Object)</B></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>
<DD>Constructor with a pattern and two parameters.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>ParameterizedMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Enables use of <code>{}</code> parameter markers in message strings.<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessageFactory.html#ParameterizedMessageFactory()"><B>ParameterizedMessageFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#peek()"><B>peek()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#peek()"><B>peek()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#peek()"><B>peek()</B></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>
<DD>Returns the element at the top of the stack without removing it or null if the stack is empty.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#peek()"><B>peek()</B></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>
<DD>Looks at the last diagnostic context at the top of this NDC
without removing it.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#pop()"><B>pop()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#pop()"><B>pop()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#pop()"><B>pop()</B></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>
<DD>Returns the element at the top of the stack.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#pop()"><B>pop()</B></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>
<DD>Returns the value of the last item placed on the stack.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#printf(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>printf(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a formatted message using the specified format string and arguments.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#printf(java.lang.String, java.lang.Object...)"><B>printf(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs a formatted message using the specified format string and arguments.
<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...)"><B>printf(Level, Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a formatted message using the specified format string and arguments.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><B>printf(Level, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a formatted message using the specified format string and arguments.
<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...)"><B>printf(Level, Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><B>printf(Level, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html" title="class in org.apache.logging.log4j.util"><B>PropertiesUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#PropertiesUtil(java.util.Properties)"><B>PropertiesUtil(Properties)</B></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>
<DD>Constructs a PropertiesUtil using a given Properties object as its source of defined properties.
<DT><A HREF="./org/apache/logging/log4j/util/PropertiesUtil.html#PropertiesUtil(java.lang.String)"><B>PropertiesUtil(String)</B></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>
<DD>Constructs a PropertiesUtil for a given properties file name on the classpath.
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html" title="class in org.apache.logging.log4j.spi"><B>Provider</B></A> - Class in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Model class for a Log4j 2 provider.<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#Provider(java.util.Properties, java.net.URL, java.lang.ClassLoader)"><B>Provider(Properties, URL, ClassLoader)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#PROVIDER_RESOURCE"><B>PROVIDER_RESOURCE</B></A> -
Static variable in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</A>
<DD>Resource name for a Log4j 2 provider properties file.
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#PROVIDERS"><B>PROVIDERS</B></A> -
Static variable in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util"><B>ProviderUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><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.<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#push(java.lang.String)"><B>push(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#push(java.lang.String)"><B>push(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#push(java.lang.String)"><B>push(String)</B></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>
<DD>Pushes an element onto the stack.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#push(java.lang.String)"><B>push(String)</B></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>
<DD>Pushes new diagnostic context information for the current thread.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#push(java.lang.String, java.lang.Object...)"><B>push(String, Object...)</B></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>
<DD>Pushes new diagnostic context information for the current thread.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></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>
<DD>Add an item to the data Map.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></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>
<DD>Put a context value (the <code>o</code> parameter) as identified
with the <code>key</code> parameter into the current thread's
context map.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#put(java.lang.String, java.lang.String)"><B>put(String, String)</B></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>
<DD>Puts a context value (the <code>value</code> parameter) as identified
with the <code>key</code> parameter into the current thread's
context map.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#putAll(java.util.Map)"><B>putAll(Map&lt;String, String&gt;)</B></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>
<DD>Add all the elements from the specified Map.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#QUOTE"><B>QUOTE</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#quote(java.lang.String)"><B>quote(String)</B></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>
<DD>Returns a quoted string.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/Level.html#readResolve()"><B>readResolve()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_PREFIX"><B>RECURSION_PREFIX</B></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>
<DD>Prefix for recursion.
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#RECURSION_SUFFIX"><B>RECURSION_SUFFIX</B></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>
<DD>Suffix for recursion.
<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util"><B>ReflectionUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em> Provides various methods to determine the caller class.<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#registerListener(org.apache.logging.log4j.status.StatusListener)"><B>registerListener(StatusListener)</B></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>
<DD>Registers a new listener.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLoggerAdapter.html#registry"><B>registry</B></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>
<DD>A map to store loggers for their given LoggerContexts.
<DT><A HREF="./org/apache/logging/log4j/Marker.html#remove(org.apache.logging.log4j.Marker)"><B>remove(Marker)</B></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>
<DD>Removes the specified Marker as a parent of this Marker.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#remove(org.apache.logging.log4j.Marker)"><B>remove(Marker)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#remove(java.lang.String)"><B>remove(String)</B></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>
<DD>Remove the element with the specified name.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#remove(java.lang.String)"><B>remove(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#remove(java.lang.Object)"><B>remove(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#remove(java.lang.Object)"><B>remove(Object)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html#remove(java.lang.String)"><B>remove(String)</B></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>
<DD>Remove the the context identified by the <code>key</code>
parameter.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#remove(java.lang.String)"><B>remove(String)</B></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>
<DD>Removes the context value identified by the <code>key</code> parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#removeAll(java.util.Collection)"><B>removeAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#removeAll(java.util.Collection)"><B>removeAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)"><B>removeContext(LoggerContext)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/LoggerContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)"><B>removeContext(LoggerContext)</B></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>
<DD>Removes knowledge of a LoggerContext.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#removeListener(org.apache.logging.log4j.status.StatusListener)"><B>removeListener(StatusListener)</B></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>
<DD>Removes a StatusListener.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#removeStack()"><B>removeStack()</B></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>
<DD>Removes the diagnostic context for this thread.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#RESERVED"><B>RESERVED</B></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>
<DD>Reserved enterprise number.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#reset()"><B>reset()</B></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>
<DD>Clears the list of status events and listeners.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#retainAll(java.util.Collection)"><B>retainAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#retainAll(java.util.Collection)"><B>retainAll(Collection&lt;?&gt;)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#ROOT_LOGGER_NAME"><B>ROOT_LOGGER_NAME</B></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>
<DD>The name of the root Logger.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/LogManager.html#setFactory(org.apache.logging.log4j.spi.LoggerContextFactory)"><B>setFactory(LoggerContextFactory)</B></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>
<DD>Sets the current LoggerContextFactory to use.
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#setFilters(java.lang.String...)"><B>setFilters(String...)</B></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>
<DD>Adds package name filters to exclude.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#setId(java.lang.String)"><B>setId(String)</B></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>
<DD>Sets the id from a String.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#setId(org.apache.logging.log4j.message.StructuredDataId)"><B>setId(StructuredDataId)</B></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>
<DD>Sets the id.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></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>
<DD>Sets the level to a new value.
<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/LocalizedMessage.html#setLoggerName(java.lang.String)"><B>setLoggerName(String)</B></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>
<DD>Set the name of the Logger.
<DT><A HREF="./org/apache/logging/log4j/message/LoggerNameAwareMessage.html#setLoggerName(java.lang.String)"><B>setLoggerName(String)</B></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>
<DD>The name of the Logger.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#setMessageFormat(java.lang.String)"><B>setMessageFormat(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Marker.html#setParents(org.apache.logging.log4j.Marker...)"><B>setParents(Marker...)</B></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>
<DD>Replaces the set of parent Markers with the provided Markers.
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#setParents(org.apache.logging.log4j.Marker...)"><B>setParents(Marker...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#setStack(java.util.Collection)"><B>setStack(Collection&lt;String&gt;)</B></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>
<DD>Sets this thread's stack.
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html#setStream(java.io.PrintStream)"><B>setStream(PrintStream)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#setType(java.lang.String)"><B>setType(String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple"><B>SimpleLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</A><DD>This is the default logger that is used when no suitable logging implementation is available.<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLogger.html#SimpleLogger(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)"><B>SimpleLogger(String, Level, boolean, boolean, boolean, boolean, String, MessageFactory, PropertiesUtil, PrintStream)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html" title="class in org.apache.logging.log4j.simple"><B>SimpleLoggerContext</B></A> - Class in <A HREF="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</A><DD>&nbsp;<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#SimpleLoggerContext()"><B>SimpleLoggerContext()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html" title="class in org.apache.logging.log4j.simple"><B>SimpleLoggerContextFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/simple/package-summary.html">org.apache.logging.log4j.simple</A><DD>&nbsp;<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContextFactory.html#SimpleLoggerContextFactory()"><B>SimpleLoggerContextFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html" title="class in org.apache.logging.log4j.message"><B>SimpleMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>The simplest possible implementation of Message.<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#SimpleMessage()"><B>SimpleMessage()</B></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>
<DD>Basic constructor.
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#SimpleMessage(java.lang.String)"><B>SimpleMessage(String)</B></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>
<DD>Constructor that includes the message.
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#size()"><B>size()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#size()"><B>size()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#SPACE"><B>SPACE</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi"><B>StandardLevel</B></A> - Enum in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>Standard Logging Levels as an enumeration for use internally.<DT><A HREF="./org/apache/logging/log4j/util/Activator.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/ProviderUtil.html#STARTUP_LOCK"><B>STARTUP_LOCK</B></A> -
Static variable in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ProviderUtil.html" title="class in org.apache.logging.log4j.util">ProviderUtil</A>
<DD>Guards the ProviderUtil singleton instance from lazy initialization.
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html" title="class in org.apache.logging.log4j.status"><B>StatusConsoleListener</B></A> - Class in <A HREF="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</A><DD>StatusListener that writes to the Console.<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#StatusConsoleListener(org.apache.logging.log4j.Level)"><B>StatusConsoleListener(Level)</B></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>
<DD>Creates the StatusConsoleListener using the supplied Level.
<DT><A HREF="./org/apache/logging/log4j/status/StatusConsoleListener.html#StatusConsoleListener(org.apache.logging.log4j.Level, java.io.PrintStream)"><B>StatusConsoleListener(Level, PrintStream)</B></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>
<DD>Creates the StatusConsoleListener using the supplied Level.
<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html" title="class in org.apache.logging.log4j.status"><B>StatusData</B></A> - Class in <A HREF="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</A><DD>The Status data.<DT><A HREF="./org/apache/logging/log4j/status/StatusData.html#StatusData(java.lang.StackTraceElement, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>StatusData(StackTraceElement, Level, Message, Throwable)</B></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>
<DD>Creates the StatusData object.
<DT><A HREF="./org/apache/logging/log4j/status/StatusListener.html" title="interface in org.apache.logging.log4j.status"><B>StatusListener</B></A> - Interface in <A HREF="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</A><DD>Interface that allows implementers to be notified of events in the logging system.<DT><A HREF="./org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status"><B>StatusLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/status/package-summary.html">org.apache.logging.log4j.status</A><DD>Records events that occur in the logging system.<DT><A HREF="./org/apache/logging/log4j/util/Activator.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/StringBuilders.html" title="class in org.apache.logging.log4j.util"><B>StringBuilders</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/util/StringBuilders.html#StringBuilders()"><B>StringBuilders()</B></A> -
Constructor for 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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html" title="class in org.apache.logging.log4j.message"><B>StringFormattedMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Handles messages that consist of a format string conforming to <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html?is-external=true" title="class or interface in java.util"><CODE>Formatter</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#StringFormattedMessage(java.lang.String, java.lang.Object...)"><B>StringFormattedMessage(String, Object...)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html" title="class in org.apache.logging.log4j.message"><B>StringFormatterMessageFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Enables use of <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html?is-external=true" title="class or interface in java.util"><CODE>Formatter</CODE></A> strings in message strings.<DT><A HREF="./org/apache/logging/log4j/message/StringFormatterMessageFactory.html#StringFormatterMessageFactory()"><B>StringFormatterMessageFactory()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html" title="class in org.apache.logging.log4j.util"><B>Strings</B></A> - Class in <A HREF="./org/apache/logging/log4j/util/package-summary.html">org.apache.logging.log4j.util</A><DD><em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html" title="class in org.apache.logging.log4j.message"><B>StructuredDataId</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>The StructuredData identifier.<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String, java.lang.String[], java.lang.String[])"><B>StructuredDataId(String, String[], String[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#StructuredDataId(java.lang.String, int, java.lang.String[], java.lang.String[])"><B>StructuredDataId(String, int, String[], String[])</B></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>
<DD>A Constructor that helps conformance to RFC 5424.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html" title="class in org.apache.logging.log4j.message"><B>StructuredDataMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Represents a Message that conforms to an RFC 5424 StructuredData element along with the syslog message.<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String, java.lang.String, java.lang.String)"><B>StructuredDataMessage(String, String, String)</B></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>
<DD>Creates a StructuredDataMessage using an ID (max 32 characters), message, and type (max 32 characters).
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(java.lang.String, java.lang.String, java.lang.String, java.util.Map)"><B>StructuredDataMessage(String, String, String, Map&lt;String, String&gt;)</B></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>
<DD>Creates a StructuredDataMessage using an ID (max 32 characters), message, type (max 32 characters), and an
initial map of structured data to include.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId, java.lang.String, java.lang.String)"><B>StructuredDataMessage(StructuredDataId, String, String)</B></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>
<DD>Creates a StructuredDataMessage using a StructuredDataId, message, and type (max 32 characters).
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage(org.apache.logging.log4j.message.StructuredDataId, java.lang.String, java.lang.String, java.util.Map)"><B>StructuredDataMessage(StructuredDataId, String, String, Map&lt;String, String&gt;)</B></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>
<DD>Creates a StructuredDataMessage using a StructuredDataId, message, type (max 32 characters), and an initial map
of structured data to include.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#StructuredDataMessage()"><B>StructuredDataMessage()</B></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>
<DD>Basic constructor.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html" title="enum in org.apache.logging.log4j.message"><B>StructuredDataMessage.Format</B></A> - Enum in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Supported formats.<DT><A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html#supportsFastReflection()"><B>supportsFastReflection()</B></A> -
Static method in class org.apache.logging.log4j.util.<A HREF="./org/apache/logging/log4j/util/ReflectionUtil.html" title="class in org.apache.logging.log4j.util">ReflectionUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/simple/SimpleLoggerContext.html#SYSTEM_PREFIX"><B>SYSTEM_PREFIX</B></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>
<DD>All system properties used by <code>SimpleLog</code> start with this
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/util/Chars.html#TAB"><B>TAB</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/Provider.html#THREAD_CONTEXT_MAP"><B>THREAD_CONTEXT_MAP</B></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>
<DD>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>.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html" title="class in org.apache.logging.log4j"><B>ThreadContext</B></A> - Class in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>The ThreadContext allows applications to store information either in a Map or a Stack.<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html" title="interface in org.apache.logging.log4j"><B>ThreadContext.ContextStack</B></A> - Interface in <A HREF="./org/apache/logging/log4j/package-summary.html">org.apache.logging.log4j</A><DD>The ThreadContext Stack interface.<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextMap.html" title="interface in org.apache.logging.log4j.spi"><B>ThreadContextMap</B></A> - Interface in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>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>.<DT><A HREF="./org/apache/logging/log4j/spi/ThreadContextStack.html" title="interface in org.apache.logging.log4j.spi"><B>ThreadContextStack</B></A> - Interface in <A HREF="./org/apache/logging/log4j/spi/package-summary.html">org.apache.logging.log4j.spi</A><DD>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>.<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html" title="class in org.apache.logging.log4j.message"><B>ThreadDumpMessage</B></A> - Class in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Captures information about all running Threads.<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#ThreadDumpMessage(java.lang.String)"><B>ThreadDumpMessage(String)</B></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>
<DD>Generate a ThreadDumpMessage with a title.
<DT><A HREF="./org/apache/logging/log4j/LevelLogger.html#throwing(T)"><B>throwing(T)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/LevelLogger.html" title="interface in org.apache.logging.log4j">LevelLogger</A>
<DD>Logs an exception or error to be thrown.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level, T)"><B>throwing(Level, T)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs an exception or error to be thrown.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#throwing(T)"><B>throwing(T)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs an exception or error to be thrown.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(T)"><B>throwing(T)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(org.apache.logging.log4j.Level, T)"><B>throwing(Level, T)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#throwing(java.lang.String, org.apache.logging.log4j.Level, T)"><B>throwing(String, Level, T)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>Logs a Throwable to be thrown.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#THROWING_MARKER"><B>THROWING_MARKER</B></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>
<DD>Marker for throwing exceptions.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#throwingMsg(java.lang.Throwable)"><B>throwingMsg(Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#TIME_QUALITY"><B>TIME_QUALITY</B></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>
<DD>RFC 5424 Time Quality.
<DT><A HREF="./org/apache/logging/log4j/message/TimestampMessage.html" title="interface in org.apache.logging.log4j.message"><B>TimestampMessage</B></A> - Interface in <A HREF="./org/apache/logging/log4j/message/package-summary.html">org.apache.logging.log4j.message</A><DD>Messages that use this interface will cause the timestamp in the message to be used instead of the timestamp in
the LogEvent.<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toArray()"><B>toArray()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toArray(T[])"><B>toArray(T[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray()"><B>toArray()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toArray(T[])"><B>toArray(T[])</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#toLevel(java.lang.String)"><B>toLevel(String)</B></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>
<DD>Converts the string passed as argument to a level.
<DT><A HREF="./org/apache/logging/log4j/Level.html#toLevel(java.lang.String, org.apache.logging.log4j.Level)"><B>toLevel(String, Level)</B></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>
<DD>Converts the string passed as argument to a level.
<DT><A HREF="./org/apache/logging/log4j/Level.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/MarkerManager.Log4jMarker.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/FormattedMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/MessageFormatMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ObjectMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ParameterizedMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/SimpleMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StringFormattedMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataId.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextMap.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#toString()"><B>toString()</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#TRACE"><B>TRACE</B></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>
<DD>A fine-grained debug message, typically capturing the flow through the application.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>trace(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>trace(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object)"><B>trace(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>trace(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String)"><B>trace(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>trace(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>trace(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)"><B>trace(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>trace(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(java.lang.String)"><B>trace(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Object...)"><B>trace(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Throwable)"><B>trace(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>trace(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>trace(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object)"><B>trace(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>trace(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, java.lang.String)"><B>trace(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>trace(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>trace(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message)"><B>trace(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>trace(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String)"><B>trace(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String, java.lang.Object...)"><B>trace(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#trace(java.lang.String, java.lang.Throwable)"><B>trace(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/DefaultThreadContextStack.html#trim(int)"><B>trim(int)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/MutableThreadContextStack.html#trim(int)"><B>trim(int)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.ContextStack.html#trim(int)"><B>trim(int)</B></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>
<DD>Trims elements from the end of the stack.
<DT><A HREF="./org/apache/logging/log4j/ThreadContext.html#trim(int)"><B>trim(int)</B></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>
<DD>Trims elements from this diagnostic context.
<DT><A HREF="./org/apache/logging/log4j/util/Strings.html#trimToNull(java.lang.String)"><B>trimToNull(String)</B></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>
<DD>
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>.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.html#validate(java.lang.String, java.lang.String)"><B>validate(String, String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.html#validate(java.lang.String, java.lang.String)"><B>validate(String, String)</B></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>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/Level.html#valueOf(java.lang.String)"><B>valueOf(String)</B></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>
<DD>Return the Level associated with the name.
<DT><A HREF="./org/apache/logging/log4j/Level.html#valueOf(java.lang.Class, java.lang.String)"><B>valueOf(Class&lt;T&gt;, String)</B></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>
<DD>Returns the enum constant of the specified enum type with the specified name.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html#valueOf(java.lang.String)"><B>valueOf(String)</B></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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/logging/log4j/spi/StandardLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></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>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class, java.lang.String)"><B>valueOf(Class&lt;T&gt;, String)</B></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>
<DD>Returns the Result for the given string.
<DT><A HREF="./org/apache/logging/log4j/util/EnglishEnums.html#valueOf(java.lang.Class, java.lang.String, T)"><B>valueOf(Class&lt;T&gt;, String, T)</B></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>
<DD>Returns an enum value for the given string.
<DT><A HREF="./org/apache/logging/log4j/Level.html#values()"><B>values()</B></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>
<DD>Return an array of all the Levels that have been registered.
<DT><A HREF="./org/apache/logging/log4j/message/MapMessage.MapFormat.html#values()"><B>values()</B></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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/logging/log4j/message/StructuredDataMessage.Format.html#values()"><B>values()</B></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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/apache/logging/log4j/spi/StandardLevel.html#values()"><B>values()</B></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>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/logging/log4j/Level.html#WARN"><B>WARN</B></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>
<DD>An event that might possible lead to an error.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>warn(Marker, Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>warn(Marker, Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object)"><B>warn(Marker, Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>warn(Marker, Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String)"><B>warn(Marker, String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>warn(Marker, String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>warn(Marker, String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)"><B>warn(Message)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>warn(Message, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with the specific Marker at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(java.lang.String)"><B>warn(String)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message object with the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Object...)"><B>warn(String, Object...)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>Logs a message with parameters at the <A HREF="./org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.
<DT><A HREF="./org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Throwable)"><B>warn(String, Throwable)</B></A> -
Method in interface org.apache.logging.log4j.<A HREF="./org/apache/logging/log4j/Logger.html" title="interface in org.apache.logging.log4j">Logger</A>
<DD>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="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>
<code>t</code> passed as parameter.
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><B>warn(Marker, Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<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)"><B>warn(Marker, Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object)"><B>warn(Marker, Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>warn(Marker, Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, java.lang.String)"><B>warn(Marker, String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>warn(Marker, String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><B>warn(Marker, String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message)"><B>warn(Message)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>warn(Message, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String)"><B>warn(String)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String, java.lang.Object...)"><B>warn(String, Object...)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html#warn(java.lang.String, java.lang.Throwable)"><B>warn(String, Throwable)</B></A> -
Method in class org.apache.logging.log4j.spi.<A HREF="./org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/logging/log4j/message/ThreadDumpMessage.html#writeReplace()"><B>writeReplace()</B></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>
<DD>Creates a ThreadDumpMessageProxy that can be serialized.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<p align="center">Copyright &#169; 1999-2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.<br /> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>
</BODY>
</HTML>