| <!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 Sat Jun 21 16:46:50 MST 2014 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Index (Apache Log4j Core 2.0-rc2 API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2014-06-21"> |
| |
| <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 Core 2.0-rc2 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> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <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="#_J_">J</A> <A HREF="#_K_">K</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="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A> <HR> |
| <A NAME="_A_"><!-- --></A><H2> |
| <B>A</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html#abbreviate(java.lang.String)"><B>abbreviate(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html" title="class in org.apache.logging.log4j.core.pattern">NameAbbreviator</A> |
| <DD>Abbreviates a name in a String. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NamePatternConverter.html#abbreviate(java.lang.String)"><B>abbreviate(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">NamePatternConverter</A> |
| <DD>Abbreviate name in string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action"><B>AbstractAction</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>Abstract base class for implementations of Action.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#AbstractAction()"><B>AbstractAction()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>AbstractAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Abstract base class for Appenders.<DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#AbstractAppender(java.lang.String, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.Layout)"><B>AbstractAppender(String, Filter, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Constructor that defaults to suppressing exceptions. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#AbstractAppender(java.lang.String, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.Layout, boolean)"><B>AbstractAppender(String, Filter, Layout<? extends Serializable>, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config"><B>AbstractConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>The base Configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#AbstractConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>AbstractConfiguration(ConfigurationSource)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db"><B>AbstractDatabaseAppender</B></A><<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="type parameter in AbstractDatabaseAppender">T</A> extends <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A>> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/package-summary.html">org.apache.logging.log4j.core.appender.db</A><DD>An abstract Appender for writing events to a database of some type, be it relational or NoSQL.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#AbstractDatabaseAppender(java.lang.String, org.apache.logging.log4j.core.Filter, boolean, T)"><B>AbstractDatabaseAppender(String, Filter, boolean, T)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD>Instantiates the base appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db"><B>AbstractDatabaseManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/package-summary.html">org.apache.logging.log4j.core.appender.db</A><DD>Manager that allows database appenders to have their configuration reloaded without losing events.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#AbstractDatabaseManager(java.lang.String, int)"><B>AbstractDatabaseManager(String, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Instantiates the base manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.AbstractFactoryData.html" title="class in org.apache.logging.log4j.core.appender.db"><B>AbstractDatabaseManager.AbstractFactoryData</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/package-summary.html">org.apache.logging.log4j.core.appender.db</A><DD>Implementations should extend this class for passing data between the getManager method and the manager factory |
| class.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.AbstractFactoryData.html#AbstractDatabaseManager.AbstractFactoryData(int)"><B>AbstractDatabaseManager.AbstractFactoryData(int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.AbstractFactoryData.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager.AbstractFactoryData</A> |
| <DD>Constructs the base factory data. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>AbstractFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Users should extend this class to implement filters.<DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#AbstractFilter()"><B>AbstractFilter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>The default constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#AbstractFilter(org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>AbstractFilter(Filter.Result, Filter.Result)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Constructor that allows the onMatch and onMismatch actions to be set. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter"><B>AbstractFilterable</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Enhances a Class by allowing it to contain Filters.<DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#AbstractFilterable(org.apache.logging.log4j.core.Filter)"><B>AbstractFilterable(Filter)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#AbstractFilterable()"><B>AbstractFilterable()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms"><B>AbstractJmsManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Base Class for Managers of JMS connections.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#AbstractJmsManager(java.lang.String)"><B>AbstractJmsManager(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html" title="class in org.apache.logging.log4j.core.net.jms"><B>AbstractJmsReceiver</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Abstract base class for receiving LogEvents over JMS.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html#AbstractJmsReceiver()"><B>AbstractJmsReceiver()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsReceiver</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>AbstractKeyStoreConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD>Configuration of the KeyStore<DT><A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html#AbstractKeyStoreConfiguration(java.lang.String, java.lang.String, java.lang.String)"><B>AbstractKeyStoreConfiguration(String, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">AbstractKeyStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>AbstractLayout</B></A><<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="type parameter in AbstractLayout">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Abstract base class for Layouts.<DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#AbstractLayout()"><B>AbstractLayout()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core"><B>AbstractLifeCycle</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>A life cycle to be extended.<DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#AbstractLifeCycle()"><B>AbstractLifeCycle()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core"><B>AbstractLogEvent</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>An abstract log event implementation with default values for all methods.<DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#AbstractLogEvent()"><B>AbstractLogEvent()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server"><B>AbstractLogEventBridge</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="type parameter in AbstractLogEventBridge">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Abstract class for implementations of <A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html" title="interface in org.apache.logging.log4j.core.net.server"><CODE>LogEventBridge</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html#AbstractLogEventBridge()"><B>AbstractLogEventBridge()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">AbstractLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><B>AbstractLogEventWrapperEntity</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa</A><DD> |
| Users of the JPA appender MUST extend this class, using JPA annotations on the concrete class and all of its |
| accessor methods (as needed) to map them to the proper table and columns.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#AbstractLogEventWrapperEntity()"><B>AbstractLogEventWrapperEntity()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>Instantiates this base class. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#AbstractLogEventWrapperEntity(org.apache.logging.log4j.core.LogEvent)"><B>AbstractLogEventWrapperEntity(LogEvent)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>Instantiates this base class. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender"><B>AbstractManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Abstract base class used to register managers.<DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#AbstractManager(java.lang.String)"><B>AbstractManager(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>AbstractOutputStreamAppender</B></A><<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="type parameter in AbstractOutputStreamAppender">M</A> extends <A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A>> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Appends log events as bytes to a byte output stream.<DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#AbstractOutputStreamAppender(java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, boolean, boolean, M)"><B>AbstractOutputStreamAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, M)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD>Instantiate a WriterAppender and set the output destination to a |
| new <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStreamWriter.html?is-external=true" title="class or interface in java.io"><CODE>OutputStreamWriter</CODE></A> initialized with <code>os</code> |
| as its <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>AbstractPatternConverter is an abstract class that provides the |
| formatting functionality that derived classes need.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html#AbstractPatternConverter(java.lang.String, java.lang.String)"><B>AbstractPatternConverter(String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractPatternConverter</A> |
| <DD>Create a new pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>AbstractPluginVisitor</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="type parameter in AbstractPluginVisitor">A</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>Base class for PluginVisitor implementations.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#AbstractPluginVisitor(java.lang.Class)"><B>AbstractPluginVisitor(Class<A>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD>This constructor must be overridden by implementation classes as a no-arg constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>AbstractRolloverStrategy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.html#AbstractRolloverStrategy()"><B>AbstractRolloverStrategy()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">AbstractRolloverStrategy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net"><B>AbstractSocketManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Abstract base class for managing sockets.<DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html#AbstractSocketManager(java.lang.String, java.io.OutputStream, java.net.InetAddress, java.lang.String, int, org.apache.logging.log4j.core.Layout)"><B>AbstractSocketManager(String, OutputStream, InetAddress, String, int, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net">AbstractSocketManager</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server"><B>AbstractSocketServer</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="type parameter in AbstractSocketServer">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Abstract socket server for TCP and UDP implementations.<DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#AbstractSocketServer(int, org.apache.logging.log4j.core.net.server.LogEventBridge)"><B>AbstractSocketServer(int, LogEventBridge<T>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD>Creates a new socket server. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.ServerConfigurationFactory.html" title="class in org.apache.logging.log4j.core.net.server"><B>AbstractSocketServer.ServerConfigurationFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Factory that creates a Configuration for the server.<DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.ServerConfigurationFactory.html#AbstractSocketServer.ServerConfigurationFactory(java.lang.String)"><B>AbstractSocketServer.ServerConfigurationFactory(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.ServerConfigurationFactory.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer.ServerConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>AbstractStringLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Abstract base class for Layouts that result in a String.<DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html#AbstractStringLayout(java.nio.charset.Charset)"><B>AbstractStringLayout(Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractStringLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html#AbstractStyleNameConverter(java.lang.String, java.util.List, java.lang.String)"><B>AbstractStyleNameConverter(String, List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Black</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Black style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html#AbstractStyleNameConverter.Black(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Black(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Black</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Blue</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Blue style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html#AbstractStyleNameConverter.Blue(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Blue(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Blue</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Cyan</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Cyan style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html#AbstractStyleNameConverter.Cyan(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Cyan(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Cyan</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Green</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Green style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html#AbstractStyleNameConverter.Green(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Green(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Green</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Magenta</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Magenta style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html#AbstractStyleNameConverter.Magenta(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Magenta(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Magenta</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Red</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Red style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html#AbstractStyleNameConverter.Red(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Red(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Red</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.White</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>White style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html#AbstractStyleNameConverter.White(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.White(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.White</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html" title="class in org.apache.logging.log4j.core.pattern"><B>AbstractStyleNameConverter.Yellow</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Yellow style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html#AbstractStyleNameConverter.Yellow(java.util.List, java.lang.String)"><B>AbstractStyleNameConverter.Yellow(List<PatternFormatter>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Yellow</A> |
| <DD>Constructs the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action"><B>Action</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>The Action interface should be implemented by any class that performs |
| file system actions for RollingFileAppenders after the close of |
| the active log file.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html" title="class in org.apache.logging.log4j.core.config.plugins.osgi"><B>Activator</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/package-summary.html">org.apache.logging.log4j.core.config.plugins.osgi</A><DD>OSGi BundleActivator.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html#Activator()"><B>Activator()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.osgi.<A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html" title="class in org.apache.logging.log4j.core.config.plugins.osgi">Activator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html#actualAsyncLog(org.apache.logging.log4j.core.async.RingBufferLogEvent)"><B>actualAsyncLog(RingBufferLogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLogger</A> |
| <DD>This method is called by the EventHandler that processes the |
| RingBufferLogEvent in a separate thread. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#add(org.apache.logging.log4j.core.LogEvent)"><B>add(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html#add(T)"><B>add(T)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="class in org.apache.logging.log4j.core.util">CyclicBuffer</A> |
| <DD>Add an item as the last event in the buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addAppender(org.apache.logging.log4j.core.Appender)"><B>addAppender(Appender)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Adds an Appender to the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addAppender(org.apache.logging.log4j.core.Appender)"><B>addAppender(Appender)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#addAppender(org.apache.logging.log4j.core.Appender, org.apache.logging.log4j.Level, org.apache.logging.log4j.core.Filter)"><B>addAppender(Appender, Level, Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Adds an Appender to the LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#addAppender(org.apache.logging.log4j.core.Appender)"><B>addAppender(Appender)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addComponent(java.lang.String, java.lang.Object)"><B>addComponent(String, Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addComponent(java.lang.String, java.lang.Object)"><B>addComponent(String, Object)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#addFilter(org.apache.logging.log4j.core.Filter)"><B>addFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Adds a filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#addFilter(org.apache.logging.log4j.core.Filter)"><B>addFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html#addFilter(org.apache.logging.log4j.core.Filter)"><B>addFilter(Filter)</B></A> - |
| Method in interface org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</A> |
| <DD>Adds a new Filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#addFilter(org.apache.logging.log4j.core.Filter)"><B>addFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#addFilter(org.apache.logging.log4j.core.Filter)"><B>addFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Add a Filter to the Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#addIfMatching(org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.Test, java.lang.String)"><B>addIfMatching(ResolverUtil.Test, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Add the class designated by the fully qualified class name provided to the set of |
| resolved classes if and only if it is approved by the Test supplied. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addListener(org.apache.logging.log4j.core.config.ConfigurationListener)"><B>addListener(ConfigurationListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Add a listener for changes on the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addListener(org.apache.logging.log4j.core.config.ConfigurationListener)"><B>addListener(ConfigurationListener)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addLogger(java.lang.String, org.apache.logging.log4j.core.config.LoggerConfig)"><B>addLogger(String, LoggerConfig)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Add a loggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addLogger(java.lang.String, org.apache.logging.log4j.core.config.LoggerConfig)"><B>addLogger(String, LoggerConfig)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addLoggerAppender(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.core.Appender)"><B>addLoggerAppender(Logger, Appender)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Associates an Appender with a LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addLoggerAppender(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.core.Appender)"><B>addLoggerAppender(Logger, Appender)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#addLoggerFilter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.core.Filter)"><B>addLoggerFilter(Logger, Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Associates a Filter with a LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#addLoggerFilter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.core.Filter)"><B>addLoggerFilter(Logger, Filter)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#addPackage(java.lang.String)"><B>addPackage(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD><B>Deprecated.</B> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><B>addPropertyChangeListener(PropertyChangeListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Throwables.html#addSuppressed(java.lang.Throwable, java.lang.Throwable)"><B>addSuppressed(Throwable, Throwable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Throwables.html" title="class in org.apache.logging.log4j.core.util">Throwables</A> |
| <DD><B>Deprecated.</B> <I>If compiling on Java 7 and above use <CODE>Throwable#addSuppressed(Throwable)</CODE>. Marked as deprecated because Java 6 is |
| deprecated.</I> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html#advertise(java.util.Map)"><B>advertise(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html" title="class in org.apache.logging.log4j.core.config">DefaultAdvertiser</A> |
| <DD>Does nothing. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Advertiser.html#advertise(java.util.Map)"><B>advertise(Map<String, String>)</B></A> - |
| Method in interface org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Advertiser.html" title="interface in org.apache.logging.log4j.core.net">Advertiser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html#advertise(java.util.Map)"><B>advertise(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html" title="class in org.apache.logging.log4j.core.net">MulticastDnsAdvertiser</A> |
| <DD>Advertise the provided entity. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Advertiser.html" title="interface in org.apache.logging.log4j.core.net"><B>Advertiser</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#aliases"><B>aliases</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#allLines()"><B>allLines()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Determines if all lines should be printed. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#annotation"><B>annotation</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern"><B>AnsiEscape</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Converts text into ANSI escape sequences.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#anyLines()"><B>anyLines()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Determines if any lines should be printed. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD>Actual writing occurs here. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD>Log in <code>Appender</code> specific way. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Actual writing occurs here. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html" title="class in org.apache.logging.log4j.core.appender">FailoverAppender</A> |
| <DD>Handle the Log event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsQueueAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.jms.<A HREF="./org/apache/logging/log4j/core/appender/jms/JmsQueueAppender.html" title="class in org.apache.logging.log4j.core.appender.jms">JmsQueueAppender</A> |
| <DD>Actual writing occurs here. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsTopicAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.jms.<A HREF="./org/apache/logging/log4j/core/appender/jms/JmsTopicAppender.html" title="class in org.apache.logging.log4j.core.appender.jms">JmsTopicAppender</A> |
| <DD>Actual writing occurs here. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileAppender</A> |
| <DD>Write the log entry rolling over the file when required. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html" title="class in org.apache.logging.log4j.core.appender.rewrite">RewriteAppender</A> |
| <DD>Modify the event and pass to the subordinate Appenders. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingFileAppender</A> |
| <DD>Write the log entry rolling over the file when required. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD>Write the log entry rolling over the file when required. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html" title="class in org.apache.logging.log4j.core.appender.routing">RoutingAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html#append(org.apache.logging.log4j.core.LogEvent)"><B>append(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html" title="class in org.apache.logging.log4j.core.appender">SmtpAppender</A> |
| <DD>Perform SmtpAppender specific appending actions, mainly adding the event |
| to a cyclic buffer and checking if the event triggers an e-mail to be |
| sent. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core"><B>Appender</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Appends log events.<DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>AppenderAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>AppenderAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#AppenderAdmin(java.lang.String, org.apache.logging.log4j.core.Appender)"><B>AppenderAdmin(String, Appender)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD>Constructs a new <code>AppenderAdmin</code> with the specified contextName |
| and appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>AppenderAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing an <code>Appender</code>.<DT><A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html" title="class in org.apache.logging.log4j.core.config"><B>AppenderControl</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Wraps an <A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core"><CODE>Appender</CODE></A> with details an appender implementation shouldn't need to know about.<DT><A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html#AppenderControl(org.apache.logging.log4j.core.Appender, org.apache.logging.log4j.Level, org.apache.logging.log4j.core.Filter)"><B>AppenderControl(Appender, Level, Filter)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html" title="class in org.apache.logging.log4j.core.config">AppenderControl</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html" title="class in org.apache.logging.log4j.core.appender"><B>AppenderLoggingException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Thrown from an appender when a log event could not be written.<DT><A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html#AppenderLoggingException(java.lang.String)"><B>AppenderLoggingException(String)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html" title="class in org.apache.logging.log4j.core.appender">AppenderLoggingException</A> |
| <DD>Construct an exception with a message. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html#AppenderLoggingException(java.lang.String, java.lang.Throwable)"><B>AppenderLoggingException(String, Throwable)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html" title="class in org.apache.logging.log4j.core.appender">AppenderLoggingException</A> |
| <DD>Construct an exception with a message and underlying cause. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html#AppenderLoggingException(java.lang.Throwable)"><B>AppenderLoggingException(Throwable)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AppenderLoggingException.html" title="class in org.apache.logging.log4j.core.appender">AppenderLoggingException</A> |
| <DD>Construct an exception with an underlying cause. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config"><B>AppenderRef</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>An Appender reference.<DT><A HREF="./org/apache/logging/log4j/core/config/AppendersPlugin.html" title="class in org.apache.logging.log4j.core.config"><B>AppendersPlugin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>An Appender container.<DT><A HREF="./org/apache/logging/log4j/core/util/Transform.html#appendEscapingCData(java.lang.StringBuilder, java.lang.String)"><B>appendEscapingCData(StringBuilder, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Transform.html" title="class in org.apache.logging.log4j.core.util">Transform</A> |
| <DD>Ensures that embedded CDEnd strings (]]>) are handled properly |
| within message, NDC and throwable tag text. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#appendWithSeparators(java.lang.StringBuilder, java.lang.Iterable, java.lang.String)"><B>appendWithSeparators(StringBuilder, Iterable<?>, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Appends a iterable placing separators between each value, but |
| not before the first or after the last. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ArrayPatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern"><B>ArrayPatternConverter</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Interface implemented by PatternConverters that accept an array of objects when formatting.<DT><A HREF="./org/apache/logging/log4j/core/util/Assert.html" title="class in org.apache.logging.log4j.core.util"><B>Assert</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Utility class providing common validation logic.<DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>AsyncAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Appends to one or more Appenders asynchronously.<DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>AsyncAppenderAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>AsyncAppenderAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#AsyncAppenderAdmin(java.lang.String, org.apache.logging.log4j.core.appender.AsyncAppender)"><B>AsyncAppenderAdmin(String, AsyncAppender)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD>Constructs a new <code>AsyncAppenderAdmin</code> with the specified contextName |
| and async appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>AsyncAppenderAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing an <code>AsyncAppender</code>.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async"><B>AsyncLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>AsyncLogger is a logger designed for high throughput and low latency logging.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html#AsyncLogger(org.apache.logging.log4j.core.LoggerContext, java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>AsyncLogger(LoggerContext, String, MessageFactory)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLogger</A> |
| <DD>Constructs an <code>AsyncLogger</code> with the specified context, name and |
| message factory. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async"><B>AsyncLoggerConfig</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>Asynchronous Logger object that is created via configuration and can be |
| combined with synchronous loggers.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#AsyncLoggerConfig()"><B>AsyncLoggerConfig()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD>Default constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#AsyncLoggerConfig(java.lang.String, org.apache.logging.log4j.Level, boolean)"><B>AsyncLoggerConfig(String, Level, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD>Constructor that sets the name, level and additive values. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#AsyncLoggerConfig(java.lang.String, java.util.List, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.Level, boolean, org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, boolean)"><B>AsyncLoggerConfig(String, List<AppenderRef>, Filter, Level, boolean, Property[], Configuration, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.async"><B>AsyncLoggerConfig.RootLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>An asynchronous root Logger.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.RootLogger.html#AsyncLoggerConfig.RootLogger()"><B>AsyncLoggerConfig.RootLogger()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig.RootLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async"><B>AsyncLoggerContext</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD><code>LoggerContext</code> that creates <code>AsyncLogger</code> objects.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#AsyncLoggerContext(java.lang.String)"><B>AsyncLoggerContext(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#AsyncLoggerContext(java.lang.String, java.lang.Object)"><B>AsyncLoggerContext(String, Object)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#AsyncLoggerContext(java.lang.String, java.lang.Object, java.net.URI)"><B>AsyncLoggerContext(String, Object, URI)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#AsyncLoggerContext(java.lang.String, java.lang.Object, java.lang.String)"><B>AsyncLoggerContext(String, Object, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async"><B>AsyncLoggerContextSelector</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD><code>ContextSelector</code> that returns the singleton <code>AsyncLoggerContext</code>.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html#AsyncLoggerContextSelector()"><B>AsyncLoggerContextSelector()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_B_"><!-- --></A><H2> |
| <B>B</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector"><B>BasicContextSelector</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/selector/package-summary.html">org.apache.logging.log4j.core.selector</A><DD>Returns either this Thread's context or the default LoggerContext.<DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#BasicContextSelector()"><B>BasicContextSelector()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><B>BasicLogEventEntity</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa</A><DD>Users of the JPA appender may want to extend this class instead of <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><CODE>AbstractLogEventWrapperEntity</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#BasicLogEventEntity()"><B>BasicLogEventEntity()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Instantiates this base class. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#BasicLogEventEntity(org.apache.logging.log4j.core.LogEvent)"><B>BasicLogEventEntity(LogEvent)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Instantiates this base class. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Booleans.html" title="class in org.apache.logging.log4j.core.util"><B>Booleans</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Boolean helpers.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html#build()"><B>build()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginBuilder</A> |
| <DD>Builds the plugin object. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#build()"><B>build()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#build()"><B>build()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Builder.html#build()"><B>build()</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Builder.html" title="interface in org.apache.logging.log4j.core.util">Builder</A> |
| <DD>Builds the plugin object after all configuration has been set. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Builder.html" title="interface in org.apache.logging.log4j.core.util"><B>Builder</B></A><<A HREF="./org/apache/logging/log4j/core/util/Builder.html" title="type parameter in Builder">T</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>A type of Plugin builder that can be used to configure and create a plugin instance using a Java DSL instead of |
| through a configuration file.<DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util"><B>BundleResourceLoader</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Bundle-based ResourceLoader.<DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html#BundleResourceLoader(org.osgi.framework.Bundle)"><B>BundleResourceLoader(Bundle)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util">BundleResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>BurstFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>The <code>BurstFilter</code> is a logging filter that regulates logging |
| traffic.</DL> |
| <HR> |
| <A NAME="_C_"><!-- --></A><H2> |
| <B>C</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CachedClock.html" title="class in org.apache.logging.log4j.core.util"><B>CachedClock</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Implementation of the <code>Clock</code> interface that tracks the time in a |
| private long field that is updated by a background thread once every |
| millisecond.<DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#calcLocation(java.lang.String)"><B>calcLocation(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html#callAppender(org.apache.logging.log4j.core.LogEvent)"><B>callAppender(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html" title="class in org.apache.logging.log4j.core.config">AppenderControl</A> |
| <DD>Call the appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#callAppenders(org.apache.logging.log4j.core.LogEvent)"><B>callAppenders(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD>Passes on the event to a separate thread that will call |
| <A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#asyncCallAppenders(org.apache.logging.log4j.core.LogEvent)"><CODE>AsyncLoggerConfig.asyncCallAppenders(LogEvent)</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#callAppenders(org.apache.logging.log4j.core.LogEvent)"><B>callAppenders(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#canDeserialize(java.io.Serializable)"><B>canDeserialize(Serializable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#charMatcher(char)"><B>charMatcher(char)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Constructor that creates a matcher from a character. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#charSetMatcher(char[])"><B>charSetMatcher(char[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Constructor that creates a matcher from a set of characters. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#charSetMatcher(java.lang.String)"><B>charSetMatcher(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Constructor that creates a matcher from a string representing a set of characters. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Charsets.html" title="class in org.apache.logging.log4j.core.util"><B>Charsets</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Charset utilities.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationMonitor.html#checkConfiguration()"><B>checkConfiguration()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationMonitor.html" title="interface in org.apache.logging.log4j.core.config">ConfigurationMonitor</A> |
| <DD>Called to determine if the configuration has changed. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfigurationMonitor.html#checkConfiguration()"><B>checkConfiguration()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config">DefaultConfigurationMonitor</A> |
| <DD>Does nothing. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/FileConfigurationMonitor.html#checkConfiguration()"><B>checkConfiguration()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/FileConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config">FileConfigurationMonitor</A> |
| <DD>Called to determine if the configuration has changed. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#checkRollover(org.apache.logging.log4j.core.LogEvent)"><B>checkRollover(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Determine if a rollover should occur. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#CLASS_NAME"><B>CLASS_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector"><B>ClassLoaderContextSelector</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/selector/package-summary.html">org.apache.logging.log4j.core.selector</A><DD>This ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller.<DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html#ClassLoaderContextSelector()"><B>ClassLoaderContextSelector()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util"><B>ClassLoaderResourceLoader</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>ClassLoader-based ResourceLoader.<DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html#ClassLoaderResourceLoader(java.lang.ClassLoader)"><B>ClassLoaderResourceLoader(ClassLoader)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util">ClassLoaderResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ClassNamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>ClassNamePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats the class name of the site of the logging request.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#clazz"><B>clazz</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#clear()"><B>clear()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>Release references held by ring buffer to allow objects to be garbage-collected. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#clear()"><B>clear()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Resets the registry to an empty state. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#clear()"><B>clear()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD>Clear the history. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#clearAppenders()"><B>clearAppenders()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Removes all Appenders. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Clock.html" title="interface in org.apache.logging.log4j.core.util"><B>Clock</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Provides the time stamp used in log events.<DT><A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html" title="class in org.apache.logging.log4j.core.util"><B>ClockFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Factory for <code>Clock</code> objects.<DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Cancels the action if not already initialized or waits till completion. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html#close()"><B>close()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">Action</A> |
| <DD>Cancels the action if not already initialized or waits till completion. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#close()"><B>close()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(java.io.Closeable)"><B>close(Closeable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Closeable</code> (stream or reader/writer). |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(java.net.ServerSocket)"><B>close(ServerSocket)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified resource. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(java.net.DatagramSocket)"><B>close(DatagramSocket)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified resource. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(java.sql.Statement)"><B>close(Statement)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Statement</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(java.sql.Connection)"><B>close(Connection)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Connection</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#close(javax.naming.Context)"><B>close(Context)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Context</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util"><B>Closer</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Helper class for closing resources.<DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(java.io.Closeable)"><B>closeSilent(Closeable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Closeable</code> (stream or reader/writer), |
| ignoring any exceptions thrown by the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(java.net.ServerSocket)"><B>closeSilent(ServerSocket)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified resource, ignoring any exceptions thrown by the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(java.net.DatagramSocket)"><B>closeSilent(DatagramSocket)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified resource, ignoring any exceptions thrown by the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(java.sql.Statement)"><B>closeSilent(Statement)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Statement</code>, ignoring any exceptions thrown by |
| the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(java.sql.Connection)"><B>closeSilent(Connection)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Connection</code>, ignoring any exceptions thrown |
| by the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Closer.html#closeSilent(javax.naming.Context)"><B>closeSilent(Context)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Closer.html" title="class in org.apache.logging.log4j.core.util">Closer</A> |
| <DD>Closes the specified <code>Context</code>, ignoring any exceptions thrown by the close operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CoarseCachedClock.html" title="class in org.apache.logging.log4j.core.util"><B>CoarseCachedClock</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>This Clock implementation is similar to CachedClock.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#collectPlugins()"><B>collectPlugins()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD>Locates all the plugins. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#collectPlugins(boolean)"><B>collectPlugins(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD>Collects plugins, optionally obtaining them from a preload map. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><B>ColumnConfig</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>A configuration element used to configure which event properties are logged to which columns in the database table.<DT><A HREF="./org/apache/logging/log4j/core/util/Patterns.html#COMMA_SEPARATOR"><B>COMMA_SEPARATOR</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Patterns.html" title="class in org.apache.logging.log4j.core.util">Patterns</A> |
| <DD>A pattern string for comma separated lists with optional whitespace. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#commaMatcher()"><B>commaMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the comma character. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#commitAndClose()"><B>commitAndClose()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Commits any active transaction (if applicable) and disconnects from the database (returns the connection to the |
| connection pool). |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#commitAndClose()"><B>commitAndClose()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#commitAndClose()"><B>commitAndClose()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action"><B>CompositeAction</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>A group of Actions to be executed in sequence.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html#CompositeAction(java.util.List, boolean)"><B>CompositeAction(List<Action>, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">CompositeAction</A> |
| <DD>Construct a new composite action. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>CompositeFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Composes and invokes one or more filters.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>CompositeTriggeringPolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Triggering policy that wraps other policies.<DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#concatenateArrays(java.lang.String[], java.lang.String[])"><B>concatenateArrays(String[], String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#config"><B>config</B></A> - |
| Variable in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>config should be consistent across threads. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#config"><B>config</B></A> - |
| Variable in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config"><B>Configuration</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Interface that must be implemented to create a configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#CONFIGURATION_FACTORY_PROPERTY"><B>CONFIGURATION_FACTORY_PROPERTY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Allow the ConfigurationFactory class to be specified as a system property. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#CONFIGURATION_FILE_PROPERTY"><B>CONFIGURATION_FILE_PROPERTY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Allow the location of the configuration file to be specified as a system property. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationException.html" title="class in org.apache.logging.log4j.core.config"><B>ConfigurationException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>This exception is thrown when an error occurs reading from, parsing, using, or initializing the Log4j 2 |
| configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationException.html#ConfigurationException(java.lang.String)"><B>ConfigurationException(String)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationException.html" title="class in org.apache.logging.log4j.core.config">ConfigurationException</A> |
| <DD>Construct an exception with a message. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationException.html#ConfigurationException(java.lang.String, java.lang.Throwable)"><B>ConfigurationException(String, Throwable)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationException.html" title="class in org.apache.logging.log4j.core.config">ConfigurationException</A> |
| <DD>Construct an exception with a message and underlying cause. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config"><B>ConfigurationFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>ConfigurationFactory allows the configuration implementation to be |
| dynamically chosen in 1 of 3 ways: |
| |
| A system property named "log4j.configurationFactory" can be set with the |
| name of the ConfigurationFactory to be used. |
| |
| <A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#setConfigurationFactory(org.apache.logging.log4j.core.config.ConfigurationFactory)">ConfigurationFactory.setConfigurationFactory(ConfigurationFactory)</A> can be called |
| with the instance of the ConfigurationFactory to be used.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#ConfigurationFactory()"><B>ConfigurationFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationListener.html" title="interface in org.apache.logging.log4j.core.config"><B>ConfigurationListener</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Interface used to allow components to be notified when the configuration changes.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationMonitor.html" title="interface in org.apache.logging.log4j.core.config"><B>ConfigurationMonitor</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Interface that must be implemented to provide notification of configuration changes.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config"><B>ConfigurationSource</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Represents the source for the logging configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#ConfigurationSource(java.io.InputStream)"><B>ConfigurationSource(InputStream)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Constructs a new <code>ConfigurationSource</code> with the specified input stream. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#ConfigurationSource(java.io.InputStream, java.io.File)"><B>ConfigurationSource(InputStream, File)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Constructs a new <code>ConfigurationSource</code> with the specified input stream that originated from the specified |
| file. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#ConfigurationSource(java.io.InputStream, java.net.URL)"><B>ConfigurationSource(InputStream, URL)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Constructs a new <code>ConfigurationSource</code> with the specified input stream that originated from the specified |
| url. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config"><B>Configurator</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Initializes and configure the Logging system.<DT><A HREF="./org/apache/logging/log4j/core/config/PropertiesPlugin.html#configureSubstitutor(org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration)"><B>configureSubstitutor(Property[], Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/PropertiesPlugin.html" title="class in org.apache.logging.log4j.core.config">PropertiesPlugin</A> |
| <DD>Create the Properties component. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#connectAndStart()"><B>connectAndStart()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Connects to the database and starts a transaction (if applicable). |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#connectAndStart()"><B>connectAndStart()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#connectAndStart()"><B>connectAndStart()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.html" title="interface in org.apache.logging.log4j.core.appender.db.jdbc"><B>ConnectionSource</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>Configuration element for <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><CODE>JdbcAppender</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>ConsoleAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>ConsoleAppender appends log events to <code>System.out</code> or |
| <code>System.err</code> using a layout specified by the user.<DT><A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.Target.html" title="enum in org.apache.logging.log4j.core.appender"><B>ConsoleAppender.Target</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Enumeration of console destinations.<DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util"><B>Constants</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Log4j Constants.<DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#CONTEXT_PROPERTIES"><B>CONTEXT_PROPERTIES</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Key for storing the Context properties. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ContextAnchor.html" title="class in org.apache.logging.log4j.core.impl"><B>ContextAnchor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Anchor for the ThreadContext.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>ContextMapAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map<String, String></CODE></A>s in |
| <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html#ContextMapAttributeConverter()"><B>ContextMapAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>ContextMapJsonAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map<String, String></CODE></A>s in |
| <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html#ContextMapJsonAttributeConverter()"><B>ContextMapJsonAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>ContextMapLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from system properties.<DT><A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html#ContextMapLookup()"><B>ContextMapLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html" title="class in org.apache.logging.log4j.core.lookup">ContextMapLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector"><B>ContextSelector</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/selector/package-summary.html">org.apache.logging.log4j.core.selector</A><DD>Interface used to locate a LoggerContext.<DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>ContextSelectorAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>ContextSelectorAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html#ContextSelectorAdmin(java.lang.String, org.apache.logging.log4j.core.selector.ContextSelector)"><B>ContextSelectorAdmin(String, ContextSelector)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html" title="class in org.apache.logging.log4j.core.jmx">ContextSelectorAdmin</A> |
| <DD>Constructs a new <code>ContextSelectorAdmin</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>ContextSelectorAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing the <code>ContextSelector</code>.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>ContextStackAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for |
| <CODE>ThreadContext.ContextStack</CODE>s in |
| <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html#ContextStackAttributeConverter()"><B>ContextStackAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>ContextStackJsonAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for |
| <CODE>ThreadContext.ContextStack</CODE>s in |
| <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html#ContextStackJsonAttributeConverter()"><B>ContextStackJsonAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#conversionType"><B>conversionType</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverter.html" title="interface in org.apache.logging.log4j.core.config.plugins.util">TypeConverter</A> |
| <DD>Converts a String to a given type. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigDecimalConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigDecimalConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BigDecimalConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigIntegerConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigIntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BigIntegerConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BooleanConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BooleanConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BooleanConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteArrayConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ByteArrayConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ByteConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharacterConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharacterConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharacterConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharArrayConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharArrayConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharsetConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharsetConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharsetConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ClassConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ClassConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ClassConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html#convert(java.lang.String, java.lang.Class, java.lang.Object)"><B>convert(String, Class<?>, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters</A> |
| <DD>Converts a String to a given class if a TypeConverter is available for that class. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.DoubleConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.DoubleConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.DoubleConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.EnumConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.EnumConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.EnumConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FileConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FileConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.FileConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FloatConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FloatConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.FloatConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.IntegerConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.IntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.IntegerConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LevelConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LevelConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.LevelConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LongConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LongConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.LongConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.PatternConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.PatternConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.PatternConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.SecurityProviderConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.SecurityProviderConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.SecurityProviderConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ShortConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ShortConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ShortConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.StringConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.StringConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.StringConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UriConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UriConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.UriConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UrlConverter.html#convert(java.lang.String)"><B>convert(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UrlConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.UrlConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#convert(java.lang.String, java.lang.Object)"><B>convert(String, Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD>Converts the given value into the configured type falling back to the provided default value. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ConverterKeys.html" title="annotation in org.apache.logging.log4j.core.pattern"><B>ConverterKeys</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Identifies the keys that are associated with a PatternConverter.<DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#convertSpecialChars(java.lang.String)"><B>convertSpecialChars(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html#convertToDatabaseColumn(java.util.Map)"><B>convertToDatabaseColumn(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html#convertToDatabaseColumn(java.util.Map)"><B>convertToDatabaseColumn(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html#convertToDatabaseColumn(org.apache.logging.log4j.ThreadContext.ContextStack)"><B>convertToDatabaseColumn(ThreadContext.ContextStack)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html#convertToDatabaseColumn(org.apache.logging.log4j.ThreadContext.ContextStack)"><B>convertToDatabaseColumn(ThreadContext.ContextStack)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html#convertToDatabaseColumn(org.apache.logging.log4j.Level)"><B>convertToDatabaseColumn(Level)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">LevelAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html#convertToDatabaseColumn(org.apache.logging.log4j.Marker)"><B>convertToDatabaseColumn(Marker)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MarkerAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html#convertToDatabaseColumn(org.apache.logging.log4j.message.Message)"><B>convertToDatabaseColumn(Message)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MessageAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html#convertToDatabaseColumn(java.lang.StackTraceElement)"><B>convertToDatabaseColumn(StackTraceElement)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">StackTraceElementAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html#convertToDatabaseColumn(java.lang.Throwable)"><B>convertToDatabaseColumn(Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ThrowableAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextMapJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextMapJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ContextStackJsonAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ContextStackJsonAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">LevelAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MarkerAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MessageAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">StackTraceElementAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html#convertToEntityAttribute(java.lang.String)"><B>convertToEntityAttribute(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ThrowableAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#count"><B>count</B></A> - |
| Variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Number of Appenders using this manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#createAdvertiser(java.lang.String, org.apache.logging.log4j.core.config.ConfigurationSource, byte[], java.lang.String)"><B>createAdvertiser(String, ConfigurationSource, byte[], String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#createAppender(org.apache.logging.log4j.core.config.AppenderRef[], java.lang.String, boolean, int, java.lang.String, boolean, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.config.Configuration, boolean)"><B>createAppender(AppenderRef[], String, boolean, int, String, boolean, Filter, Configuration, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Create an AsyncAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.html#createAppender(org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>createAppender(Layout<? extends Serializable>, Filter, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.html" title="class in org.apache.logging.log4j.core.appender">ConsoleAppender</A> |
| <DD>Create a Console Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html#createAppender(java.lang.String, java.lang.String, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.appender.db.jdbc.ConnectionSource, java.lang.String, java.lang.String, org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig[])"><B>createAppender(String, String, Filter, ConnectionSource, String, String, ColumnConfig[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcAppender</A> |
| <DD>Factory method for creating a JDBC appender within the plugin manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html#createAppender(java.lang.String, java.lang.String, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, java.lang.String)"><B>createAppender(String, String, Filter, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaAppender</A> |
| <DD>Factory method for creating a JPA appender within the plugin manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String[], java.lang.String, org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Filter, java.lang.String)"><B>createAppender(String, String, String[], String, Configuration, Filter, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html" title="class in org.apache.logging.log4j.core.appender">FailoverAppender</A> |
| <DD>Create a Failover Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createAppender(String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html" title="class in org.apache.logging.log4j.core.appender">FileAppender</A> |
| <DD>Create a File Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsQueueAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String)"><B>createAppender(String, String, String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.jms.<A HREF="./org/apache/logging/log4j/core/appender/jms/JmsQueueAppender.html" title="class in org.apache.logging.log4j.core.appender.jms">JmsQueueAppender</A> |
| <DD>Create a JmsQueueAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsTopicAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String)"><B>createAppender(String, String, String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.jms.<A HREF="./org/apache/logging/log4j/core/appender/jms/JmsTopicAppender.html" title="class in org.apache.logging.log4j.core.appender.jms">JmsTopicAppender</A> |
| <DD>Create a JmsTopicAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createAppender(String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileAppender</A> |
| <DD>Create a File Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html#createAppender(java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.AppenderRef[], org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.appender.rewrite.RewritePolicy, org.apache.logging.log4j.core.Filter)"><B>createAppender(String, String, AppenderRef[], Configuration, RewritePolicy, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html" title="class in org.apache.logging.log4j.core.appender.rewrite">RewriteAppender</A> |
| <DD>Create a RewriteAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createAppender(String, String, String, String, String, String, String, TriggeringPolicy, RolloverStrategy, Layout<? extends Serializable>, Filter, String, String, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingFileAppender</A> |
| <DD>Create a RollingFileAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createAppender(String, String, String, String, String, String, TriggeringPolicy, RolloverStrategy, Layout<? extends Serializable>, Filter, String, String, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD>Create a RollingRandomAccessFileAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html#createAppender(java.lang.String, java.lang.String, org.apache.logging.log4j.core.appender.routing.Routes, org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.appender.rewrite.RewritePolicy, org.apache.logging.log4j.core.Filter)"><B>createAppender(String, String, Routes, Configuration, RewritePolicy, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html" title="class in org.apache.logging.log4j.core.appender.routing">RoutingAppender</A> |
| <DD>Create a RoutingAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String)"><B>createAppender(String, String, String, String, String, String, String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html" title="class in org.apache.logging.log4j.core.appender">SmtpAppender</A> |
| <DD>Create a SmtpAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html#createAppender(java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.net.ssl.SslConfiguration, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createAppender(String, String, String, SslConfiguration, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html" title="class in org.apache.logging.log4j.core.appender">SocketAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html#createAppender(java.lang.String, int, java.lang.String, org.apache.logging.log4j.core.net.ssl.SslConfiguration, int, boolean, java.lang.String, boolean, boolean, org.apache.logging.log4j.core.net.Facility, java.lang.String, int, boolean, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.config.Configuration, java.nio.charset.Charset, java.lang.String, org.apache.logging.log4j.core.layout.LoggerFields[], boolean)"><B>createAppender(String, int, String, SslConfiguration, int, boolean, String, boolean, boolean, Facility, String, int, boolean, String, String, String, boolean, String, String, String, String, String, String, String, Filter, Configuration, Charset, String, LoggerFields[], boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html" title="class in org.apache.logging.log4j.core.appender">SyslogAppender</A> |
| <DD>Create a SyslogAppender. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html#createAppenderRef(java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.core.Filter)"><B>createAppenderRef(String, Level, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config">AppenderRef</A> |
| <DD>Create an Appender reference. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppendersPlugin.html#createAppenders(org.apache.logging.log4j.core.Appender[])"><B>createAppenders(Appender[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppendersPlugin.html" title="class in org.apache.logging.log4j.core.config">AppendersPlugin</A> |
| <DD>Create a Map of the Appenders. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#createColumnConfig(org.apache.logging.log4j.core.config.Configuration, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>createColumnConfig(Configuration, String, String, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD>Factory method for creating a column config within the plugin manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#createConfiguration(org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent)"><B>createConfiguration(Node, LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#createConfiguration(org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent)"><B>createConfiguration(Node, LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html#createConnectionSource(java.lang.String)"><B>createConnectionSource(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">DataSourceConnectionSource</A> |
| <DD>Factory method for creating a connection source within the plugin manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html#createConnectionSource(java.lang.String, java.lang.String)"><B>createConnectionSource(String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">FactoryMethodConnectionSource</A> |
| <DD>Factory method for creating a connection source within the plugin manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#createContext(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>createContext(String, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>Create the InitialContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#createDefaultLayout()"><B>createDefaultLayout()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>Creates an HTML Layout using the default settings. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#createDefaultLayout()"><B>createDefaultLayout()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD>Creates a JSON Layout using the default settings. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#createDefaultLayout()"><B>createDefaultLayout()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Creates a PatternLayout using the default options. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#createDefaultLayout()"><B>createDefaultLayout()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD>Creates an XML Layout using the default settings. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/DefaultLogEventFactory.html#createEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.util.List, java.lang.Throwable)"><B>createEvent(String, Marker, String, Level, Message, List<Property>, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/DefaultLogEventFactory.html" title="class in org.apache.logging.log4j.core.impl">DefaultLogEventFactory</A> |
| <DD>Creates a log event. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#createEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable, org.apache.logging.log4j.core.impl.ThrowableProxy, java.util.Map, org.apache.logging.log4j.ThreadContext.ContextStack, java.lang.String, java.lang.StackTraceElement, long)"><B>createEvent(String, Marker, String, Level, Message, Throwable, ThrowableProxy, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Create a new LogEvent. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/LogEventFactory.html#createEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.util.List, java.lang.Throwable)"><B>createEvent(String, Marker, String, Level, Message, List<Property>, Throwable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/LogEventFactory.html" title="interface in org.apache.logging.log4j.core.impl">LogEventFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FailoversPlugin.html#createFailovers(org.apache.logging.log4j.core.config.AppenderRef...)"><B>createFailovers(AppenderRef...)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FailoversPlugin.html" title="class in org.apache.logging.log4j.core.appender">FailoversPlugin</A> |
| <DD>Returns the appender references. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#createFileAfterRollover()"><B>createFileAfterRollover()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#createFileAfterRollover()"><B>createFileAfterRollover()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#createFilter(org.apache.logging.log4j.Level, java.lang.Float, java.lang.Long, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(Level, Float, Long, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#createFilter(java.lang.String, org.apache.logging.log4j.core.util.KeyValuePair[], org.apache.logging.log4j.Level, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(String, KeyValuePair[], Level, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD>Create the DynamicThresholdFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#createFilter(org.apache.logging.log4j.core.util.KeyValuePair[], java.lang.String, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(KeyValuePair[], String, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#createFilter(java.lang.String, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(String, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD>Create the MarkerFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#createFilter(java.util.regex.Pattern, java.lang.Boolean, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(Pattern, Boolean, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD>Create a Filter that matches a regular expression. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html#createFilter(org.apache.logging.log4j.core.util.KeyValuePair[], java.lang.String, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(KeyValuePair[], String, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html" title="class in org.apache.logging.log4j.core.filter">StructuredDataFilter</A> |
| <DD>Create the StructuredDataFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#createFilter(org.apache.logging.log4j.core.util.KeyValuePair[], java.lang.String, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(KeyValuePair[], String, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#createFilter(org.apache.logging.log4j.Level, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(Level, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD>Create a ThresholdFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html#createFilter(java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>createFilter(String, String, String, Filter.Result, Filter.Result)</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html" title="class in org.apache.logging.log4j.core.filter">TimeFilter</A> |
| <DD>Create a TimeFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#createFilters(org.apache.logging.log4j.core.Filter[])"><B>createFilters(Filter[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Create a CompositeFilter. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#createJsonSocketServer(int)"><B>createJsonSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Creates a socket server that reads JSON log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#createJsonSocketServer(int)"><B>createJsonSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Creates a socket server that reads JSON log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html#createKeyStoreConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>createKeyStoreConfiguration(String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">KeyStoreConfiguration</A> |
| <DD>Creates a KeyStoreConfiguration. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html#createKeyStoreConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>createKeyStoreConfiguration(String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">TrustStoreConfiguration</A> |
| <DD>Creates a KeyStoreConfiguration. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#createLayout(boolean, java.lang.String, java.lang.String, java.nio.charset.Charset, java.lang.String, java.lang.String)"><B>createLayout(boolean, String, String, Charset, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>Create an HTML Layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#createLayout(boolean, boolean, boolean, boolean, java.nio.charset.Charset)"><B>createLayout(boolean, boolean, boolean, boolean, Charset)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD>Creates a JSON Layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#createLayout(java.lang.String, org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.pattern.RegexReplacement, java.nio.charset.Charset, boolean, boolean, java.lang.String, java.lang.String)"><B>createLayout(String, Configuration, RegexReplacement, Charset, boolean, boolean, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Create a pattern layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#createLayout(org.apache.logging.log4j.core.net.Facility, java.lang.String, int, boolean, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, org.apache.logging.log4j.core.layout.LoggerFields[], org.apache.logging.log4j.core.config.Configuration)"><B>createLayout(Facility, String, int, boolean, String, String, String, boolean, String, String, String, String, String, String, String, boolean, LoggerFields[], Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Create the RFC 5424 Layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#createLayout()"><B>createLayout()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD>Creates a SerializedLayout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html#createLayout(org.apache.logging.log4j.core.net.Facility, boolean, java.lang.String, java.nio.charset.Charset)"><B>createLayout(Facility, boolean, String, Charset)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout">SyslogLayout</A> |
| <DD>Create a SyslogLayout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#createLayout(boolean, boolean, boolean, boolean, java.nio.charset.Charset)"><B>createLayout(boolean, boolean, boolean, boolean, Charset)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD>Creates an XML Layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#createLogger(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.AppenderRef[], org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Filter)"><B>createLogger(String, String, String, String, AppenderRef[], Property[], Configuration, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD>Factory method to create a LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.RootLogger.html#createLogger(java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.AppenderRef[], org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Filter)"><B>createLogger(String, String, String, AppenderRef[], Property[], Configuration, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig.RootLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#createLogger(java.lang.String, org.apache.logging.log4j.Level, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.AppenderRef[], org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Filter)"><B>createLogger(String, Level, String, String, AppenderRef[], Property[], Configuration, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Factory method to create a LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.RootLogger.html#createLogger(java.lang.String, org.apache.logging.log4j.Level, java.lang.String, org.apache.logging.log4j.core.config.AppenderRef[], org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Filter)"><B>createLogger(String, Level, String, AppenderRef[], Property[], Configuration, Filter)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig.RootLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html#createLoggerFields(org.apache.logging.log4j.core.util.KeyValuePair[], java.lang.String, java.lang.String, boolean)"><B>createLoggerFields(KeyValuePair[], String, String, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout">LoggerFields</A> |
| <DD>Create a LoggerFields from KeyValuePairs. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggersPlugin.html#createLoggers(org.apache.logging.log4j.core.config.LoggerConfig[])"><B>createLoggers(LoggerConfig[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggersPlugin.html" title="class in org.apache.logging.log4j.core.config">LoggersPlugin</A> |
| <DD>Create a Loggers object to contain all the Loggers. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/ManagerFactory.html#createManager(java.lang.String, T)"><B>createManager(String, T)</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/ManagerFactory.html" title="interface in org.apache.logging.log4j.core.appender">ManagerFactory</A> |
| <DD>Creates a Manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.TcpSocketManagerFactory.html#createManager(java.lang.String, org.apache.logging.log4j.core.net.TcpSocketManager.FactoryData)"><B>createManager(String, TcpSocketManager.FactoryData)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.TcpSocketManagerFactory.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager.TcpSocketManagerFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#createMap(java.lang.String, java.lang.String[])"><B>createMap(String, String[])</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Creates a Map from a source array where values are ANSI escape sequences. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#createMap(java.lang.String[], java.lang.String[])"><B>createMap(String[], String[])</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Creates a Map from a source array where values are ANSI escape sequences. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#createMemento()"><B>createMemento()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>Creates and returns a new immutable copy of this <code>RingBufferLogEvent</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html#createPair(java.lang.String, java.lang.String)"><B>createPair(String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util">KeyValuePair</A> |
| <DD>Create a Key/Value pair. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#createPatternParser(org.apache.logging.log4j.core.config.Configuration)"><B>createPatternParser(Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Create a PatternParser. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html#createPolicy(java.lang.String, org.apache.logging.log4j.core.util.KeyValuePair[])"><B>createPolicy(String, KeyValuePair[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy</A> |
| <DD>The factory method to create the MapRewritePolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html#createPolicy(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Property[])"><B>createPolicy(Configuration, Property[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">PropertiesRewritePolicy</A> |
| <DD>The factory method to create the PropertiesRewritePolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html#createPolicy(org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy...)"><B>createPolicy(TriggeringPolicy...)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">CompositeTriggeringPolicy</A> |
| <DD>Create a CompositeTriggeringPolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html#createPolicy()"><B>createPolicy()</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">OnStartupTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#createPolicy(java.lang.String)"><B>createPolicy(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Create a SizeBasedTriggeringPolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html#createPolicy(java.lang.String, java.lang.String)"><B>createPolicy(String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">TimeBasedTriggeringPolicy</A> |
| <DD>Create a TimeBasedTriggeringPolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Property.html#createProperty(java.lang.String, java.lang.String)"><B>createProperty(String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Property.html" title="class in org.apache.logging.log4j.core.config">Property</A> |
| <DD>Create a Property. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html#createRegexReplacement(java.util.regex.Pattern, java.lang.String)"><B>createRegexReplacement(Pattern, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html" title="class in org.apache.logging.log4j.core.pattern">RegexReplacement</A> |
| <DD>Create a RegexReplacement. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html#createRingBufferAdmin(java.lang.String)"><B>createRingBufferAdmin(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLogger</A> |
| <DD>Creates and returns a new <code>RingBufferAdmin</code> that instruments the |
| ringbuffer of the <code>AsyncLogger</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#createRingBufferAdmin(java.lang.String)"><B>createRingBufferAdmin(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD>Creates and returns a new <code>RingBufferAdmin</code> that instruments the |
| ringbuffer of this <code>AsyncLoggerConfig</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html#createRoute(java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Node)"><B>createRoute(String, String, Node)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing">Route</A> |
| <DD>Create the Route. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html#createRoutes(java.lang.String, org.apache.logging.log4j.core.appender.routing.Route...)"><B>createRoutes(String, Route...)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html" title="class in org.apache.logging.log4j.core.appender.routing">Routes</A> |
| <DD>Create the Routes. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#createSequence(java.lang.String...)"><B>createSequence(String...)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Creates an ANSI escape sequence from the given <A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> names. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#createSerializedSocketServer(int)"><B>createSerializedSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Creates a socket server that reads serialized log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#createSerializedSocketServer(int)"><B>createSerializedSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Creates a socket server that reads serialized log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html#createSocket(java.lang.String, int)"><B>createSocket(String, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html" title="class in org.apache.logging.log4j.core.net">SslSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#createSocket(java.net.InetAddress, int)"><B>createSocket(InetAddress, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#createSocket(java.lang.String, int)"><B>createSocket(String, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html#createSocketManager(java.lang.String, org.apache.logging.log4j.core.net.Protocol, java.lang.String, int, org.apache.logging.log4j.core.net.ssl.SslConfiguration, int, boolean, org.apache.logging.log4j.core.Layout)"><B>createSocketManager(String, Protocol, String, int, SslConfiguration, int, boolean, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html" title="class in org.apache.logging.log4j.core.appender">SocketAppender</A> |
| <DD>Creates an AbstractSocketManager for TCP, UDP, and SSL. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html#createSSLConfiguration(java.lang.String, org.apache.logging.log4j.core.net.ssl.KeyStoreConfiguration, org.apache.logging.log4j.core.net.ssl.TrustStoreConfiguration)"><B>createSSLConfiguration(String, KeyStoreConfiguration, TrustStoreConfiguration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfiguration</A> |
| <DD>Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#createStrategy(java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.config.Configuration)"><B>createStrategy(String, String, String, String, Configuration)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD>Create the DefaultRolloverStrategy. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#createXmlSocketServer(int)"><B>createXmlSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Creates a socket server that reads XML log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#createXmlSocketServer(int)"><B>createXmlSocketServer(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Creates a socket server that reads XML log events. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CachedClock.html#currentTimeMillis()"><B>currentTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CachedClock.html" title="class in org.apache.logging.log4j.core.util">CachedClock</A> |
| <DD>Returns the value of a private long field that is updated by a background |
| thread once every millisecond. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Clock.html#currentTimeMillis()"><B>currentTimeMillis()</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Clock.html" title="interface in org.apache.logging.log4j.core.util">Clock</A> |
| <DD>Returns the time in milliseconds since the epoch. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CoarseCachedClock.html#currentTimeMillis()"><B>currentTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CoarseCachedClock.html" title="class in org.apache.logging.log4j.core.util">CoarseCachedClock</A> |
| <DD>Returns the value of a private long field that is updated by a background |
| thread once every millisecond. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SystemClock.html#currentTimeMillis()"><B>currentTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/SystemClock.html" title="class in org.apache.logging.log4j.core.util">SystemClock</A> |
| <DD>Returns the system time. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="class in org.apache.logging.log4j.core.util"><B>CyclicBuffer</B></A><<A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="type parameter in CyclicBuffer">T</A>> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>A bounded buffer containing elements of type T.<DT><A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html#CyclicBuffer(java.lang.Class, int)"><B>CyclicBuffer(Class<T>, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="class in org.apache.logging.log4j.core.util">CyclicBuffer</A> |
| <DD>Instantiate a new CyclicBuffer of at most <code>maxSize</code> events. |
| </DL> |
| <HR> |
| <A NAME="_D_"><!-- --></A><H2> |
| <B>D</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/DaemonThreadFactory.html" title="class in org.apache.logging.log4j.core.async"><B>DaemonThreadFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>ThreadFactory that creates daemon threads for the async loggers.<DT><A HREF="./org/apache/logging/log4j/core/async/DaemonThreadFactory.html#DaemonThreadFactory(java.lang.String)"><B>DaemonThreadFactory(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/DaemonThreadFactory.html" title="class in org.apache.logging.log4j.core.async">DaemonThreadFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net"><B>DatagramOutputStream</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>OutputStream for UDP connections.<DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#DatagramOutputStream(java.lang.String, int, byte[], byte[])"><B>DatagramOutputStream(String, int, byte[], byte[])</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html" title="class in org.apache.logging.log4j.core.net"><B>DatagramSocketManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Socket Manager for UDP connections.<DT><A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html#DatagramSocketManager(java.lang.String, java.io.OutputStream, java.net.InetAddress, java.lang.String, int, org.apache.logging.log4j.core.Layout)"><B>DatagramSocketManager(String, OutputStream, InetAddress, String, int, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html" title="class in org.apache.logging.log4j.core.net">DatagramSocketManager</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><B>DataSourceConnectionSource</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>A <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><CODE>JdbcAppender</CODE></A> connection source that uses a <A HREF="http://docs.oracle.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A> to connect to the database.<DT><A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>DateLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Formats the current date or the date in the LogEvent.<DT><A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html#DateLookup()"><B>DateLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html" title="class in org.apache.logging.log4j.core.lookup">DateLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>DatePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Convert and format the event's date in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#DEFAULT"><B>DEFAULT</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Default instance of <code>ThrowableFormatOptions</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD>The default buffer size |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#DEFAULT_CONVERSION_PATTERN"><B>DEFAULT_CONVERSION_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Default pattern string for log output. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#DEFAULT_ENTERPRISE_NUMBER"><B>DEFAULT_ENTERPRISE_NUMBER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Not a very good default - it is the Apache Software Foundation's enterprise number. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#DEFAULT_ESCAPE"><B>DEFAULT_ESCAPE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Constant for the default escape character. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#DEFAULT_FONT_FAMILY"><B>DEFAULT_FONT_FAMILY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#DEFAULT_ID"><B>DEFAULT_ID</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>The default event id. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html#DEFAULT_LEVEL"><B>DEFAULT_LEVEL</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config">DefaultConfiguration</A> |
| <DD>The System Property used to specify the logging level. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#DEFAULT_MDCID"><B>DEFAULT_MDCID</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html#DEFAULT_NAME"><B>DEFAULT_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config">DefaultConfiguration</A> |
| <DD>The name of the default configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html#DEFAULT_PATTERN"><B>DEFAULT_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config">DefaultConfiguration</A> |
| <DD>The default Pattern used for the default Layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html#DEFAULT_PORT"><B>DEFAULT_PORT</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html" title="class in org.apache.logging.log4j.core.net">SslSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#DEFAULT_PREFIX"><B>DEFAULT_PREFIX</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>File name prefix for standard configurations. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#DEFAULT_PREFIX"><B>DEFAULT_PREFIX</B></A> - |
| Static variable in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Constant for the default variable prefix. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#DEFAULT_RECONNECTION_DELAY"><B>DEFAULT_RECONNECTION_DELAY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD>The default reconnection delay (30000 milliseconds or 30 seconds). |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#DEFAULT_SUFFIX"><B>DEFAULT_SUFFIX</B></A> - |
| Static variable in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Constant for the default variable suffix. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#DEFAULT_VALUE_DELIMITER"><B>DEFAULT_VALUE_DELIMITER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Constant for the default value delimiter of a variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html" title="class in org.apache.logging.log4j.core.config"><B>DefaultAdvertiser</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>The default advertiser does not do anything.<DT><A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html#DefaultAdvertiser()"><B>DefaultAdvertiser()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html" title="class in org.apache.logging.log4j.core.config">DefaultAdvertiser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config"><B>DefaultConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>The default configuration writes all output to the Console using the default logging level.<DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html#DefaultConfiguration()"><B>DefaultConfiguration()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config">DefaultConfiguration</A> |
| <DD>Constructor to create the default configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config"><B>DefaultConfigurationMonitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>The default configuration monitor does not do anything.<DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfigurationMonitor.html#DefaultConfigurationMonitor()"><B>DefaultConfigurationMonitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config">DefaultConfigurationMonitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html" title="class in org.apache.logging.log4j.core.appender"><B>DefaultErrorHandler</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html#DefaultErrorHandler(org.apache.logging.log4j.core.Appender)"><B>DefaultErrorHandler(Appender)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html" title="class in org.apache.logging.log4j.core.appender">DefaultErrorHandler</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/DefaultLogEventFactory.html" title="class in org.apache.logging.log4j.core.impl"><B>DefaultLogEventFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/impl/DefaultLogEventFactory.html#DefaultLogEventFactory()"><B>DefaultLogEventFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/DefaultLogEventFactory.html" title="class in org.apache.logging.log4j.core.impl">DefaultLogEventFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>DefaultRolloverStrategy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>When rolling over, <code>DefaultRolloverStrategy</code> renames files |
| according to an algorithm as described below.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#DefaultRolloverStrategy(int, int, boolean, int, org.apache.logging.log4j.core.lookup.StrSubstitutor)"><B>DefaultRolloverStrategy(int, int, boolean, int, StrSubstitutor)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD>Constructs a new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#deserialize(java.io.Serializable)"><B>deserialize(Serializable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntryDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)"><B>deserialize(JsonParser, DeserializationContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntryDeserializer.html" title="class in org.apache.logging.log4j.core.jackson">ListOfMapEntryDeserializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)"><B>deserialize(JsonParser, DeserializationContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.html" title="class in org.apache.logging.log4j.core.jackson">Log4jStackTraceElementDeserializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/SimpleMessageDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)"><B>deserialize(JsonParser, DeserializationContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/SimpleMessageDeserializer.html" title="class in org.apache.logging.log4j.core.jackson">SimpleMessageDeserializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#doConfigure()"><B>doConfigure()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html#doConfigure()"><B>doConfigure()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultConfiguration.html" title="class in org.apache.logging.log4j.core.config">DefaultConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html#doesMatchClass()"><B>doesMatchClass()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html" title="interface in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil.Test</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html#doesMatchResource()"><B>doesMatchResource()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html" title="interface in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil.Test</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#DOMAIN"><B>DOMAIN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>The domain part, or prefix ("org.apache.logging.log4j2" ) of the <code>ObjectName</code> of all |
| MBeans that instrument Log4J2 components. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#doubleQuoteMatcher()"><B>doubleQuoteMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the double quote character. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>DynamicThresholdFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Compare against a log level that is associated with an MDC value.</DL> |
| <HR> |
| <A NAME="_E_"><!-- --></A><H2> |
| <B>E</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_CAUSE"><B>ELT_CAUSE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_CAUSE"><B>ELT_CAUSE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_CONTEXT_MAP"><B>ELT_CONTEXT_MAP</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_CONTEXT_MAP"><B>ELT_CONTEXT_MAP</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_CONTEXT_STACK"><B>ELT_CONTEXT_STACK</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_CONTEXT_STACK"><B>ELT_CONTEXT_STACK</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_CONTEXT_STACK_ITEM"><B>ELT_CONTEXT_STACK_ITEM</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_EVENT"><B>ELT_EVENT</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_EXTENDED_STACK_TRACE"><B>ELT_EXTENDED_STACK_TRACE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_EXTENDED_STACK_TRACE"><B>ELT_EXTENDED_STACK_TRACE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_EXTENDED_STACK_TRACE_ITEM"><B>ELT_EXTENDED_STACK_TRACE_ITEM</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_MARKER"><B>ELT_MARKER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_MARKER"><B>ELT_MARKER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_MESSAGE"><B>ELT_MESSAGE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_MESSAGE"><B>ELT_MESSAGE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_PARENTS"><B>ELT_PARENTS</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_PARENTS"><B>ELT_PARENTS</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_SOURCE"><B>ELT_SOURCE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_SOURCE"><B>ELT_SOURCE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_SUPPRESSED"><B>ELT_SUPPRESSED</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_SUPPRESSED"><B>ELT_SUPPRESSED</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_SUPPRESSED_ITEM"><B>ELT_SUPPRESSED_ITEM</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#ELT_THROWN"><B>ELT_THROWN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#ELT_THROWN"><B>ELT_THROWN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/Plugin.html#EMPTY"><B>EMPTY</B></A> - |
| Static variable in annotation type org.apache.logging.log4j.core.config.plugins.<A HREF="./org/apache/logging/log4j/core/config/plugins/Plugin.html" title="annotation in org.apache.logging.log4j.core.config.plugins">Plugin</A> |
| <DD>Value of the elementType when none is specified. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#encodeContent(byte[], java.lang.String, java.io.ByteArrayOutputStream)"><B>encodeContent(byte[], String, ByteArrayOutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#encodeContentToBytes(byte[], java.lang.String)"><B>encodeContentToBytes(byte[], String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/EncodingPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>EncodingPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's rendered message in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html#END"><B>END</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">AbstractLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>EnvironmentLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from environment variables.<DT><A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html#EnvironmentLookup()"><B>EnvironmentLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html" title="class in org.apache.logging.log4j.core.lookup">EnvironmentLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#equals(org.apache.logging.log4j.core.appender.TlsSyslogFrame)"><B>equals(TlsSyslogFrame)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html#equals(org.apache.logging.log4j.core.net.ssl.SslConfiguration)"><B>equals(SslConfiguration)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#error(java.lang.String)"><B>error(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Handle an error with a message. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#error(java.lang.String, org.apache.logging.log4j.core.LogEvent, java.lang.Throwable)"><B>error(String, LogEvent, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Handle an error with a message, and exception and a logging event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Handle an error with a message and an exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html#error(java.lang.String)"><B>error(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html" title="class in org.apache.logging.log4j.core.appender">DefaultErrorHandler</A> |
| <DD>Handle an error with a message. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html" title="class in org.apache.logging.log4j.core.appender">DefaultErrorHandler</A> |
| <DD>Handle an error with a message and an exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html#error(java.lang.String, org.apache.logging.log4j.core.LogEvent, java.lang.Throwable)"><B>error(String, LogEvent, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/DefaultErrorHandler.html" title="class in org.apache.logging.log4j.core.appender">DefaultErrorHandler</A> |
| <DD>Handle an error with a message, and exception and a logging event. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#error(java.lang.String)"><B>error(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Logs an error message to the StatusLogger. |
| <DT><A HREF="./org/apache/logging/log4j/core/ErrorHandler.html#error(java.lang.String)"><B>error(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/ErrorHandler.html" title="interface in org.apache.logging.log4j.core">ErrorHandler</A> |
| <DD>Handle an error with a message. |
| <DT><A HREF="./org/apache/logging/log4j/core/ErrorHandler.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/ErrorHandler.html" title="interface in org.apache.logging.log4j.core">ErrorHandler</A> |
| <DD>Handle an error with a message and an exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/ErrorHandler.html#error(java.lang.String, org.apache.logging.log4j.core.LogEvent, java.lang.Throwable)"><B>error(String, LogEvent, Throwable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/ErrorHandler.html" title="interface in org.apache.logging.log4j.core">ErrorHandler</A> |
| <DD>Handle an error with a message, and exception and a logging event. |
| <DT><A HREF="./org/apache/logging/log4j/core/ErrorHandler.html" title="interface in org.apache.logging.log4j.core"><B>ErrorHandler</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Appenders may delegate their error handling to <code>ErrorHandlers</code>.<DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#escape(java.lang.String)"><B>escape(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>Either returns the specified name as is, or returns a quoted value |
| containing the specified name with the special characters (comma, equals, |
| colon, quote, asterisk, or question mark) preceded with a backslash. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Transform.html#escapeHtmlTags(java.lang.String)"><B>escapeHtmlTags(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Transform.html" title="class in org.apache.logging.log4j.core.util">Transform</A> |
| <DD>This method takes a string which may contain HTML tags (ie, |
| <b>, <table>, etc) and replaces any |
| '<', '>' , '&' or '"' |
| characters with respective predefined entity references. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Transform.html#escapeJsonControlCharacters(java.lang.String)"><B>escapeJsonControlCharacters(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Transform.html" title="class in org.apache.logging.log4j.core.util">Transform</A> |
| <DD>This method takes a string which may contain JSON reserved chars and |
| escapes them. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#execute()"><B>execute()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Perform action. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html#execute()"><B>execute()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">Action</A> |
| <DD>Perform an action. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html#execute()"><B>execute()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">CompositeAction</A> |
| <DD>Execute sequence of actions. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html#execute()"><B>execute()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">FileRenameAction</A> |
| <DD>Rename file. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html#execute(java.io.File, java.io.File, boolean)"><B>execute(File, File, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">FileRenameAction</A> |
| <DD>Rename file. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html#execute()"><B>execute()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">GzCompressAction</A> |
| <DD>Compress. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html#execute(java.io.File, java.io.File, boolean)"><B>execute(File, File, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">GzCompressAction</A> |
| <DD>Compress a file. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html#execute()"><B>execute()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ZipCompressAction</A> |
| <DD>Compress. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html#execute(java.io.File, java.io.File, boolean, int)"><B>execute(File, File, boolean, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ZipCompressAction</A> |
| <DD>Compress a file. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#execute(boolean)"><B>execute(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>Event processor that reads the event from the ringbuffer can call this method. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl"><B>ExtendedClassInfo</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Class and package data used with a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><CODE>StackTraceElement</CODE></A> in a <A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl"><CODE>ExtendedStackTraceElement</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#ExtendedClassInfo(boolean, java.lang.String, java.lang.String)"><B>ExtendedClassInfo(boolean, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD>Constructs a new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl"><B>ExtendedStackTraceElement</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Wraps and extends the concept of the JRE's final class <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><CODE>StackTraceElement</CODE></A> by adding more location information.<DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#ExtendedStackTraceElement(java.lang.StackTraceElement, org.apache.logging.log4j.core.impl.ExtendedClassInfo)"><B>ExtendedStackTraceElement(StackTraceElement, ExtendedClassInfo)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#ExtendedStackTraceElement(java.lang.String, java.lang.String, java.lang.String, int, boolean, java.lang.String, java.lang.String)"><B>ExtendedStackTraceElement(String, String, String, int, boolean, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD>Called from Jackson for XML and JSON IO. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ExtendedThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>ExtendedThrowablePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Outputs the Throwable portion of the LoggingEvent as a full stacktrace |
| unless this converter's option is 'short', where it just outputs the first line of the trace, or if |
| the number of lines to print is explicitly specified.</DL> |
| <HR> |
| <A NAME="_F_"><!-- --></A><H2> |
| <B>F</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net"><B>Facility</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>The facility codes used by the Syslog system.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#FACTORY"><B>FACTORY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>The <code>EventFactory</code> for <code>RingBufferLogEvent</code>s. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><B>FactoryMethodConnectionSource</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>A <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><CODE>JdbcAppender</CODE></A> connection source that uses a public static factory method to obtain a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql"><CODE>Connection</CODE></A> or |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql"><CODE>DataSource</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>FailoverAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>The FailoverAppender will capture exceptions in an Appender and then route the event |
| to a different appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/FailoversPlugin.html" title="class in org.apache.logging.log4j.core.appender"><B>FailoversPlugin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>The array of failover Appenders.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#FILE_NAME"><B>FILE_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>FileAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>File Appender.<DT><A HREF="./org/apache/logging/log4j/core/config/FileConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config"><B>FileConfigurationMonitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Configuration monitor that periodically checks the timestamp of the configuration file and calls the |
| ConfigurationListeners when an update occurs.<DT><A HREF="./org/apache/logging/log4j/core/config/FileConfigurationMonitor.html#FileConfigurationMonitor(org.apache.logging.log4j.core.config.Reconfigurable, java.io.File, java.util.List, int)"><B>FileConfigurationMonitor(Reconfigurable, File, List<ConfigurationListener>, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/FileConfigurationMonitor.html" title="class in org.apache.logging.log4j.core.config">FileConfigurationMonitor</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FileDatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>FileDatePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats an date by delegating to DatePatternConverter.<DT><A HREF="./org/apache/logging/log4j/core/util/FileUtils.html#fileFromUri(java.net.URI)"><B>fileFromUri(URI)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/FileUtils.html" title="class in org.apache.logging.log4j.core.util">FileUtils</A> |
| <DD>Tries to convert the specified URL to a file object. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FileLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>FileLocationPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's line location information in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender"><B>FileManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Manages actual File I/O for File Appenders.<DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#FileManager(java.lang.String, java.io.OutputStream, boolean, boolean, java.lang.String, org.apache.logging.log4j.core.Layout, int)"><B>FileManager(String, OutputStream, boolean, boolean, String, Layout<? extends Serializable>, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action"><B>FileRenameAction</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>File rename action.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html#FileRenameAction(java.io.File, java.io.File, boolean)"><B>FileRenameAction(File, File, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">FileRenameAction</A> |
| <DD>Creates an FileRenameAction. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/FileUtils.html" title="class in org.apache.logging.log4j.core.util"><B>FileUtils</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>File utilities.<DT><A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core"><B>Filter</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Interface that must be implemented to allow custom event filtering.<DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Appender Filter method. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Appender Filter method. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Appender Filter method. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Context Filter method. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Filter an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#filter(java.util.Map)"><B>filter(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html" title="class in org.apache.logging.log4j.core.filter">StructuredDataFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html" title="class in org.apache.logging.log4j.core.filter">StructuredDataFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html#filter(org.apache.logging.log4j.message.StructuredDataMessage)"><B>filter(StructuredDataMessage)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html" title="class in org.apache.logging.log4j.core.filter">StructuredDataFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><B>filter(Logger, Level, Marker, String, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Object, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#filter(org.apache.logging.log4j.core.Logger, org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>filter(Logger, Level, Marker, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html#filter(org.apache.logging.log4j.core.LogEvent)"><B>filter(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html" title="class in org.apache.logging.log4j.core.filter">TimeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.Result.html" title="enum in org.apache.logging.log4j.core"><B>Filter.Result</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>The result that can returned from a filter method call.<DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter"><B>Filterable</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Interface implemented by Classes that allow filtering to occur.<DT><A HREF="./org/apache/logging/log4j/core/Logger.html#filterCount()"><B>filterCount()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#find(org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.Test, java.lang.String...)"><B>find(ResolverUtil.Test, String...)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Attempts to discover classes that pass the test. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#findAndSubst(java.lang.String, java.util.Properties)"><B>findAndSubst(String, Properties)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD>Find the value corresponding to <code>key</code> in |
| <code>props</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#findInPackage(org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.Test, java.lang.String)"><B>findInPackage(ResolverUtil.Test, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Scans for classes starting at the package provided and descending into subpackages. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html#findTypeConverter(java.lang.Class)"><B>findTypeConverter(Class<?>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters</A> |
| <DD>Locates a TypeConverter for a specified class. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.html#findVisitor(java.lang.Class)"><B>findVisitor(Class<A>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitors</A> |
| <DD>Creates a PluginVisitor instance for the given annotation class using metadata provided by the annotation's |
| <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginVisitorStrategy.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginVisitorStrategy</CODE></A> annotation. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#flush()"><B>flush()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>This method is called automatically when the buffer size reaches its maximum or at the beginning of a call to |
| <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#shutdown()"><CODE>AbstractDatabaseManager.shutdown()</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#flush()"><B>flush()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Flushes any buffers. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#flush()"><B>flush()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#flush()"><B>flush()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#flush()"><B>flush()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#footer"><B>footer</B></A> - |
| Variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>The footer to add when the stream is closed. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#forAsyncLogger(com.lmax.disruptor.RingBuffer, java.lang.String)"><B>forAsyncLogger(RingBuffer<?>, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#forAsyncLoggerConfig(com.lmax.disruptor.RingBuffer, java.lang.String, java.lang.String)"><B>forAsyncLoggerConfig(RingBuffer<?>, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html#forLogEvent(org.apache.logging.log4j.core.LogEvent)"><B>forLogEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginBuilder</A> |
| <DD>Specifies the LogEvent that may be used to provide extra context for string substitutions. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ArrayPatternConverter.html#format(java.lang.StringBuilder, java.lang.Object...)"><B>format(StringBuilder, Object...)</B></A> - |
| Method in interface org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ArrayPatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern">ArrayPatternConverter</A> |
| <DD>Format an array of Objects. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ClassNamePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ClassNamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ClassNamePatternConverter</A> |
| <DD>Format a logging event. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#format(java.util.Date, java.lang.StringBuilder)"><B>format(Date, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD>Append formatted date to string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#format(java.lang.Object, java.lang.StringBuilder)"><B>format(Object, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD>Formats an object into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#format(java.lang.StringBuilder, java.lang.Object...)"><B>format(StringBuilder, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/EncodingPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/EncodingPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">EncodingPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ExtendedThrowablePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ExtendedThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ExtendedThrowablePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FileLocationPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FileLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">FileLocationPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#format(int, java.lang.StringBuilder)"><B>format(int, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Adjust the content of the buffer based on the specified lengths and alignment. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FullLocationPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FullLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">FullLocationPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html" title="class in org.apache.logging.log4j.core.pattern">HighlightConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html#format(java.lang.StringBuilder, java.lang.Object...)"><B>format(StringBuilder, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">IntegerPatternConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html#format(java.lang.Object, java.lang.StringBuilder)"><B>format(Object, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">IntegerPatternConverter</A> |
| <DD>Formats an object into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LevelPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LineLocationPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LineLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LineLocationPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LineSeparatorPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LineSeparatorPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LineSeparatorPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LiteralPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html#format(java.lang.Object, java.lang.StringBuilder)"><B>format(Object, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LiteralPatternConverter</A> |
| <DD>Formats an object into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html#format(java.lang.StringBuilder, java.lang.Object...)"><B>format(StringBuilder, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LiteralPatternConverter</A> |
| <DD>Format an array of Objects. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LogEventPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html#format(java.lang.Object, java.lang.StringBuilder)"><B>format(Object, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LogEventPatternConverter</A> |
| <DD>Formats an object into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LoggerPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LoggerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LoggerPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MapPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MapPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MapPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MarkerPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MarkerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MarkerPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MdcPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MdcPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MessagePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MessagePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MessagePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MethodLocationPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MethodLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MethodLocationPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NdcPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">NdcPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html#format(java.lang.Object, java.lang.StringBuilder)"><B>format(Object, StringBuilder)</B></A> - |
| Method in interface org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern">PatternConverter</A> |
| <DD>Formats an object into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html#format(java.lang.String)"><B>format(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html" title="class in org.apache.logging.log4j.core.pattern">RegexReplacement</A> |
| <DD>Perform the replacement. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacementConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacementConverter.html" title="class in org.apache.logging.log4j.core.pattern">RegexReplacementConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">RelativeTimePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">RootThrowablePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">SequenceNumberPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html" title="class in org.apache.logging.log4j.core.pattern">StyleConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThreadPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThreadPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThreadPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThrowablePatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/UuidPatternConverter.html#format(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>format(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/UuidPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">UuidPatternConverter</A> |
| <DD>Formats an event into a string buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#formatContentToBytes(org.apache.logging.log4j.core.LogEvent[], org.apache.logging.log4j.core.LogEvent, org.apache.logging.log4j.core.Layout)"><B>formatContentToBytes(LogEvent[], LogEvent, Layout<?>)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#formatFileName(java.lang.StringBuilder, java.lang.Object)"><B>formatFileName(StringBuilder, Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD>Format file name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#formatFileName(org.apache.logging.log4j.core.lookup.StrSubstitutor, java.lang.StringBuilder, java.lang.Object)"><B>formatFileName(StrSubstitutor, StringBuilder, Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD>Format file name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#formatFileName(java.lang.StringBuilder, java.lang.Object...)"><B>formatFileName(StringBuilder, Object...)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD>Format file name. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern"><B>FormattingInfo</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.<DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#FormattingInfo(boolean, int, int)"><B>FormattingInfo(boolean, int, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Creates new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#formatWrapper(java.lang.StringBuilder, org.apache.logging.log4j.core.impl.ThrowableProxy)"><B>formatWrapper(StringBuilder, ThrowableProxy)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Formats the specified Throwable. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#formatWrapper(java.lang.StringBuilder, org.apache.logging.log4j.core.impl.ThrowableProxy, java.util.List)"><B>formatWrapper(StringBuilder, ThrowableProxy, List<String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Formats the specified Throwable. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FullLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>FullLocationPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Format the event's line location information.</DL> |
| <HR> |
| <A NAME="_G_"><!-- --></A><H2> |
| <B>G</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html#getAbbreviator(java.lang.String)"><B>getAbbreviator(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html" title="class in org.apache.logging.log4j.core.pattern">NameAbbreviator</A> |
| <DD>Gets an abbreviator. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html#getActiveFileName()"><B>getActiveFileName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html" title="interface in org.apache.logging.log4j.core.appender.rolling">RolloverDescription</A> |
| <DD>Active log file name after rollover. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html#getActiveFileName()"><B>getActiveFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling">RolloverDescriptionImpl</A> |
| <DD>Active log file name after rollover. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getAdvertiser()"><B>getAdvertiser()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getAdvertiser()"><B>getAdvertiser()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html#getAppend()"><B>getAppend()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html" title="interface in org.apache.logging.log4j.core.appender.rolling">RolloverDescription</A> |
| <DD>Specifies if active file should be opened for appending. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html#getAppend()"><B>getAppend()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling">RolloverDescriptionImpl</A> |
| <DD>Specifies if active file should be opened for appending. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns the Appender with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html#getAppender()"><B>getAppender()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderControl.html" title="class in org.apache.logging.log4j.core.config">AppenderControl</A> |
| <DD>Returns the Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Returns the Appender with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html#getAppenderRef()"><B>getAppenderRef()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing">Route</A> |
| <DD>Returns the appender reference. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getAppenderRefs()"><B>getAppenderRefs()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the Appender references. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getAppenderRefs()"><B>getAppenderRefs()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getAppenderRefs()"><B>getAppenderRefs()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns a String array with the appender refs configured for the |
| instrumented <code>AsyncAppender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#getAppenderRefs()"><B>getAppenderRefs()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#getAppenderRefs()"><B>getAppenderRefs()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns a String array with the appender refs configured for the |
| instrumented <code>LoggerConfig</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#getAppenderRefStrings()"><B>getAppenderRefStrings()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Returns the names of the appenders that this asyncAppender delegates to |
| as an array of Strings. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getAppenders()"><B>getAppenders()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns a Map containing all the Appenders and their name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getAppenders()"><B>getAppenders()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Returns a Map containing all the Appenders and their name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getAppenders()"><B>getAppenders()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns all Appenders as a Map. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#getAppenders()"><B>getAppenders()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html#getAsynchronous()"><B>getAsynchronous()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html" title="interface in org.apache.logging.log4j.core.appender.rolling">RolloverDescription</A> |
| <DD>Action to be completed after close of current active log file |
| and before next rollover attempt, may be executed asynchronously. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html#getAsynchronous()"><B>getAsynchronous()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling">RolloverDescriptionImpl</A> |
| <DD>Action to be completed after close of current active log file |
| and before next rollover attempt, may be executed asynchronously. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getAttributes()"><B>getAttributes()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#getAvailable()"><B>getAvailable()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD>Returns the number of available slots. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.AbstractFactoryData.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.AbstractFactoryData.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager.AbstractFactoryData</A> |
| <DD>Gets the buffer size. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>Returns the buffer size to use if the appender was configured with BufferedIO=true, otherwise returns a negative |
| number. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileAppender</A> |
| <DD>Returns the size of the file manager's buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD>Returns the buffer capacity. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD>Returns the buffer capacity. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD>Returns the size of the file manager's buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html#getBufferSize()"><B>getBufferSize()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">RingBufferAdminMBean</A> |
| <DD>Returns the number of slots that the ring buffer was configured with. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#getBytes()"><B>getBytes()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ReflectiveCallerClassUtility.html#getCaller(int)"><B>getCaller(int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ReflectiveCallerClassUtility.html" title="class in org.apache.logging.log4j.core.impl">ReflectiveCallerClassUtility</A> |
| <DD>Reflectively calls <code>getCallerClass(int)</code>, compensating for the additional frame on the stack, and |
| compensating for the Java 7u25 bug if necessary. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#getCategories()"><B>getCategories()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Gets an entry set for iterating over the registered plugin categories. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html#getCategory(java.lang.String)"><B>getCategory(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginCache</A> |
| <DD>Gets or creates a category of plugins. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#getCategory()"><B>getCategory()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#getCategory(java.lang.String)"><B>getCategory(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Gets or creates a plugin category if not already available. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#getCategoryCount()"><B>getCategoryCount()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Returns the number of plugin categories currently available. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getCauseProxy()"><B>getCauseProxy()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getCauseStackTraceAsString()"><B>getCauseStackTraceAsString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Format the Throwable that is the cause of this Throwable. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getCauseStackTraceAsString(java.util.List)"><B>getCauseStackTraceAsString(List<String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Format the Throwable that is the cause of this Throwable. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html#getCharset()"><B>getCharset()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractStringLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getChildren()"><B>getChildren()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#getClasses()"><B>getClasses()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Provides access to the classes discovered so far. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#getClassLoader()"><B>getClassLoader()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Returns the classloader that will be used for scanning for classes. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#getClassLoader()"><B>getClassLoader()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Returns the ClassLoader to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#getClassLoader(java.lang.Class, java.lang.Class)"><B>getClassLoader(Class<?>, Class<?>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#getClassName()"><B>getClassName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getClassName()"><B>getClassName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html#getClock()"><B>getClock()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html" title="class in org.apache.logging.log4j.core.util">ClockFactory</A> |
| <DD>Returns a <code>Clock</code> instance depending on the value of system |
| property <A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html#PROPERTY_NAME"><CODE>ClockFactory.PROPERTY_NAME</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html#getCode()"><B>getCode()</B></A> - |
| Method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</A> |
| <DD>Retrieve the value of the enumeration. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Severity.html#getCode()"><B>getCode()</B></A> - |
| Method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net">Severity</A> |
| <DD>Returns the severity code. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#getCode()"><B>getCode()</B></A> - |
| Method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Gets the escape code. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#getColumnName()"><B>getColumnName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getCommonElementCount()"><B>getCommonElementCount()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Return the number of elements that are being omitted because they are common with the parent Throwable's stack |
| trace. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getComponent(java.lang.String)"><B>getComponent(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getComponent(java.lang.String)"><B>getComponent(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#getCompressionLevel()"><B>getCompressionLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigClassName()"><B>getConfigClassName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigClassName()"><B>getConfigClassName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the class name of the <code>Configuration</code> of the instrumented |
| LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigFilter()"><B>getConfigFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigFilter()"><B>getConfigFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns a string description of all Filters configured in the |
| <code>Configuration</code> of the instrumented LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getConfigLocation()"><B>getConfigLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Returns the initial configuration location or <code>null</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigLocationUri()"><B>getConfigLocationUri()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigLocationUri()"><B>getConfigLocationUri()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the configuration location URI as a String. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigMonitorClassName()"><B>getConfigMonitorClassName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigMonitorClassName()"><B>getConfigMonitorClassName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the class name of the object that is monitoring the configuration |
| file for modifications. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigName()"><B>getConfigName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigName()"><B>getConfigName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the name of the Configuration of the instrumented LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigProperties()"><B>getConfigProperties()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigProperties()"><B>getConfigProperties()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns a map with configured properties. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigText()"><B>getConfigText()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getConfigText(java.lang.String)"><B>getConfigText(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigText()"><B>getConfigText()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the configuration text, which may be the contents of the |
| configuration file or the text that was last set with a call to |
| <code>setConfigText</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getConfigText(java.lang.String)"><B>getConfigText(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the configuration text, which may be the contents of the |
| configuration file or the text that was last set with a call to |
| <code>setConfigText</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>getConfiguration(ConfigurationSource)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getConfiguration(java.lang.String, java.net.URI)"><B>getConfiguration(String, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Returns the Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html#getConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>getConfiguration(ConfigurationSource)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html#getConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>getConfiguration(ConfigurationSource)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfigurationFactory</A> |
| <DD>Returns the Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html#getConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>getConfiguration(ConfigurationSource)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getConfiguration()"><B>getConfiguration()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Returns the current Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.ServerConfigurationFactory.html#getConfiguration(java.lang.String, java.net.URI)"><B>getConfiguration(String, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.ServerConfigurationFactory.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer.ServerConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getConfigurationMonitor()"><B>getConfigurationMonitor()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getConfigurationMonitor()"><B>getConfigurationMonitor()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getConfigurationSource()"><B>getConfigurationSource()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getConfigurationSource()"><B>getConfigurationSource()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Returns the source of this configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.html#getConnection()"><B>getConnection()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.html" title="interface in org.apache.logging.log4j.core.appender.db.jdbc">ConnectionSource</A> |
| <DD>This should return a new connection every time it is called. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html#getConnection()"><B>getConnection()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">DataSourceConnectionSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html#getConnection()"><B>getConnection()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">FactoryMethodConnectionSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Provide a description of the content format supported by this Manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>FileManager's content format is specified by: <code>Key: "fileURI" Value: provided "advertiseURI" param</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD>FileManager's content format is specified by: |
| <p/> |
| Key: "fileURI" Value: provided "advertiseURI" param. |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Returns a description of the content format. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>HtmlLayout's format is sufficiently specified via the content type. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>PatternLayout's content format is specified by:<p/> |
| Key: "structured" Value: "false"<p/> |
| Key: "formatType" Value: "conversion" (format uses the keywords supported by OptionConverter)<p/> |
| Key: "format" Value: provided "conversionPattern" param |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Rfc5424Layout's content format is specified by:<p/> |
| Key: "structured" Value: "true"<p/> |
| Key: "format" Value: "RFC5424"<p/> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD>SerializedLayout's format is sufficiently specified via the content type, use empty Map/unspecified. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout">SyslogLayout</A> |
| <DD>SyslogLayout's content format is specified by:<p/> |
| Key: "structured" Value: "false"<p/> |
| Key: "dateFormat" Value: "MMM dd HH:mm:ss "<p/> |
| Key: "format" Value: "<LEVEL>TIMESTAMP PROP(HOSTNAME) MESSAGE"<p/> |
| Key: "formatType" Value: "logfilepatternreceiver" (format uses the keywords supported by LogFilePatternReceiver) |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD>XmlLayout's content format is specified by: |
| <p/> |
| Key: "dtd" Value: "log4j-events.dtd" |
| <p/> |
| Key: "version" Value: "2.0" |
| <DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net">AbstractSocketManager</A> |
| <DD>AbstractSocketManager's content format is specified by:<p/> |
| Key: "port" Value: provided "port" param<p/> |
| Key: "address" Value: provided "address" param |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html" title="class in org.apache.logging.log4j.core.net">DatagramSocketManager</A> |
| <DD>DatagramSocketManager's content format is specified by:<p/> |
| Key: "protocol" Value: "udp"<p/> |
| Key: "direction" Value: "out" |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#getContentFormat()"><B>getContentFormat()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD>TcpSocketManager's content format is specified by:<p/> |
| Key: "protocol" Value: "tcp"<p/> |
| Key: "direction" Value: "out" |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractStringLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Returns the content type output by this layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD>SerializedLayout returns a binary stream. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#getContentType()"><B>getContentType()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(String, ClassLoader, boolean, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.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.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Loads the LoggerContext using the ContextSelector. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html#getContext(java.lang.String, java.lang.ClassLoader, java.lang.Object, boolean, org.apache.logging.log4j.core.config.ConfigurationSource)"><B>getContext(String, ClassLoader, Object, boolean, ConfigurationSource)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Loads the LoggerContext using the ContextSelector. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.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.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Loads the LoggerContext using the ContextSelector. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#getContext()"><B>getContext()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>Returns the LoggerContext this Logger is associated with. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(String, ClassLoader, boolean, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(String, ClassLoader, boolean, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</A> |
| <DD>Returns the LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(String, ClassLoader, boolean, URI)</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</A> |
| <DD>Returns the LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean)"><B>getContext(String, ClassLoader, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#getContext(java.lang.String, java.lang.ClassLoader, boolean, java.net.URI)"><B>getContext(String, ClassLoader, boolean, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getContextMap()"><B>getContextMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD>Returns <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collections.html?is-external=true#emptyMap()" title="class or interface in java.util"><CODE>Collections.emptyMap()</CODE></A>. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getContextMap()"><B>getContextMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the context map. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getContextMap()"><B>getContextMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getContextMap()"><B>getContextMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the immutable copy of the ThreadContext Map. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getContextMap()"><B>getContextMap()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the context map (also know as Mapped Diagnostic Context or MDC). |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getContextName()"><B>getContextName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#getContextName()"><B>getContextName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Returns the name of the LoggerContext that the <code>StatusLogger</code> is associated with. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getContextStack()"><B>getContextStack()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getContextStack()"><B>getContextStack()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the context stack. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getContextStack()"><B>getContextStack()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getContextStack()"><B>getContextStack()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns an immutable copy of the ThreadContext stack. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getContextStack()"><B>getContextStack()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the context stack (also known as Nested Diagnostic Context or NDC). |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#getConversionPattern()"><B>getConversionPattern()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Gets the conversion pattern. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#getConverter()"><B>getConverter()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/FileUtils.html#getCorrectedFilePathUri(java.lang.String)"><B>getCorrectedFilePathUri(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/FileUtils.html" title="class in org.apache.logging.log4j.core.util">FileUtils</A> |
| <DD>Takes a given URI string which may contain backslashes (illegal in URIs) in it due to user input or variable |
| substitution and returns a URI with the backslashes replaced with forward slashes. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#getCount()"><B>getCount()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#getDefault()"><B>getDefault()</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Gets default instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html#getDefaultAbbreviator()"><B>getDefaultAbbreviator()</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html" title="class in org.apache.logging.log4j.core.pattern">NameAbbreviator</A> |
| <DD>Gets default abbreviator. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getDefaultStatus()"><B>getDefaultStatus()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#getDefaultStyle()"><B>getDefaultStyle()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Gets the default style. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html#getDiscardIfAllFieldsAreEmpty()"><B>getDiscardIfAllFieldsAreEmpty()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout">LoggerFields</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#getElementName()"><B>getElementName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#getEncoding(byte[], java.lang.String)"><B>getEncoding(byte[], String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#getEnvironment(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>getEnvironment(String, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>Sets up the properties to pass to the InitialContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#getErrorHandler()"><B>getErrorHandler()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#getErrorHandler()"><B>getErrorHandler()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>Returns the result of calling <code>toString</code> on the error handler of |
| this appender, or <code>"null"</code> if no error handler was set. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getErrorHandler()"><B>getErrorHandler()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getErrorHandler()"><B>getErrorHandler()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns the result of calling <code>toString</code> on the error handler of |
| this appender, or <code>"null"</code> if no error handler was set. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#getErrorRef()"><B>getErrorRef()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Returns the name of the appender that any errors are logged to or <code>null</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getErrorRef()"><B>getErrorRef()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD>Returns the name of the appender that any errors are logged to or <code>null</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getErrorRef()"><B>getErrorRef()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns the name of the appender that any errors are logged to or <code>null</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#getEscapeChar()"><B>getEscapeChar()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Returns the escape character. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html#getEventIndices(java.lang.String, int)"><B>getEventIndices(String, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">InputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html#getEventIndices(java.lang.String, int)"><B>getEventIndices(String, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">JsonInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html#getEventIndices(java.lang.String, int)"><B>getEventIndices(String, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">XmlInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#getExact()"><B>getExact()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getExact()"><B>getExact()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getExtendedStackTrace()"><B>getExtendedStackTrace()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Gets the stack trace including packaging information. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getExtendedStackTraceAsString()"><B>getExtendedStackTraceAsString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Format the stack trace including packaging information. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getExtendedStackTraceAsString(java.util.List)"><B>getExtendedStackTraceAsString(List<String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Format the stack trace including packaging information. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getExternalContext()"><B>getExternalContext()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Returns the external context. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getExtraClassInfo()"><B>getExtraClassInfo()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#getFacility()"><B>getFacility()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD>Returns the Facility. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#getFile()"><B>getFile()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Returns the file configuration source, or <code>null</code> if this configuration source is based on an URL or has |
| neither a file nor an URL. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#getFileManager(java.lang.String, boolean, boolean, boolean, java.lang.String, org.apache.logging.log4j.core.Layout, int)"><B>getFileManager(String, boolean, boolean, boolean, String, Layout<? extends Serializable>, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>Returns the FileManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#getFileManager(java.lang.String, boolean, boolean, int, java.lang.String, org.apache.logging.log4j.core.Layout)"><B>getFileManager(String, boolean, boolean, int, String, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD>Returns the RandomAccessFileManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getFileManager(java.lang.String, java.lang.String, boolean, boolean, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, java.lang.String, org.apache.logging.log4j.core.Layout, int)"><B>getFileManager(String, String, boolean, boolean, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns a RollingFileManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html" title="class in org.apache.logging.log4j.core.appender">FileAppender</A> |
| <DD>Returns the file name this appender is associated with. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>Returns the name of the File being managed. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileAppender</A> |
| <DD>Returns the file name this appender is associated with. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD>Returns the name of the File being managed. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingFileAppender</A> |
| <DD>Returns the File name for the Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD>Returns the File name for the Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getFileName()"><B>getFileName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html#getFilePattern()"><B>getFilePattern()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingFileAppender</A> |
| <DD>Returns the file pattern used when rolling over. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#getFilePattern()"><B>getFilePattern()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD>Returns the file pattern used when rolling over. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getFileSize()"><B>getFileSize()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns the current size of the file. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getFileTime()"><B>getFileTime()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns the time the file was created. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config">AppenderRef</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Returns the Filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html#getFilter()"><B>getFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</A> |
| <DD>Returns an Iterator for all the Filters. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#getFilter()"><B>getFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>Returns a string description of all filters configured for the |
| instrumented <code>Appender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getFilter()"><B>getFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns a string description of all filters configured for the |
| instrumented <code>AsyncAppender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#getFilter()"><B>getFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#getFilter()"><B>getFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns a string description of all filters configured for the |
| instrumented <code>LoggerConfig</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#getFilters()"><B>getFilters()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#getFilters()"><B>getFilters()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html#getFontSize()"><B>getFontSize()</B></A> - |
| Method in enum org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout">HtmlLayout.FontSize</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html#getFontSize(java.lang.String)"><B>getFontSize(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout">HtmlLayout.FontSize</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>Returns the footer, if one is available. |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Returns the format for the layout format. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>Returns the appropriate HTML footers. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD>Returns appropriate JSON footer. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#getFooter()"><B>getFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD>Returns appropriate XML footer. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#getFormattingInfo()"><B>getFormattingInfo()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#getHandler()"><B>getHandler()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Returns the ErrorHandler, if any. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#getHandler()"><B>getHandler()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>Returns the header, if one is available. |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Returns the header for the layout format. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>Returns appropriate HTML headers. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD>Returns appropriate JSON headers. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#getHeader()"><B>getHeader()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD>Returns appropriate XML headers. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#getHeaders(java.lang.String, java.lang.String)"><B>getHeaders(String, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html#getImplementationClassName()"><B>getImplementationClassName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html" title="class in org.apache.logging.log4j.core.jmx">ContextSelectorAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean.html#getImplementationClassName()"><B>getImplementationClassName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">ContextSelectorAdminMBean</A> |
| <DD>Returns the name of the class implementing the <code>ContextSelector</code> |
| interface. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getInputFromResource(java.lang.String, java.lang.ClassLoader)"><B>getInputFromResource(String, ClassLoader)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Retrieve the configuration via the ClassLoader. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getInputFromString(java.lang.String, java.lang.ClassLoader)"><B>getInputFromString(String, ClassLoader)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Load the configuration from the location represented by the String. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getInputFromUri(java.net.URI)"><B>getInputFromUri(URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Load the configuration from a URI. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#getInputStream()"><B>getInputStream()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Returns the input stream that this configuration source was constructed with. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getInstance()"><B>getInstance()</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Returns the ConfigurationFactory. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#getJDBCDatabaseManager(java.lang.String, int, org.apache.logging.log4j.core.appender.db.jdbc.ConnectionSource, java.lang.String, org.apache.logging.log4j.core.appender.db.jdbc.ColumnConfig[])"><B>getJDBCDatabaseManager(String, int, ConnectionSource, String, ColumnConfig[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD>Creates a JDBC manager for use within the <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><CODE>JdbcAppender</CODE></A>, or returns a suitable one if it already exists. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html#getJmsQueueManager(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>getJmsQueueManager(String, String, String, String, String, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueManager</A> |
| <DD>Obtain a JmsQueueManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html#getJmsTopicManager(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>getJmsTopicManager(String, String, String, String, String, String, String, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicManager</A> |
| <DD>Obtain a JSMTopicManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#getJPADatabaseManager(java.lang.String, int, java.lang.Class, java.lang.reflect.Constructor, java.lang.String)"><B>getJPADatabaseManager(String, int, Class<? extends AbstractLogEventWrapperEntity>, Constructor<? extends AbstractLogEventWrapperEntity>, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD>Creates a JPA manager for use within the <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><CODE>JpaAppender</CODE></A>, or returns a suitable one if it already exists. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html#getKey()"><B>getKey()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing">Route</A> |
| <DD>Returns the key for this Route. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#getKey()"><B>getKey()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#getKey()"><B>getKey()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html#getKey()"><B>getKey()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util">KeyValuePair</A> |
| <DD>Returns the key. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html#getKeyStore()"><B>getKeyStore()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">AbstractKeyStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#getLayout()"><B>getLayout()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Returns the Layout for the appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#getLayout()"><B>getLayout()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD>This always returns <code>null</code>, as database appenders do not use a single layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#getLayout()"><B>getLayout()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#getLayout()"><B>getLayout()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD>Returns this appender's layout. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#getLayout()"><B>getLayout()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#getLayout()"><B>getLayout()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>Returns the result of calling <code>toString</code> on the <code>Layout</code> |
| object of the instrumented <code>Appender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getLayout()"><B>getLayout()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getLayout()"><B>getLayout()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns the result of calling <code>toString</code> on the <code>Layout</code> |
| object of the instrumented <code>AsyncAppender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the level. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config">AppenderRef</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the logging Level. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the logging Level. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#getLevel()"><B>getLevel()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns the <code>LoggerConfig</code> level as a String. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#getLevel()"><B>getLevel()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Returns the <code>StatusLogger</code> level as a String. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getLevel()"><B>getLevel()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the level. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#getLevel()"><B>getLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>Gets the Level associated with the Logger. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#getLevelMap()"><B>getLevelMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getLineNumber()"><B>getLineNumber()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#getLines()"><B>getLines()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Returns the number of lines to write. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html#getLiteral()"><B>getLiteral()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LiteralPatternConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#getLiteralValue()"><B>getLiteralValue()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/NetUtils.html#getLocalHostname()"><B>getLocalHostname()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/NetUtils.html" title="class in org.apache.logging.log4j.core.util">NetUtils</A> |
| <DD>This method gets the network name of the machine we are running on. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getLocalizedMessage()"><B>getLocalizedMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#getLocation()"><B>getLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Returns a string describing the configuration source file or URL, or <code>null</code> if this configuration source |
| has neither a file nor an URL. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#getLocation()"><B>getLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getLocation()"><B>getLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#getLocation()"><B>getLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getLogEventFactory()"><B>getLogEventFactory()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the LogEventFactory. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns the LoggerConfig with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Obtain a Logger from the Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getLogger(java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>getLogger(String, MessageFactory)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Obtain a Logger from the Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getLoggerConfig(java.lang.String)"><B>getLoggerConfig(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Locates the appropriate LoggerConfig for a Logger name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getLoggerConfig(java.lang.String)"><B>getLoggerConfig(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Locates the appropriate LoggerConfig for a Logger name. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html#getLoggerContexts()"><B>getLoggerContexts()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#getLoggerContexts()"><B>getLoggerContexts()</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html#getLoggerContexts()"><B>getLoggerContexts()</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html#getLoggerContexts()"><B>getLoggerContexts()</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</A> |
| <DD>Returns a List of all the available LoggerContexts. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#getLoggerContexts()"><B>getLoggerContexts()</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getLoggerFqcn()"><B>getLoggerFqcn()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getLoggerFqcn()"><B>getLoggerFqcn()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the fully qualified class name of the caller of the logger API. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getLoggerFqcn()"><B>getLoggerFqcn()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getLoggerFqcn()"><B>getLoggerFqcn()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>The fully qualified class name of the class that was called by the caller. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getLoggerFqcn()"><B>getLoggerFqcn()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Returns the fully qualified class name of the caller of the logging API. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getLoggerName()"><B>getLoggerName()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getLoggerName()"><B>getLoggerName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the logger name. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getLoggerName()"><B>getLoggerName()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getLoggerName()"><B>getLoggerName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the name of the Logger used to generate the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getLoggerName()"><B>getLoggerName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the logger name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getLoggers()"><B>getLoggers()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns a Map of all the LoggerConfigs. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getLoggers()"><B>getLoggers()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getLoggers()"><B>getLoggers()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Gets a collection of the current loggers. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#getManager(java.lang.String, org.apache.logging.log4j.core.appender.ManagerFactory, T)"><B>getManager(String, ManagerFactory<M, T>, T)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Retrieves a Manager if it has been previously created or creates a new Manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#getManager()"><B>getManager()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD>Gets the manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#getManager()"><B>getManager()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD>Returns the underlying manager in use within this appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#getManager(java.lang.String, T, org.apache.logging.log4j.core.appender.ManagerFactory)"><B>getManager(String, T, ManagerFactory<M, T>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Implementations should define their own getManager method and call this method from that to create or get |
| existing managers. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#getManager(java.lang.String, T, org.apache.logging.log4j.core.appender.ManagerFactory)"><B>getManager(String, T, ManagerFactory<? extends OutputStreamManager, T>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Creates a Manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Loggers.html#getMap()"><B>getMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Loggers.html" title="class in org.apache.logging.log4j.core.config">Loggers</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#getMap()"><B>getMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html#getMap()"><B>getMap()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout">LoggerFields</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getMarker()"><B>getMarker()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getMarker()"><B>getMarker()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the marker. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getMarker()"><B>getMarker()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getMarker()"><B>getMarker()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the Marker associated with the event, or null. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getMarker()"><B>getMarker()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the Marker associated with the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#getMaxIndex()"><B>getMaxIndex()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#getMaxLength()"><B>getMaxLength()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Get maximum length. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#getMdcExcludes()"><B>getMdcExcludes()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#getMdcIncludes()"><B>getMdcIncludes()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the message. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the Message associated with the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getMessage()"><B>getMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getMessage()"><B>getMessage()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the message associated with the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getMethodName()"><B>getMethodName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#getMimeMessage()"><B>getMimeMessage()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#getMimeMultipart(byte[], javax.mail.internet.InternetHeaders)"><B>getMimeMultipart(byte[], InternetHeaders)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#getMinIndex()"><B>getMinIndex()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#getMinLength()"><B>getMinLength()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Get minimum length. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Returns the name of the Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Returns the name of the Manager. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD>Get the name of this appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns the name of the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD>Returns the configuration name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the name of the LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Property.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Property.html" title="class in org.apache.logging.log4j.core.config">Property</A> |
| <DD>Returns the property name. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Return the FQCN of the Throwable. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>Returns the name of the instrumented <code>Appender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns the name of the instrumented <code>AsyncAppender</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns the name of the instrumented <code>LoggerConfig</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the name of the instrumented <code>LoggerContext</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Gets the name. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html#getName()"><B>getName()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractPatternConverter</A> |
| <DD>This method returns the name of the conversion pattern. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html#getName()"><B>getName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern">PatternConverter</A> |
| <DD>Returns the name of the converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#getNextTime(long, int, boolean)"><B>getNextTime(long, int, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD>Returns the next potential rollover time. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html#getNode()"><B>getNode()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing">Route</A> |
| <DD>Returns the Dynamic Appender Node. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getObject()"><B>getObject()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html#getObjectMapper()"><B>getObjectMapper()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfiguration.html#getObjectMapper()"><B>getObjectMapper()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfiguration.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdmin.html" title="class in org.apache.logging.log4j.core.jmx">ContextSelectorAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the <code>ObjectName</code> that this MBean is registered with in the |
| MBean server. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD>Returns the <code>ObjectName</code> of this mbean. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#getObjectName()"><B>getObjectName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Returns the <code>ObjectName</code> that this status logger mbean is registered with. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#getOnMatch()"><B>getOnMatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Returns the Result to be returned when a match occurs. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#getOnMatch()"><B>getOnMatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Returns the result that should be returned when the filter matches the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#getOnMatch()"><B>getOnMatch()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Returns the result that should be returned when the filter matches the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#getOnMismatch()"><B>getOnMismatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>Returns the Result to be returned when a match does not occur. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#getOnMismatch()"><B>getOnMismatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Returns the result that should be returned when the filter does not match the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.html#getOnMismatch()"><B>getOnMismatch()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.html" title="interface in org.apache.logging.log4j.core">Filter</A> |
| <DD>Returns the result that should be returned when the filter does not match the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#getOutputStream()"><B>getOutputStream()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#getPackages()"><B>getPackages()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Returns the list of packages to filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getParent()"><B>getParent()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the parent of this LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getParent()"><B>getParent()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#getParent()"><B>getParent()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is only used for 1.x compatibility. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#getPassword()"><B>getPassword()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#getPasswordAsCharArray()"><B>getPasswordAsCharArray()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html#getPattern()"><B>getPattern()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html" title="class in org.apache.logging.log4j.core.appender.routing">Routes</A> |
| <DD>Returns the pattern. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#getPattern()"><B>getPattern()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD>Gets the pattern string describing this date format. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getPatternProcessor()"><B>getPatternProcessor()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns the pattern processor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#getPluginClass()"><B>getPluginClass()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#getPlugins()"><B>getPlugins()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD>Returns all the matching plugins. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#getPluginType(java.lang.String)"><B>getPluginType(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD>Returns the type of a specified plugin. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#getPriority(org.apache.logging.log4j.core.net.Facility, org.apache.logging.log4j.Level)"><B>getPriority(Facility, Level)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD>Returns the priority value based on the Facility and Log Level. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#getProcId()"><B>getProcId()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getProperties()"><B>getProperties()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getProperties()"><B>getProperties()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#getProperties()"><B>getProperties()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns an unmodifiable map with the configuration properties, or |
| <code>null</code> if this <code>LoggerConfig</code> does not have any configuration |
| properties. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#getQueueCapacity()"><B>getQueueCapacity()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getQueueCapacity()"><B>getQueueCapacity()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getQueueCapacity()"><B>getQueueCapacity()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#getQueueRemainingCapacity()"><B>getQueueRemainingCapacity()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#getQueueRemainingCapacity()"><B>getQueueRemainingCapacity()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#getQueueRemainingCapacity()"><B>getQueueRemainingCapacity()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html#getRef()"><B>getRef()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config">AppenderRef</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#getRemainingCapacity()"><B>getRemainingCapacity()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html#getRemainingCapacity()"><B>getRemainingCapacity()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">RingBufferAdminMBean</A> |
| <DD>Returns the number of available slots in the ring buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util">BundleResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util">ClassLoaderResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#getResource(java.lang.String, java.lang.ClassLoader)"><B>getResource(String, ClassLoader)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>This method will search for <code>resource</code> in different |
| places. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html" title="interface in org.apache.logging.log4j.core.util">ResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#getResourceAsStream(java.lang.String, java.lang.ClassLoader)"><B>getResourceAsStream(String, ClassLoader)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>This method will search for <code>resource</code> in different |
| places. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#getResources()"><B>getResources()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Returns the matching resources. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html#getResources(java.lang.String)"><B>getResources(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util">BundleResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html#getResources(java.lang.String)"><B>getResources(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util">ClassLoaderResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html#getResources(java.lang.String)"><B>getResources(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html" title="interface in org.apache.logging.log4j.core.util">ResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#getRollingRandomAccessFileManager(java.lang.String, java.lang.String, boolean, boolean, int, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, java.lang.String, org.apache.logging.log4j.core.Layout)"><B>getRollingRandomAccessFileManager(String, String, boolean, boolean, int, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getRolloverStrategy()"><B>getRolloverStrategy()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns the rollover strategy |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Loggers.html#getRoot()"><B>getRoot()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Loggers.html" title="class in org.apache.logging.log4j.core.config">Loggers</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getRootLogger()"><B>getRootLogger()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Returns the root Logger. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html#getRoutes()"><B>getRoutes()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html" title="class in org.apache.logging.log4j.core.appender.routing">Routes</A> |
| <DD>Returns the array of Route elements. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html#getSdId()"><B>getSdId()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout">LoggerFields</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SecretKeyProvider.html#getSecretKey()"><B>getSecretKey()</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/SecretKeyProvider.html" title="interface in org.apache.logging.log4j.core.util">SecretKeyProvider</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html#getSelector()"><B>getSelector()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Returns the ContextSelector. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#getSeparator()"><B>getSeparator()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Returns the stack trace separator. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#getSeverity()"><B>getSeverity()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD>Returns the Severity. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Severity.html#getSeverity(org.apache.logging.log4j.Level)"><B>getSeverity(Level)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net">Severity</A> |
| <DD>Returns the Severity for the specified Level. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#getSMTPManager(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, boolean, java.lang.String, int)"><B>getSMTPManager(String, String, String, String, String, String, String, String, int, String, String, boolean, String, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html#getSocketManager(java.lang.String, int, org.apache.logging.log4j.core.Layout)"><B>getSocketManager(String, int, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramSocketManager.html" title="class in org.apache.logging.log4j.core.net">DatagramSocketManager</A> |
| <DD>Obtain a SocketManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html#getSocketManager(org.apache.logging.log4j.core.net.ssl.SslConfiguration, java.lang.String, int, int, boolean, org.apache.logging.log4j.core.Layout)"><B>getSocketManager(SslConfiguration, String, int, int, boolean, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html" title="class in org.apache.logging.log4j.core.net">SslSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#getSocketManager(java.lang.String, int, int, boolean, org.apache.logging.log4j.core.Layout)"><B>getSocketManager(String, int, int, boolean, Layout<? extends Serializable>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD>Obtain a TcpSocketManager. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getSource()"><B>getSource()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getSource()"><B>getSource()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the source location information. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getSource()"><B>getSource()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getSource()"><B>getSource()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the StackTraceElement for the caller. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getSource()"><B>getSource()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets the source of logging request. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html#getSslServerSocketFactory()"><B>getSslServerSocketFactory()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html#getSslSocketFactory()"><B>getSslSocketFactory()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getStackTrace()"><B>getStackTrace()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getStackTraceElement()"><B>getStackTraceElement()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#getState()"><B>getState()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#getStatus()"><B>getStatus()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#getStatus()"><B>getStatus()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Returns the status of the instrumented <code>LoggerContext</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getStatusData()"><B>getStatusData()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#getStatusData()"><B>getStatusData()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Returns a list with the most recent <code>StatusData</code> objects in the |
| status history. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getStatusDataHistory()"><B>getStatusDataHistory()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#getStatusDataHistory()"><B>getStatusDataHistory()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Returns a string array with the most recent messages in the status |
| history. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#getStatusLevel()"><B>getStatusLevel()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#getStrSubstitutor()"><B>getStrSubstitutor()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#getStrSubstitutor()"><B>getStrSubstitutor()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html#getStyleClass(java.lang.Object)"><B>getStyleClass(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractPatternConverter</A> |
| <DD>This method returns the CSS style class that should be applied to |
| the LoggingEvent passed as parameter, which can be null. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html#getStyleClass(java.lang.Object)"><B>getStyleClass(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LevelPatternConverter</A> |
| <DD>This method returns the CSS style class that should be applied to |
| the LoggingEvent passed as parameter, which can be null. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html#getStyleClass(java.lang.Object)"><B>getStyleClass(Object)</B></A> - |
| Method in interface org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern">PatternConverter</A> |
| <DD>This method returns the CSS style class that should be applied to |
| the LoggingEvent passed as parameter, which can be null. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/NameUtil.html#getSubName(java.lang.String)"><B>getSubName(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/NameUtil.html" title="class in org.apache.logging.log4j.core.util">NameUtil</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Charsets.html#getSupportedCharset(java.lang.String)"><B>getSupportedCharset(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Charsets.html" title="class in org.apache.logging.log4j.core.util">Charsets</A> |
| <DD>Returns a Charset, if possible the Charset for the specified <code>charsetName</code>, otherwise (if the specified |
| <code>charsetName</code> is <code>null</code> or not supported) this method returns the platform default Charset. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Charsets.html#getSupportedCharset(java.lang.String, java.nio.charset.Charset)"><B>getSupportedCharset(String, Charset)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Charsets.html" title="class in org.apache.logging.log4j.core.util">Charsets</A> |
| <DD>Returns a Charset, if possible the Charset for the specified <code>charsetName</code>, otherwise (if the specified |
| <code>charsetName</code> is <code>null</code> or not supported) this method returns the platform default Charset. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#getSupportedTypes()"><B>getSupportedTypes()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html#getSupportedTypes()"><B>getSupportedTypes()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html#getSupportedTypes()"><B>getSupportedTypes()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfigurationFactory</A> |
| <DD>Returns the file suffixes for XML files. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html#getSupportedTypes()"><B>getSupportedTypes()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Throwables.html#getSuppressed(java.lang.Throwable)"><B>getSuppressed(Throwable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Throwables.html" title="class in org.apache.logging.log4j.core.util">Throwables</A> |
| <DD><B>Deprecated.</B> <I>If compiling on Java 7 and above use <CODE>Throwable#getSuppressed()</CODE>. Marked as deprecated because Java 6 is |
| deprecated.</I> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getSuppressedProxies()"><B>getSuppressedProxies()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Gets proxies for suppressed exceptions. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getSuppressedStackTrace()"><B>getSuppressedStackTrace()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Format the suppressed Throwables. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html#getSynchronous()"><B>getSynchronous()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html" title="interface in org.apache.logging.log4j.core.appender.rolling">RolloverDescription</A> |
| <DD>Action to be completed after close of current active log file |
| before returning control to caller. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html#getSynchronous()"><B>getSynchronous()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling">RolloverDescriptionImpl</A> |
| <DD>Action to be completed after close of current active log file |
| before returning control to caller. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#getThreadContextClassLoader()"><B>getThreadContextClassLoader()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Returns the ClassLoader of current thread if possible, or falls back to the system ClassLoader if none is |
| available. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getThreadName()"><B>getThreadName()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getThreadName()"><B>getThreadName()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the thread name. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getThreadName()"><B>getThreadName()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getThreadName()"><B>getThreadName()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the name of the Thread on which the event was generated. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getThreadName()"><B>getThreadName()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets thread name. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#getThrowable()"><B>getThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>The throwable or null if this object is deserialized from XML or JSON. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getThrown()"><B>getThrown()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getThrown()"><B>getThrown()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the exception logged. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getThrown()"><B>getThrown()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getThrown()"><B>getThrown()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the Throwable associated with the event, or null. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getThrown()"><B>getThrown()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets throwable associated with logging request. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getThrownProxy()"><B>getThrownProxy()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getThrownProxy()"><B>getThrownProxy()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the exception logged. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getThrownProxy()"><B>getThrownProxy()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getThrownProxy()"><B>getThrownProxy()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the ThrowableProxy associated with the event, or null. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getThrownProxy()"><B>getThrownProxy()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets throwable proxy associated with logging request. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/UuidUtil.html#getTimeBasedUuid()"><B>getTimeBasedUuid()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/UuidUtil.html" title="class in org.apache.logging.log4j.core.util">UuidUtil</A> |
| <DD>Generates Type 1 UUID. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#getTimeMillis()"><B>getTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html#getTimeMillis()"><B>getTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/BasicLogEventEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">BasicLogEventEntity</A> |
| <DD>Gets the number of milliseconds since JVM launch. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#getTimeMillis()"><B>getTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#getTimeMillis()"><B>getTimeMillis()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Returns the time in milliseconds from the epoch when the event occurred. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#getTimeMillis()"><B>getTimeMillis()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Gets event time in milliseconds since midnight, January 1, 1970 UTC. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#getTriggeringPolicy()"><B>getTriggeringPolicy()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD>Returns the triggering policy |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getType()"><B>getType()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#getURL()"><B>getURL()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Returns the configuration source URL, or <code>null</code> if this configuration source is based on a file or has |
| neither a file nor an URL. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#getValue()"><B>getValue()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Property.html#getValue()"><B>getValue()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Property.html" title="class in org.apache.logging.log4j.core.config">Property</A> |
| <DD>Returns the property value. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#getValue()"><B>getValue()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD>Returns the value of this Priority. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html#getValue()"><B>getValue()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util">KeyValuePair</A> |
| <DD>Returns the value. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#getValueDelimiterMatcher()"><B>getValueDelimiterMatcher()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Gets the variable default value delimiter matcher currently in use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#getVariablePrefixMatcher()"><B>getVariablePrefixMatcher()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Gets the variable prefix matcher currently in use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#getVariableResolver()"><B>getVariableResolver()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Gets the VariableResolver that is used to lookup variables. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#getVariableSuffixMatcher()"><B>getVariableSuffixMatcher()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Gets the variable suffix matcher currently in use. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#getVersion()"><B>getVersion()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#getVersion()"><B>getVersion()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#getWrappedEvent()"><B>getWrappedEvent()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>All eventual accessor methods must call this method and delegate the method call to the underlying wrapped event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action"><B>GzCompressAction</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>Compresses a file using GZ compression.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html#GzCompressAction(java.io.File, java.io.File, boolean)"><B>GzCompressAction(File, File, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">GzCompressAction</A> |
| <DD>Create new instance of GzCompressAction. |
| </DL> |
| <HR> |
| <A NAME="_H_"><!-- --></A><H2> |
| <B>H</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html#handlesThrowable()"><B>handlesThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html" title="class in org.apache.logging.log4j.core.pattern">HighlightConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html#handlesThrowable()"><B>handlesThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LogEventPatternConverter</A> |
| <DD>Normally pattern converters are not meant to handle Exceptions although |
| few pattern converters might. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#handlesThrowable()"><B>handlesThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD>Normally pattern formatters are not meant to handle Exceptions although |
| few pattern formatters might. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html#handlesThrowable()"><B>handlesThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html" title="class in org.apache.logging.log4j.core.pattern">StyleConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html#handlesThrowable()"><B>handlesThrowable()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThrowablePatternConverter</A> |
| <DD>This converter obviously handles throwables. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#hasCategory(java.lang.String)"><B>hasCategory(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Indicates whether or not the given category name is registered and has plugins in that category. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#hasChildren()"><B>hasChildren()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#hasFilter()"><B>hasFilter()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Determines if a Filter is present. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html#hasFilter()"><B>hasFilter()</B></A> - |
| Method in interface org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</A> |
| <DD>Determine if a Filter is present. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#hashCode()"><B>hashCode()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#hashCode()"><B>hashCode()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#hashCode()"><B>hashCode()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#hashCode()"><B>hashCode()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#hashCode()"><B>hashCode()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#hasLogger(java.lang.String)"><B>hasLogger(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Determine if the specified Logger exists. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#hasManager(java.lang.String)"><B>hasManager(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Determines if a Manager with the specified name exists. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#hasPackages()"><B>hasPackages()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Determines if there are any packages to filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#header"><B>header</B></A> - |
| Variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>The header to include when the stream is opened. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>HighlightConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Highlight pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html#host"><B>host</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net">AbstractSocketManager</A> |
| <DD>The name of the host. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>HtmlLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Outputs events as rows in an HTML table on an HTML page.<DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout"><B>HtmlLayout.Builder</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout"><B>HtmlLayout.FontSize</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Possible font sizes</DL> |
| <HR> |
| <A NAME="_I_"><!-- --></A><H2> |
| <B>I</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#ignoreExceptions()"><B>ignoreExceptions()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>Some appenders need to propagate exceptions back to the application. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#ignoreExceptions()"><B>ignoreExceptions()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD>Some appenders need to propagate exceptions back to the application. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#immediateFlush"><B>immediateFlush</B></A> - |
| Variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD>Immediate flush means that the underlying writer or output stream |
| will be flushed at the end of each append operation. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#includeLocation(java.lang.String)"><B>includeLocation(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#includeLocation(java.lang.String)"><B>includeLocation(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html#inetAddress"><B>inetAddress</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net">AbstractSocketManager</A> |
| <DD>The internet address of the host. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html#initialize(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>initialize(RollingFileManager)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">CompositeTriggeringPolicy</A> |
| <DD>Initializes the policy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html#initialize(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>initialize(RollingFileManager)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">OnStartupTriggeringPolicy</A> |
| <DD>Provide the RollingFileManager to the policy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#initialize(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>initialize(RollingFileManager)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Initialize the TriggeringPolicy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html#initialize(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>initialize(RollingFileManager)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">TimeBasedTriggeringPolicy</A> |
| <DD>Initialize the policy. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.html#initialize(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>initialize(RollingFileManager)</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.html" title="interface in org.apache.logging.log4j.core.appender.rolling">TriggeringPolicy</A> |
| <DD>Initialize the Policy. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.String, java.lang.ClassLoader, java.lang.String)"><B>initialize(String, ClassLoader, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.String, java.lang.ClassLoader, java.lang.String, java.lang.Object)"><B>initialize(String, ClassLoader, String, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.String, java.lang.String)"><B>initialize(String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.String, java.lang.ClassLoader, java.net.URI)"><B>initialize(String, ClassLoader, URI)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.String, java.lang.ClassLoader, java.net.URI, java.lang.Object)"><B>initialize(String, ClassLoader, URI, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.ClassLoader, org.apache.logging.log4j.core.config.ConfigurationSource)"><B>initialize(ClassLoader, ConfigurationSource)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#initialize(java.lang.ClassLoader, org.apache.logging.log4j.core.config.ConfigurationSource, java.lang.Object)"><B>initialize(ClassLoader, ConfigurationSource, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Initializes the Logging Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#initialize()"><B>initialize()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Configures and initializes the StatusLogger using the configured options in this instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#initializeClass(java.lang.String, java.lang.ClassLoader)"><B>initializeClass(String, ClassLoader)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Loads and initializes a named Class using a given ClassLoader. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html#initKeyManagerFactory()"><B>initKeyManagerFactory()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">KeyStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html#initTrustManagerFactory()"><B>initTrustManagerFactory()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">TrustStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server"><B>InputStreamLogEventBridge</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Reads and logs <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s from an <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html#InputStreamLogEventBridge(com.fasterxml.jackson.databind.ObjectMapper, int, java.nio.charset.Charset, java.lang.String)"><B>InputStreamLogEventBridge(ObjectMapper, int, Charset, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">InputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CachedClock.html#instance()"><B>instance()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CachedClock.html" title="class in org.apache.logging.log4j.core.util">CachedClock</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CoarseCachedClock.html#instance()"><B>instance()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CoarseCachedClock.html" title="class in org.apache.logging.log4j.core.util">CoarseCachedClock</A> |
| <DD>Returns the singleton instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#instantiateByClassName(java.lang.String, java.lang.Class, java.lang.Object)"><B>instantiateByClassName(String, Class<?>, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD>Instantiate an object given a class name. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#instantiateByKey(java.util.Properties, java.lang.String, java.lang.Class, java.lang.Object)"><B>instantiateByKey(Properties, String, Class<?>, Object)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>IntegerPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats an integer.<DT><A HREF="./org/apache/logging/log4j/core/util/Integers.html" title="class in org.apache.logging.log4j.core.util"><B>Integers</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Helps deal with integers.<DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup"><B>Interpolator</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>The Interpolator is a StrLookup that acts as a proxy for all the other StrLookups.<DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#Interpolator(org.apache.logging.log4j.core.lookup.StrLookup)"><B>Interpolator(StrLookup)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#Interpolator()"><B>Interpolator()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD>Create the default Interpolator using only Lookups that work without an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#Interpolator(java.util.Map)"><B>Interpolator(Map<String, String>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD>Create the dInterpolator using only Lookups that work without an event and initial properties. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#isActive()"><B>isActive()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html#isActive()"><B>isActive()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html#isActive()"><B>isActive()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#isActive()"><B>isActive()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#isAdditive()"><B>isAdditive()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the valid of the additive flag. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#isAdditive()"><B>isAdditive()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#isAdditive()"><B>isAdditive()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns whether the instrumented <code>LoggerConfig</code> is additive. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#isAdditive()"><B>isAdditive()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is present only to support the Log4j 1.2 |
| compatibility bridge. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#isAnd()"><B>isAnd()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#isAppend()"><B>isAppend()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>Returns the append status. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#isBlocking()"><B>isBlocking()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will block when the queue is full, |
| or <code>false</code> if events are dropped when the queue is full. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#isBlocking()"><B>isBlocking()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will block when the queue is full, |
| or <code>false</code> if events are dropped when the queue is full. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#isBlocking()"><B>isBlocking()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will block when the queue is |
| full, or <code>false</code> if events are dropped when the queue is full. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#isClassAvailable(java.lang.String)"><B>isClassAvailable(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Determines if a named Class can be loaded or not. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#isClob()"><B>isClob()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#isComplete()"><B>isComplete()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Tests if the action is complete. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html#isComplete()"><B>isComplete()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/Action.html" title="interface in org.apache.logging.log4j.core.appender.rolling.action">Action</A> |
| <DD>Determines if action has been completed. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#isDefer()"><B>isDefer()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#isDeferChildren()"><B>isDeferChildren()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#isEmpty()"><B>isEmpty()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD>Indicates whether or not any plugin categories have been registered. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#isEmpty()"><B>isEmpty()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD>Returns whether this composite contains any filters. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html#isEmpty()"><B>isEmpty()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="class in org.apache.logging.log4j.core.util">CyclicBuffer</A> |
| <DD>Determines if the buffer contains elements. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#isEnableSubstitutionInVariables()"><B>isEnableSubstitutionInVariables()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Returns a flag whether substitution is done in variable names. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>Indicates whether this event is the last one in a batch. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>Returns <code>true</code> if this event is the end of a batch, <code>false</code> otherwise. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#isEndOfBatch()"><B>isEndOfBatch()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Returns <code>true</code> if this event is the last one in a batch, <code>false</code> otherwise. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html#isEqual(java.lang.String)"><B>isEqual(String)</B></A> - |
| Method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</A> |
| <DD>Determine if this enumeration matches the specified name (ignoring case). |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Protocol.html#isEqual(java.lang.String)"><B>isEqual(String)</B></A> - |
| Method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Protocol.html" title="enum in org.apache.logging.log4j.core.net">Protocol</A> |
| <DD>Determine if the String matches this enum. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Severity.html#isEqual(java.lang.String)"><B>isEqual(String)</B></A> - |
| Method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net">Severity</A> |
| <DD>Determine if the name matches this Severity. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#isEventTimestamp()"><B>isEventTimestamp()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/FileUtils.html#isFile(java.net.URL)"><B>isFile(URL)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/FileUtils.html" title="class in org.apache.logging.log4j.core.util">FileUtils</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html#isFiltered(org.apache.logging.log4j.core.LogEvent)"><B>isFiltered(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html" title="class in org.apache.logging.log4j.core.appender">SmtpAppender</A> |
| <DD>Capture all events in CyclicBuffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#isFiltered(org.apache.logging.log4j.core.LogEvent)"><B>isFiltered(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Determine if the LogEvent should be processed or ignored. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html#isFiltered(org.apache.logging.log4j.core.LogEvent)"><B>isFiltered(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</A> |
| <DD>Determines if the event should be filtered. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Throwables.html#isGetSuppressedAvailable()"><B>isGetSuppressedAvailable()</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Throwables.html" title="class in org.apache.logging.log4j.core.util">Throwables</A> |
| <DD>Returns true if the getSuppressed method is available. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html#isIgnoreExceptions()"><B>isIgnoreExceptions()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#isIgnoreExceptions()"><B>isIgnoreExceptions()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>Returns how exceptions thrown on the instrumented <code>Appender</code> are |
| handled. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#isIgnoreExceptions()"><B>isIgnoreExceptions()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#isIgnoreExceptions()"><B>isIgnoreExceptions()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns how exceptions thrown on the instrumented <code>AsyncAppender</code> |
| are handled. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will take a snapshot of the stack with |
| every log event to determine the class and method where the logging call |
| was made. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>Indicates whether the source of the logging request is required downstream. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Returns the value of logger configuration attribute <code>includeLocation</code>, |
| or, if no such attribute was configured, <code>true</code> if logging is |
| synchronous or <code>false</code> if logging is asynchronous. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdmin.html" title="class in org.apache.logging.log4j.core.jmx">AsyncAppenderAdmin</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will take a snapshot of the stack with |
| every log event to determine the class and method where the logging call |
| was made. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>Returns <code>true</code> if this AsyncAppender will take a snapshot of the |
| stack with every log event to determine the class and method where the |
| logging call was made. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Returns whether the instrumented <code>LoggerConfig</code> is configured to |
| include location. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#isIncludeLocation()"><B>isIncludeLocation()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Returns whether the source of the logging request is required downstream. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#isInitialized()"><B>isInitialized()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#isLeftAligned()"><B>isLeftAligned()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Determine if left aligned. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#isLocking()"><B>isLocking()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD>Returns the lock status. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#isMatch(char[], int, int, int)"><B>isMatch(char[], int, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns the number of matching characters, zero for no match. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#isMatch(char[], int)"><B>isMatch(char[], int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns the number of matching characters, zero for no match. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#isNativeMethod()"><B>isNativeMethod()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#isObjectPrintable()"><B>isObjectPrintable()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#isOpen()"><B>isOpen()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Returns the status of the stream. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#isPrintable()"><B>isPrintable()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#isRoot()"><B>isRoot()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#isRunning()"><B>isRunning()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Indicates whether the manager is currently connected <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#startup()"><CODE>AbstractDatabaseManager.startup()</CODE></A> has been called and <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#shutdown()"><CODE>AbstractDatabaseManager.shutdown()</CODE></A> |
| has not been called). |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#isShutdownHookEnabled"><B>isShutdownHookEnabled</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#isShutdownHookEnabled()"><B>isShutdownHookEnabled()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#isShutdownHookEnabled()"><B>isShutdownHookEnabled()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#isStarted()"><B>isStarted()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.html#isStarted()"><B>isStarted()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.html" title="interface in org.apache.logging.log4j.core">LifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#isStarting()"><B>isStarting()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#isStopped()"><B>isStopped()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.html#isStopped()"><B>isStopped()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.html" title="interface in org.apache.logging.log4j.core">LifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#isStopping()"><B>isStopping()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ReflectiveCallerClassUtility.html#isSupported()"><B>isSupported()</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ReflectiveCallerClassUtility.html" title="class in org.apache.logging.log4j.core.impl">ReflectiveCallerClassUtility</A> |
| <DD>Indicates whether <code>getCallerClass(int)</code> can be used on this JVM. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html#isTriggeringEvent(org.apache.logging.log4j.core.LogEvent)"><B>isTriggeringEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">CompositeTriggeringPolicy</A> |
| <DD>Determines if a rollover should occur. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html#isTriggeringEvent(org.apache.logging.log4j.core.LogEvent)"><B>isTriggeringEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">OnStartupTriggeringPolicy</A> |
| <DD>Determine if a rollover should be triggered. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#isTriggeringEvent(org.apache.logging.log4j.core.LogEvent)"><B>isTriggeringEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Returns true if a rollover should occur. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html#isTriggeringEvent(org.apache.logging.log4j.core.LogEvent)"><B>isTriggeringEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">TimeBasedTriggeringPolicy</A> |
| <DD>Determine whether a rollover should occur. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.html#isTriggeringEvent(org.apache.logging.log4j.core.LogEvent)"><B>isTriggeringEvent(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.html" title="interface in org.apache.logging.log4j.core.appender.rolling">TriggeringPolicy</A> |
| <DD>Determines if a rollover may be appropriate at this time. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#isUnicode()"><B>isUnicode()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#iterator()"><B>iterator()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_J_"><!-- --></A><H2> |
| <B>J</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><B>JdbcAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>This Appender writes logging events to a relational database using standard JDBC mechanisms.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc"><B>JdbcDatabaseManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html">org.apache.logging.log4j.core.appender.db.jdbc</A><DD>An <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db"><CODE>AbstractDatabaseManager</CODE></A> implementation for relational databases accessed via JDBC.<DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsQueueAppender.html" title="class in org.apache.logging.log4j.core.appender.jms"><B>JmsQueueAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/jms/package-summary.html">org.apache.logging.log4j.core.appender.jms</A><DD>Appender to write to a JMS Queue.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html" title="class in org.apache.logging.log4j.core.net.jms"><B>JmsQueueManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Manager for a JMS Queue.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html#JmsQueueManager(java.lang.String, javax.naming.Context, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.net.jms.JmsQueueManager.QueueInfo)"><B>JmsQueueManager(String, Context, String, String, String, String, JmsQueueManager.QueueInfo)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueManager</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueReceiver.html" title="class in org.apache.logging.log4j.core.net.jms"><B>JmsQueueReceiver</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Receives Log Events over a JMS Queue.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueReceiver.html#JmsQueueReceiver(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>JmsQueueReceiver(String, String, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueReceiver</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/jms/JmsTopicAppender.html" title="class in org.apache.logging.log4j.core.appender.jms"><B>JmsTopicAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/jms/package-summary.html">org.apache.logging.log4j.core.appender.jms</A><DD>Appender to write to a JMS Topic.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html" title="class in org.apache.logging.log4j.core.net.jms"><B>JmsTopicManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Manager for JMS Topic connections.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html#JmsTopicManager(java.lang.String, javax.naming.Context, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.logging.log4j.core.net.jms.JmsTopicManager.TopicInfo)"><B>JmsTopicManager(String, Context, String, String, String, String, JmsTopicManager.TopicInfo)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicManager</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicReceiver.html" title="class in org.apache.logging.log4j.core.net.jms"><B>JmsTopicReceiver</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html">org.apache.logging.log4j.core.net.jms</A><DD>Receives Topic messages that contain LogEvents.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicReceiver.html#JmsTopicReceiver(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>JmsTopicReceiver(String, String, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicReceiver</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#JNDI_CONTEXT_NAME"><B>JNDI_CONTEXT_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD>JNDI context name string literal. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector"><B>JndiContextSelector</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/selector/package-summary.html">org.apache.logging.log4j.core.selector</A><DD>This class can be used to define a |
| custom logger repository.<DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#JndiContextSelector()"><B>JndiContextSelector()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>JndiLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from JNDI resources.<DT><A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html#JndiLookup()"><B>JndiLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html" title="class in org.apache.logging.log4j.core.lookup">JndiLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><B>JpaAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa</A><DD>This Appender writes logging events to a relational database using the Java Persistence API.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa"><B>JpaDatabaseManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa</A><DD>An <A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db"><CODE>AbstractDatabaseManager</CODE></A> implementation for relational databases accessed via JPA.<DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json"><B>JsonConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/json/package-summary.html">org.apache.logging.log4j.core.config.json</A><DD>Creates a Node hierarchy from a JSON file.<DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html#JsonConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>JsonConfiguration(ConfigurationSource)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.json"><B>JsonConfigurationFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/json/package-summary.html">org.apache.logging.log4j.core.config.json</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html#JsonConfigurationFactory()"><B>JsonConfigurationFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson"><B>JsonConstants</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD>Keeps constants separate from any class that may depend on third party jars.<DT><A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html#JsonConstants()"><B>JsonConstants()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/JsonConstants.html" title="class in org.apache.logging.log4j.core.jackson">JsonConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server"><B>JsonInputStreamLogEventBridge</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Reads and logs JSON <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s from an <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>..<DT><A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html#JsonInputStreamLogEventBridge()"><B>JsonInputStreamLogEventBridge()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">JsonInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html#JsonInputStreamLogEventBridge(int, java.nio.charset.Charset)"><B>JsonInputStreamLogEventBridge(int, Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/JsonInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">JsonInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>JsonLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Appends a series of JSON events as strings serialized as bytes.<DT><A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html#JsonLayout(boolean, boolean, boolean, boolean, java.nio.charset.Charset)"><B>JsonLayout(boolean, boolean, boolean, boolean, Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/JsonLayout.html" title="class in org.apache.logging.log4j.core.layout">JsonLayout</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_K_"><!-- --></A><H2> |
| <B>K</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#KEY"><B>KEY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Key to identify pattern converters. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html#KEYSTORE_TYPE"><B>KEYSTORE_TYPE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfigurationDefaults</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>KeyStoreConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD>Configuration of the KeyStore<DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html#KeyStoreConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>KeyStoreConfiguration(String, String, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">KeyStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>KeyStoreConfigurationException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationException.html#KeyStoreConfigurationException(java.lang.Exception)"><B>KeyStoreConfigurationException(Exception)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/KeyStoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl">KeyStoreConfigurationException</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util"><B>KeyValuePair</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Key/Value pair configuration item.<DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html#KeyValuePair(java.lang.String, java.lang.String)"><B>KeyValuePair(String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util">KeyValuePair</A> |
| <DD>Constructs a key/value pair. |
| </DL> |
| <HR> |
| <A NAME="_L_"><!-- --></A><H2> |
| <B>L</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html#larger()"><B>larger()</B></A> - |
| Method in enum org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout">HtmlLayout.FontSize</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#layout"><B>layout</B></A> - |
| Variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core"><B>Layout</B></A><<A HREF="./org/apache/logging/log4j/core/Layout.html" title="type parameter in Layout">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Lays out a <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> in different formats.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>LevelAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <CODE>Level</CODE>s in <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html#LevelAttributeConverter()"><B>LevelAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/LevelAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">LevelAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LevelPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's level in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.html" title="interface in org.apache.logging.log4j.core"><B>LifeCycle</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.State.html" title="enum in org.apache.logging.log4j.core"><B>LifeCycle.State</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Status of a life cycle like a <A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core"><CODE>LoggerContext</CODE></A>..<DT><A HREF="./org/apache/logging/log4j/core/LifeCycleState.html" title="enum in org.apache.logging.log4j.core"><B>LifeCycleState</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Status of a life cycle like a <A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core"><CODE>LoggerContext</CODE></A>..<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#LINE_NUMBER"><B>LINE_NUMBER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#LINE_SEPARATOR"><B>LINE_SEPARATOR</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD>Line separator. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LineLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LineLocationPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's line location information in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/pattern/LineSeparatorPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LineSeparatorPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats a line separator.<DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#listeners"><B>listeners</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Listeners for configuration changes. |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntryDeserializer.html" title="class in org.apache.logging.log4j.core.jackson"><B>ListOfMapEntryDeserializer</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD> |
| <em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.html" title="class in org.apache.logging.log4j.core.jackson"><B>ListOfMapEntrySerializer</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD> |
| <em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.html#ListOfMapEntrySerializer()"><B>ListOfMapEntrySerializer()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.html" title="class in org.apache.logging.log4j.core.jackson">ListOfMapEntrySerializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LiteralPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats a string literal.<DT><A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html#LiteralPatternConverter(org.apache.logging.log4j.core.config.Configuration, java.lang.String)"><B>LiteralPatternConverter(Configuration, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LiteralPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LiteralPatternConverter</A> |
| <DD>Create a new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html#load()"><B>load()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/AbstractKeyStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">AbstractKeyStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#load()"><B>load()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html#loadCacheFiles(java.util.Enumeration)"><B>loadCacheFiles(Enumeration<URL>)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginCache</A> |
| <DD>Loads and merges all the Log4j plugin cache files specified. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html#loadClass(java.lang.String)"><B>loadClass(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util">BundleResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html#loadClass(java.lang.String)"><B>loadClass(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util">ClassLoaderResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#loadClass(java.lang.String)"><B>loadClass(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Load a Class by name. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html#loadClass(java.lang.String)"><B>loadClass(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html" title="interface in org.apache.logging.log4j.core.util">ResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util"><B>Loader</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Load resources (or images) from various sources.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#loadPlugins(org.apache.logging.log4j.core.util.ResourceLoader)"><B>loadPlugins(ResourceLoader)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#loadSystemClass(java.lang.String)"><B>loadSystemClass(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Load a Class in the <code>java.*</code> namespace by name. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#LOCALIZED_MESSAGE"><B>LOCALIZED_MESSAGE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#locateContext(java.lang.String, java.lang.String)"><B>locateContext(String, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#locateContext(java.lang.String, java.lang.Object, java.net.URI)"><B>locateContext(String, Object, URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/NamedContextSelector.html#locateContext(java.lang.String, java.lang.Object, java.net.URI)"><B>locateContext(String, Object, URI)</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/NamedContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">NamedContextSelector</A> |
| <DD>Locate the LoggerContext with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#log(java.lang.String, java.lang.String, org.apache.logging.log4j.Marker, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>log(String, String, Marker, Level, Message, Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Logs an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#log(org.apache.logging.log4j.core.LogEvent)"><B>log(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Logs an event. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#log(org.apache.logging.log4j.status.StatusData)"><B>log(StatusData)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEventListener.html#log(org.apache.logging.log4j.core.LogEvent)"><B>log(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEventListener.html" title="class in org.apache.logging.log4j.core">LogEventListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#LOG4J_CONTEXT_SELECTOR"><B>LOG4J_CONTEXT_SELECTOR</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD>Name of the system property to use to identify the ContextSelector Class. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#LOG4J_DEFAULT_STATUS_LEVEL"><B>LOG4J_DEFAULT_STATUS_LEVEL</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#LOG4J_LOG_EVENT_FACTORY"><B>LOG4J_LOG_EVENT_FACTORY</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD>Name of the system property to use to identify the LogEvent factory. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl"><B>Log4jContextFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Factory to locate a ContextSelector and then load a LoggerContext.<DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html#Log4jContextFactory()"><B>Log4jContextFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Initializes the ContextSelector. |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jJsonObjectMapper.html" title="class in org.apache.logging.log4j.core.jackson"><B>Log4jJsonObjectMapper</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD>A Jackson <CODE>ObjectMapper</CODE> initialized for Log4j.<DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jJsonObjectMapper.html#Log4jJsonObjectMapper()"><B>Log4jJsonObjectMapper()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/Log4jJsonObjectMapper.html" title="class in org.apache.logging.log4j.core.jackson">Log4jJsonObjectMapper</A> |
| <DD>Create a new instance using the <CODE>Log4jJsonModule</CODE>. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl"><B>Log4jLogEvent</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Implementation of a LogEvent.<DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#Log4jLogEvent()"><B>Log4jLogEvent()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#Log4jLogEvent(long)"><B>Log4jLogEvent(long)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#Log4jLogEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><B>Log4jLogEvent(String, Marker, String, Level, Message, Throwable)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#Log4jLogEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.util.List, java.lang.Throwable)"><B>Log4jLogEvent(String, Marker, String, Level, Message, List<Property>, Throwable)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#Log4jLogEvent(java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable, java.util.Map, org.apache.logging.log4j.ThreadContext.ContextStack, java.lang.String, java.lang.StackTraceElement, long)"><B>Log4jLogEvent(String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.html" title="class in org.apache.logging.log4j.core.jackson"><B>Log4jStackTraceElementDeserializer</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD>Copy and edit the Jackson (Apache License 2.0) class to use Log4j attribute names.<DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.html#Log4jStackTraceElementDeserializer()"><B>Log4jStackTraceElementDeserializer()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/Log4jStackTraceElementDeserializer.html" title="class in org.apache.logging.log4j.core.jackson">Log4jStackTraceElementDeserializer</A> |
| <DD>Constructs a new initialized instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jXmlObjectMapper.html" title="class in org.apache.logging.log4j.core.jackson"><B>Log4jXmlObjectMapper</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD>A Jackson <CODE>ObjectMapper</CODE> initialized for Log4j.<DT><A HREF="./org/apache/logging/log4j/core/jackson/Log4jXmlObjectMapper.html#Log4jXmlObjectMapper()"><B>Log4jXmlObjectMapper()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/Log4jXmlObjectMapper.html" title="class in org.apache.logging.log4j.core.jackson">Log4jXmlObjectMapper</A> |
| <DD>Create a new instance using the <CODE>Log4jXmlModule</CODE>. |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><B>LogEvent</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#logEvent(org.apache.logging.log4j.core.LogEvent)"><B>logEvent(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html" title="interface in org.apache.logging.log4j.core.net.server"><B>LogEventBridge</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html" title="type parameter in LogEventBridge">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Reads <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s from the given input stream and logs them as they are discovered on the given logger.<DT><A HREF="./org/apache/logging/log4j/core/impl/LogEventFactory.html" title="interface in org.apache.logging.log4j.core.impl"><B>LogEventFactory</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#logEventInput"><B>logEventInput</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEventListener.html" title="class in org.apache.logging.log4j.core"><B>LogEventListener</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>Base class for server classes that listen to <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/LogEventListener.html#LogEventListener()"><B>LogEventListener()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEventListener.html" title="class in org.apache.logging.log4j.core">LogEventListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LogEventPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>LoggingEventPatternConverter is a base class for pattern converters |
| that can format information from instances of LoggingEvent.<DT><A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html#LogEventPatternConverter(java.lang.String, java.lang.String)"><B>LogEventPatternConverter(String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LogEventPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LogEventPatternConverter</A> |
| <DD>Constructs an instance of LoggingEventPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html#logEvents(java.io.InputStream, org.apache.logging.log4j.core.LogEventListener)"><B>logEvents(InputStream, LogEventListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">InputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html#logEvents(T, org.apache.logging.log4j.core.LogEventListener)"><B>logEvents(T, LogEventListener)</B></A> - |
| Method in interface org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html" title="interface in org.apache.logging.log4j.core.net.server">LogEventBridge</A> |
| <DD>Reads <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s from the given input stream and logs them as they are discovered on the given logger. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html#logEvents(java.io.ObjectInputStream, org.apache.logging.log4j.core.LogEventListener)"><B>logEvents(ObjectInputStream, LogEventListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">ObjectInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">PropertiesRewritePolicy</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/AbstractRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">AbstractRolloverStrategy</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core"><B>Logger</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#Logger(org.apache.logging.log4j.core.LoggerContext, java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>Logger(LoggerContext, String, MessageFactory)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>The constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD>Allow subclasses access to the status logger without creating another instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html#logger"><B>logger</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsReceiver</A> |
| <DD>Logger to capture diagnostics. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html" title="class in org.apache.logging.log4j.core.net">MulticastDnsAdvertiser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html#logger"><B>logger</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">AbstractLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#logger"><B>logger</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html#LOGGER"><B>LOGGER</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractPatternConverter</A> |
| <DD>Allow subclasses access to the status logger. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core"><B>Logger.PrivateConfig</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>The binding between a Logger and its configuration.<DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#Logger.PrivateConfig(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.Logger)"><B>Logger.PrivateConfig(Configuration, Logger)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#Logger.PrivateConfig(org.apache.logging.log4j.core.Logger.PrivateConfig, org.apache.logging.log4j.Level)"><B>Logger.PrivateConfig(Logger.PrivateConfig, Level)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#Logger.PrivateConfig(org.apache.logging.log4j.core.Logger.PrivateConfig, org.apache.logging.log4j.core.config.LoggerConfig)"><B>Logger.PrivateConfig(Logger.PrivateConfig, LoggerConfig)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config"><B>LoggerConfig</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Logger object that is created via configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#LoggerConfig()"><B>LoggerConfig()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Default constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#LoggerConfig(java.lang.String, org.apache.logging.log4j.Level, boolean)"><B>LoggerConfig(String, Level, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Constructor that sets the name, level and additive values. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#LoggerConfig(java.lang.String, java.util.List, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.Level, boolean, org.apache.logging.log4j.core.config.Property[], org.apache.logging.log4j.core.config.Configuration, boolean)"><B>LoggerConfig(String, List<AppenderRef>, Filter, Level, boolean, Property[], Configuration, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html#loggerConfig"><B>loggerConfig</B></A> - |
| Variable in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.PrivateConfig.html" title="class in org.apache.logging.log4j.core">Logger.PrivateConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.config"><B>LoggerConfig.RootLogger</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>The root Logger.<DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.RootLogger.html#LoggerConfig.RootLogger()"><B>LoggerConfig.RootLogger()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.RootLogger.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig.RootLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>LoggerConfigAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>LoggerConfigAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#LoggerConfigAdmin(org.apache.logging.log4j.core.LoggerContext, org.apache.logging.log4j.core.config.LoggerConfig)"><B>LoggerConfigAdmin(LoggerContext, LoggerConfig)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD>Constructs a new <code>LoggerConfigAdmin</code> with the specified contextName |
| and logger config. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>LoggerConfigAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing a <code>LoggerConfig</code>.<DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core"><B>LoggerContext</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/package-summary.html">org.apache.logging.log4j.core</A><DD>The LoggerContext is the anchor for the logging system.<DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#LoggerContext(java.lang.String)"><B>LoggerContext(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Constructor taking only a name. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#LoggerContext(java.lang.String, java.lang.Object)"><B>LoggerContext(String, Object)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Constructor taking a name and a reference to an external context. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#LoggerContext(java.lang.String, java.lang.Object, java.net.URI)"><B>LoggerContext(String, Object, URI)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Constructor taking a name, external context and a configuration URI. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#LoggerContext(java.lang.String, java.lang.Object, java.lang.String)"><B>LoggerContext(String, Object, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Constructor taking a name external context and a configuration location |
| String. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>LoggerContextAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>LoggerContextAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#LoggerContextAdmin(org.apache.logging.log4j.core.LoggerContext, java.util.concurrent.Executor)"><B>LoggerContextAdmin(LoggerContext, Executor)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD>Constructs a new <code>LoggerContextAdmin</code> with the <code>Executor</code> to be used for sending <code>Notification</code> |
| s asynchronously to listeners. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>LoggerContextAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing a <code>LoggerContext</code>.<DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout"><B>LoggerFields</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>A LoggerFields container.<DT><A HREF="./org/apache/logging/log4j/core/pattern/LoggerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>LoggerPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats a logger name.<DT><A HREF="./org/apache/logging/log4j/core/config/Loggers.html" title="class in org.apache.logging.log4j.core.config"><B>Loggers</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/Loggers.html#Loggers(java.util.concurrent.ConcurrentMap, org.apache.logging.log4j.core.config.LoggerConfig)"><B>Loggers(ConcurrentMap<String, LoggerConfig>, LoggerConfig)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Loggers.html" title="class in org.apache.logging.log4j.core.config">Loggers</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggersPlugin.html" title="class in org.apache.logging.log4j.core.config"><B>LoggersPlugin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Container of Logger objects.<DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.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.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.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.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html" title="class in org.apache.logging.log4j.core.lookup">ContextMapLookup</A> |
| <DD>Looks up the value from the ThreadContext Map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ContextMapLookup.html" title="class in org.apache.logging.log4j.core.lookup">ContextMapLookup</A> |
| <DD>Looks up the value from the ThreadContext Map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html" title="class in org.apache.logging.log4j.core.lookup">DateLookup</A> |
| <DD>Looks up the value of the environment variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/DateLookup.html" title="class in org.apache.logging.log4j.core.lookup">DateLookup</A> |
| <DD>Looks up the value of the environment variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html" title="class in org.apache.logging.log4j.core.lookup">EnvironmentLookup</A> |
| <DD>Looks up the value of the environment variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/EnvironmentLookup.html" title="class in org.apache.logging.log4j.core.lookup">EnvironmentLookup</A> |
| <DD>Looks up the value of the environment variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD>Resolves the specified variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD>Resolves the specified variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html" title="class in org.apache.logging.log4j.core.lookup">JndiLookup</A> |
| <DD>Looks up the value of the JNDI resource. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/JndiLookup.html" title="class in org.apache.logging.log4j.core.lookup">JndiLookup</A> |
| <DD>Looks up the value of the JNDI resource. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html" title="class in org.apache.logging.log4j.core.lookup">MapLookup</A> |
| <DD>Looks up a String key to a String value using the map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html" title="class in org.apache.logging.log4j.core.lookup">MapLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html" title="class in org.apache.logging.log4j.core.lookup">ResourceBundleLookup</A> |
| <DD>Looks up the value for the key in the format "BundleName:BundleKey". |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html" title="class in org.apache.logging.log4j.core.lookup">ResourceBundleLookup</A> |
| <DD>Looks up the value for the key in the format "BundleName:BundleKey". |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrLookup.html" title="interface in org.apache.logging.log4j.core.lookup">StrLookup</A> |
| <DD>Looks up a String key to a String value. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrLookup.html" title="interface in org.apache.logging.log4j.core.lookup">StrLookup</A> |
| <DD>Looks up a String key to a String value possibly using the current LogEvent. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html" title="class in org.apache.logging.log4j.core.lookup">StructuredDataLookup</A> |
| <DD>Looks up the value for the key. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html" title="class in org.apache.logging.log4j.core.lookup">StructuredDataLookup</A> |
| <DD>Looks up the value for the key using the data in the LogEvent. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html#lookup(java.lang.String)"><B>lookup(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html" title="class in org.apache.logging.log4j.core.lookup">SystemPropertiesLookup</A> |
| <DD>Looks up the value for the key. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html#lookup(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>lookup(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html" title="class in org.apache.logging.log4j.core.lookup">SystemPropertiesLookup</A> |
| <DD>Looks up the value for the key using the data in the LogEvent. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#lookup(javax.naming.Context, java.lang.String)"><B>lookup(Context, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>Looks up the name in the context. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html#lookup(javax.naming.Context, java.lang.String)"><B>lookup(Context, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsReceiver</A> |
| <DD>Looks up an object from the Context. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#lookup(javax.naming.Context, java.lang.String)"><B>lookup(Context, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_M_"><!-- --></A><H2> |
| <B>M</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD><B>Deprecated.</B> <I>Use <A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html" title="class in org.apache.logging.log4j.core.config.plugins.processor"><CODE>PluginProcessor</CODE></A> instead. To do |
| so, simply include <code>log4j-core</code> in your dependencies and make sure annotation processing is not disabled. |
| By default, supported Java compilers will automatically use that plugin processor provided <code>log4j-core</code> |
| is on the classpath.</I> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueReceiver.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueReceiver</A> |
| <DD>Main startup for the receiver. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicReceiver.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicReceiver</A> |
| <DD>Main startup for the receiver. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Main startup for the server. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#main(java.lang.String[])"><B>main(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Main startup for the server. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/ManagerFactory.html" title="interface in org.apache.logging.log4j.core.appender"><B>ManagerFactory</B></A><<A HREF="./org/apache/logging/log4j/core/appender/ManagerFactory.html" title="type parameter in ManagerFactory">M</A>,<A HREF="./org/apache/logging/log4j/core/appender/ManagerFactory.html" title="type parameter in ManagerFactory">T</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Creates Manager objects.<DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>MapFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>A Filter that operates on a Map.<DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#MapFilter(java.util.Map, boolean, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>MapFilter(Map<String, List<String>>, boolean, Filter.Result, Filter.Result)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>MapLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>The basis for a lookup based on a Map.<DT><A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html#MapLookup(java.util.Map)"><B>MapLookup(Map<String, String>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html" title="class in org.apache.logging.log4j.core.lookup">MapLookup</A> |
| <DD>Creates a new instance backed by a Map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html#MapLookup()"><B>MapLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/MapLookup.html" title="class in org.apache.logging.log4j.core.lookup">MapLookup</A> |
| <DD>Constructor when used directly as a plugin. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MapPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>MapPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Able to handle the contents of the LogEvent's MapMessage and either |
| output the entire contents of the properties in a similar format to the |
| java.util.Hashtable.toString(), or to output the value of a specific key |
| within the Map.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite"><B>MapRewritePolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html">org.apache.logging.log4j.core.appender.rewrite</A><DD>This policy modifies events by replacing or possibly adding keys and values to the MapMessage.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html" title="enum in org.apache.logging.log4j.core.appender.rewrite"><B>MapRewritePolicy.Mode</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html">org.apache.logging.log4j.core.appender.rewrite</A><DD>An enumeration to identify whether keys not in the MapMessage should be added or whether only existing |
| keys should be updated.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>MarkerAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <CODE>Marker</CODE>s in <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html#MarkerAttributeConverter()"><B>MarkerAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MarkerAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MarkerAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>MarkerFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>This filter returns the onMatch result if the marker in the LogEvent is the same as or has the |
| configured marker as a parent.<DT><A HREF="./org/apache/logging/log4j/core/pattern/MarkerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>MarkerPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's rendered message in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html#matches(java.lang.Class)"><B>matches(Class<?>)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html" title="interface in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil.Test</A> |
| <DD>Will be called repeatedly with candidate classes. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html#matches(java.net.URI)"><B>matches(URI)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html" title="interface in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil.Test</A> |
| <DD>Test for a resource. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#MAX_PORT"><B>MAX_PORT</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/NameUtil.html#md5(java.lang.String)"><B>md5(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/NameUtil.html" title="class in org.apache.logging.log4j.core.util">NameUtil</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>MdcPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Able to handle the contents of the LogEvent's MDC and either |
| output the entire contents of the properties in a similar format to the |
| java.util.Hashtable.toString(), or to output the value of a specific key |
| within the property bundle |
| when this pattern converter has the option set.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#member"><B>member</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#mergePropertiesIntoContextMap(java.util.Map, org.apache.logging.log4j.core.lookup.StrSubstitutor)"><B>mergePropertiesIntoContextMap(Map<Property, Boolean>, StrSubstitutor)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD>Merges the contents of the specified map into the contextMap, after replacing any variables in the property |
| values with the StrSubstitutor-supplied actual values. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#MESSAGE"><B>MESSAGE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>MessageAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <CODE>Message</CODE>s in <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html#MessageAttributeConverter()"><B>MessageAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/MessageAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">MessageAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MessagePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>MessagePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's rendered message in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#METHOD_NAME"><B>METHOD_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MethodLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>MethodLocationPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's line location information in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/util/Constants.html#MILLIS_IN_SECONDS"><B>MILLIS_IN_SECONDS</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Constants.html" title="class in org.apache.logging.log4j.core.util">Constants</A> |
| <DD>Number of milliseconds in a second. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net"><B>MimeMessageBuilder</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Helper class for SmtpManager.<DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#MimeMessageBuilder(javax.mail.Session)"><B>MimeMessageBuilder(Session)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#minLines(int)"><B>minLines(int)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Returns the minimum between the lines and the max lines. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/FileUtils.html#mkdir(java.io.File, boolean)"><B>mkdir(File, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/FileUtils.html" title="class in org.apache.logging.log4j.core.util">FileUtils</A> |
| <DD>Asserts that the given directory exists and creates it if necessary. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#monitor"><B>monitor</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>The ConfigurationMonitor that checks for configuration changes. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html" title="class in org.apache.logging.log4j.core.net"><B>MulticastDnsAdvertiser</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Advertise an entity via ZeroConf/MulticastDNS and the JmDNS library.<DT><A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html#MulticastDnsAdvertiser()"><B>MulticastDnsAdvertiser()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html" title="class in org.apache.logging.log4j.core.net">MulticastDnsAdvertiser</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_N_"><!-- --></A><H2> |
| <B>N</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Black</A> |
| <DD>Black |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Blue</A> |
| <DD>Blue |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Cyan</A> |
| <DD>Cyan |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Green</A> |
| <DD>Green |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Magenta</A> |
| <DD>Magenta |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Red</A> |
| <DD>Red |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.White</A> |
| <DD>White |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html#NAME"><B>NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Yellow</A> |
| <DD>Yellow |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html" title="class in org.apache.logging.log4j.core.pattern"><B>NameAbbreviator</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>NameAbbreviator generates abbreviated logger and class names.<DT><A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html#NameAbbreviator()"><B>NameAbbreviator()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NameAbbreviator.html" title="class in org.apache.logging.log4j.core.pattern">NameAbbreviator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/NamedContextSelector.html" title="interface in org.apache.logging.log4j.core.selector"><B>NamedContextSelector</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/selector/package-summary.html">org.apache.logging.log4j.core.selector</A><DD>ContextSelectors that have a name.<DT><A HREF="./org/apache/logging/log4j/core/pattern/NamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>NamePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Abstract base class for other pattern converters which can return only parts of their name.<DT><A HREF="./org/apache/logging/log4j/core/pattern/NamePatternConverter.html#NamePatternConverter(java.lang.String, java.lang.String, java.lang.String[])"><B>NamePatternConverter(String, String, String[])</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">NamePatternConverter</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/NameUtil.html" title="class in org.apache.logging.log4j.core.util"><B>NameUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/pattern/NdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>NdcPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the event's NDC in a StringBuilder.<DT><A HREF="./org/apache/logging/log4j/core/util/NetUtils.html" title="class in org.apache.logging.log4j.core.util"><B>NetUtils</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#newBuilder()"><B>newBuilder()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#newBuilder()"><B>newBuilder()</B></A> - |
| Static method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Creates a builder for a custom PatternLayout. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#newCheckedInstanceOf(java.lang.String, java.lang.Class)"><B>newCheckedInstanceOf(String, Class<T>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Loads, instantiates, and casts a Class using the default constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#newInstance(org.apache.logging.log4j.core.LoggerContext, java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>newInstance(LoggerContext, String, MessageFactory)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Create a new instance based on the array of options. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#newInstance(org.apache.logging.log4j.core.LoggerContext, java.lang.String, org.apache.logging.log4j.message.MessageFactory)"><B>newInstance(LoggerContext, String, MessageFactory)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Black.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Black</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Blue.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Blue</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Cyan.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Cyan</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Green.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Green</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Magenta.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Magenta</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html#newInstance(java.lang.Class, java.lang.String, org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Class<T>, String, Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Red.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Red</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.White.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.White</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AbstractStyleNameConverter.Yellow.html" title="class in org.apache.logging.log4j.core.pattern">AbstractStyleNameConverter.Yellow</A> |
| <DD>Gets an instance of the class (called via reflection). |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ClassNamePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ClassNamePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ClassNamePatternConverter</A> |
| <DD>Gets an instance of ClassNamePatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/DatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">DatePatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/EncodingPatternConverter.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/EncodingPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">EncodingPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ExtendedThrowablePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ExtendedThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ExtendedThrowablePatternConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FileDatePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FileDatePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">FileDatePatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FileLocationPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FileLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">FileLocationPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FullLocationPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FullLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">FullLocationPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/HighlightConverter.html" title="class in org.apache.logging.log4j.core.pattern">HighlightConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/IntegerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">IntegerPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LevelPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LevelPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LineLocationPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LineLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LineLocationPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LineSeparatorPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LineSeparatorPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LineSeparatorPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/LoggerPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/LoggerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">LoggerPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MapPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MapPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MapPatternConverter</A> |
| <DD>Obtains an instance of PropertiesPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MarkerPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MarkerPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MarkerPatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MdcPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MdcPatternConverter</A> |
| <DD>Obtains an instance of PropertiesPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MessagePatternConverter.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MessagePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MessagePatternConverter</A> |
| <DD>Obtains an instance of pattern converter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/MethodLocationPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/MethodLocationPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">MethodLocationPatternConverter</A> |
| <DD>Obtains an instance of MethodLocationPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/NdcPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/NdcPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">NdcPatternConverter</A> |
| <DD>Obtains an instance of NdcPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacementConverter.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacementConverter.html" title="class in org.apache.logging.log4j.core.pattern">RegexReplacementConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">RelativeTimePatternConverter</A> |
| <DD>Obtains an instance of RelativeTimePatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">RootThrowablePatternConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">SequenceNumberPatternConverter</A> |
| <DD>Obtains an instance of SequencePatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html#newInstance(org.apache.logging.log4j.core.config.Configuration, java.lang.String[])"><B>newInstance(Configuration, String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html" title="class in org.apache.logging.log4j.core.pattern">StyleConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThreadPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThreadPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThreadPatternConverter</A> |
| <DD>Obtains an instance of ThreadPatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThrowablePatternConverter</A> |
| <DD>Gets an instance of the class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/UuidPatternConverter.html#newInstance(java.lang.String[])"><B>newInstance(String[])</B></A> - |
| Static method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/UuidPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">UuidPatternConverter</A> |
| <DD>Obtains an instance of SequencePatternConverter. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Loader.html#newInstanceOf(java.lang.String)"><B>newInstanceOf(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Loader.html" title="class in org.apache.logging.log4j.core.util">Loader</A> |
| <DD>Loads and instantiates a Class using the default constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#NEWLINE_PATTERN"><B>NEWLINE_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Match newlines in a platform-independent manner. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html#NEWLINE_PATTERN"><B>NEWLINE_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout">SyslogLayout</A> |
| <DD>Match newlines in a platform-independent manner. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/DaemonThreadFactory.html#newThread(java.lang.Runnable)"><B>newThread(Runnable)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/DaemonThreadFactory.html" title="class in org.apache.logging.log4j.core.async">DaemonThreadFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config"><B>Node</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>A Configuration node.<DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#Node(org.apache.logging.log4j.core.config.Node, java.lang.String, org.apache.logging.log4j.core.config.plugins.util.PluginType)"><B>Node(Node, String, PluginType<?>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD>Creates a new instance of <code>Node</code> and initializes it |
| with a name and the corresponding XML element. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#Node()"><B>Node()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#Node(org.apache.logging.log4j.core.config.Node)"><B>Node(Node)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#noneMatcher()"><B>noneMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Matches no characters. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#NOTIF_TYPE_DATA"><B>NOTIF_TYPE_DATA</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Notifications with this type have a <code>StatusData</code> userData object |
| and a <code>null</code> message. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#NOTIF_TYPE_MESSAGE"><B>NOTIF_TYPE_MESSAGE</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Notifications with this type have a formatted status data message string |
| but no <code>StatusData</code> in their userData field. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#NOTIF_TYPE_RECONFIGURED"><B>NOTIF_TYPE_RECONFIGURED</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Notification that the <code>Configuration</code> of the instrumented |
| <code>LoggerContext</code> has been reconfigured. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/NullConfiguration.html#NULL_NAME"><B>NULL_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/NullConfiguration.html" title="class in org.apache.logging.log4j.core.config">NullConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#NULL_SOURCE"><B>NULL_SOURCE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/NullConfiguration.html" title="class in org.apache.logging.log4j.core.config"><B>NullConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>This configuration defaults to no logging.<DT><A HREF="./org/apache/logging/log4j/core/config/NullConfiguration.html#NullConfiguration()"><B>NullConfiguration()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/NullConfiguration.html" title="class in org.apache.logging.log4j.core.config">NullConfiguration</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_O_"><!-- --></A><H2> |
| <B>O</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server"><B>ObjectInputStreamLogEventBridge</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Reads and logs serialized <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A> objects from an <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ObjectInputStream</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html#ObjectInputStreamLogEventBridge()"><B>ObjectInputStreamLogEventBridge()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">ObjectInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationListener.html#onChange(org.apache.logging.log4j.core.config.Reconfigurable)"><B>onChange(Reconfigurable)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationListener.html" title="interface in org.apache.logging.log4j.core.config">ConfigurationListener</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#onChange(org.apache.logging.log4j.core.config.Reconfigurable)"><B>onChange(Reconfigurable)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Cause a reconfiguration to take place when the underlying configuration |
| file changes. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html#onEvent(org.apache.logging.log4j.core.async.RingBufferLogEvent, long, boolean)"><B>onEvent(RingBufferLogEvent, long, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventHandler</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#onMatch"><B>onMatch</B></A> - |
| Variable in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>The onMatch Result. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html#onMessage(javax.jms.Message)"><B>onMessage(Message)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsReceiver.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsReceiver</A> |
| <DD>Listener that receives the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#onMismatch"><B>onMismatch</B></A> - |
| Variable in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD>The onMismatch Result. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>OnStartupTriggeringPolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Triggers a rollover on every restart.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html#OnStartupTriggeringPolicy()"><B>OnStartupTriggeringPolicy()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">OnStartupTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util"><B>OptionConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>A convenience class to convert property values to specific types.<DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html#options"><B>options</B></A> - |
| Variable in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThrowablePatternConverter</A> |
| <DD>The number of lines to write. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Order.html" title="annotation in org.apache.logging.log4j.core.config"><B>Order</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Identifies the relative ordering of the Configuration.<DT><A HREF="./org/apache/logging/log4j/core/package-summary.html"><B>org.apache.logging.log4j.core</B></A> - package org.apache.logging.log4j.core<DD>Implementation of Log4j 2.0.<DT><A HREF="./org/apache/logging/log4j/core/appender/package-summary.html"><B>org.apache.logging.log4j.core.appender</B></A> - package org.apache.logging.log4j.core.appender<DD>Log4j 2.0 Appenders.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/package-summary.html"><B>org.apache.logging.log4j.core.appender.db</B></A> - package org.apache.logging.log4j.core.appender.db<DD>The classes in this package and sub packages provide appenders for various types of databases and methods for |
| accessing databases.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/package-summary.html"><B>org.apache.logging.log4j.core.appender.db.jdbc</B></A> - package org.apache.logging.log4j.core.appender.db.jdbc<DD>The JDBC Appender supports writing log events to a relational database using standard JDBC connections.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/package-summary.html"><B>org.apache.logging.log4j.core.appender.db.jpa</B></A> - package org.apache.logging.log4j.core.appender.db.jpa<DD>The JPA Appender supports writing log events to a relational database using the Java Persistence API.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html"><B>org.apache.logging.log4j.core.appender.db.jpa.converter</B></A> - package org.apache.logging.log4j.core.appender.db.jpa.converter<DD>The converters in this package implement the JPA 2.1 mechanism for converting non-standard types to and from |
| database fields.<DT><A HREF="./org/apache/logging/log4j/core/appender/jms/package-summary.html"><B>org.apache.logging.log4j.core.appender.jms</B></A> - package org.apache.logging.log4j.core.appender.jms<DD>Appender classes for using JMS.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html"><B>org.apache.logging.log4j.core.appender.rewrite</B></A> - package org.apache.logging.log4j.core.appender.rewrite<DD>Apache Flume Appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html"><B>org.apache.logging.log4j.core.appender.rolling</B></A> - package org.apache.logging.log4j.core.appender.rolling<DD>Rolling File Appender and support classes.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html"><B>org.apache.logging.log4j.core.appender.rolling.action</B></A> - package org.apache.logging.log4j.core.appender.rolling.action<DD>Support classes for the Rolling File Appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/routing/package-summary.html"><B>org.apache.logging.log4j.core.appender.routing</B></A> - package org.apache.logging.log4j.core.appender.routing<DD>Apache Flume Appender.<DT><A HREF="./org/apache/logging/log4j/core/async/package-summary.html"><B>org.apache.logging.log4j.core.async</B></A> - package org.apache.logging.log4j.core.async<DD>Provides Asynchronous Logger classes and interfaces for low-latency logging.<DT><A HREF="./org/apache/logging/log4j/core/config/package-summary.html"><B>org.apache.logging.log4j.core.config</B></A> - package org.apache.logging.log4j.core.config<DD>Configuration of Log4j 2.0.<DT><A HREF="./org/apache/logging/log4j/core/config/json/package-summary.html"><B>org.apache.logging.log4j.core.config.json</B></A> - package org.apache.logging.log4j.core.config.json<DD> <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html"><B>org.apache.logging.log4j.core.config.plugins</B></A> - package org.apache.logging.log4j.core.config.plugins<DD>Annotations for Log4j 2 plugins.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/package-summary.html"><B>org.apache.logging.log4j.core.config.plugins.osgi</B></A> - package org.apache.logging.log4j.core.config.plugins.osgi<DD>Collection of OSGi-specific classes for bundles.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/package-summary.html"><B>org.apache.logging.log4j.core.config.plugins.processor</B></A> - package org.apache.logging.log4j.core.config.plugins.processor<DD>Java annotation processor for pre-scanning Log4j 2 plugins.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html"><B>org.apache.logging.log4j.core.config.plugins.util</B></A> - package org.apache.logging.log4j.core.config.plugins.util<DD>Utility and manager classes for Log4j 2 plugins.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html"><B>org.apache.logging.log4j.core.config.plugins.visitors</B></A> - package org.apache.logging.log4j.core.config.plugins.visitors<DD>Visitor classes for extracting values from a Configuration or Node corresponding to a plugin annotation.<DT><A HREF="./org/apache/logging/log4j/core/config/status/package-summary.html"><B>org.apache.logging.log4j.core.config.status</B></A> - package org.apache.logging.log4j.core.config.status<DD> <DT><A HREF="./org/apache/logging/log4j/core/config/xml/package-summary.html"><B>org.apache.logging.log4j.core.config.xml</B></A> - package org.apache.logging.log4j.core.config.xml<DD> <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/package-summary.html"><B>org.apache.logging.log4j.core.config.yaml</B></A> - package org.apache.logging.log4j.core.config.yaml<DD> <DT><A HREF="./org/apache/logging/log4j/core/filter/package-summary.html"><B>org.apache.logging.log4j.core.filter</B></A> - package org.apache.logging.log4j.core.filter<DD>Log4j 2.0 Filter support.<DT><A HREF="./org/apache/logging/log4j/core/impl/package-summary.html"><B>org.apache.logging.log4j.core.impl</B></A> - package org.apache.logging.log4j.core.impl<DD>Log4j 2.0 private implementation classes.<DT><A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html"><B>org.apache.logging.log4j.core.jackson</B></A> - package org.apache.logging.log4j.core.jackson<DD> <DT><A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html"><B>org.apache.logging.log4j.core.jmx</B></A> - package org.apache.logging.log4j.core.jmx<DD>Log4j 2.0 JMX support.<DT><A HREF="./org/apache/logging/log4j/core/layout/package-summary.html"><B>org.apache.logging.log4j.core.layout</B></A> - package org.apache.logging.log4j.core.layout<DD>Log4j 2.0 Layout support.<DT><A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html"><B>org.apache.logging.log4j.core.lookup</B></A> - package org.apache.logging.log4j.core.lookup<DD>Log4j 2.0 Lookups.<DT><A HREF="./org/apache/logging/log4j/core/net/package-summary.html"><B>org.apache.logging.log4j.core.net</B></A> - package org.apache.logging.log4j.core.net<DD>Log4j 2.0 network support.<DT><A HREF="./org/apache/logging/log4j/core/net/jms/package-summary.html"><B>org.apache.logging.log4j.core.net.jms</B></A> - package org.apache.logging.log4j.core.net.jms<DD>Supporting network code for JMS appenders.<DT><A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html"><B>org.apache.logging.log4j.core.net.server</B></A> - package org.apache.logging.log4j.core.net.server<DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html"><B>org.apache.logging.log4j.core.net.ssl</B></A> - package org.apache.logging.log4j.core.net.ssl<DD>Log4j 2.0 SSL support<DT><A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html"><B>org.apache.logging.log4j.core.pattern</B></A> - package org.apache.logging.log4j.core.pattern<DD>Provides classes implementing format specifiers in conversion patterns.<DT><A HREF="./org/apache/logging/log4j/core/selector/package-summary.html"><B>org.apache.logging.log4j.core.selector</B></A> - package org.apache.logging.log4j.core.selector<DD>Log4j 2.0 Context Selectors.<DT><A HREF="./org/apache/logging/log4j/core/util/package-summary.html"><B>org.apache.logging.log4j.core.util</B></A> - package org.apache.logging.log4j.core.util<DD>Log4j 2.0 helper classes.<DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender"><B>OutputStreamManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Manages an OutputStream so that it can be shared by multiple Appenders and will |
| allow appenders to reconfigure without requiring a new stream.<DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#OutputStreamManager(java.io.OutputStream, java.lang.String, org.apache.logging.log4j.core.Layout)"><B>OutputStreamManager(OutputStream, String, Layout<?>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_P_"><!-- --></A><H2> |
| <B>P</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#PARAM_VALUE_ESCAPE_PATTERN"><B>PARAM_VALUE_ESCAPE_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Match characters which require escaping |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#parse(java.lang.String)"><B>parse(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#parse(java.lang.String, boolean, boolean)"><B>parse(String, boolean, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#parse(java.lang.String, java.util.List, java.util.List, boolean)"><B>parse(String, List<PatternConverter>, List<FormattingInfo>, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD>Parse a format specifier. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Booleans.html#parseBoolean(java.lang.String, boolean)"><B>parseBoolean(String, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Booleans.html" title="class in org.apache.logging.log4j.core.util">Booleans</A> |
| <DD>Returns <code>true</code> if <code>s</code> is <code>"true"</code> (case-insensitive), <code>false</code> if <code>s</code> is |
| <code>"false"</code> (case-insensitive), and <code>defaultValue</code> if <code>s</code> is anything else (including null or |
| empty). |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#parseInt(java.lang.String, int)"><B>parseInt(String, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Integers.html#parseInt(java.lang.String, int)"><B>parseInt(String, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Integers.html" title="class in org.apache.logging.log4j.core.util">Integers</A> |
| <DD>Parses the string argument as a signed decimal integer. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Integers.html#parseInt(java.lang.String)"><B>parseInt(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Integers.html" title="class in org.apache.logging.log4j.core.util">Integers</A> |
| <DD>Parses the string argument as a signed decimal integer. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AppenderAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Appenders,name=%s") for AppenderAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/AsyncAppenderAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">AsyncAppenderAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=AsyncAppenders,name=%s" ) for AsyncAppenderAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/ContextSelectorAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">ContextSelectorAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=ContextSelector") for ContextSelectorAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Loggers,name=%s") for LoggerConfigAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s" ) for LoggerContextAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#PATTERN"><B>PATTERN</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=StatusLogger") for StatusLoggerAdmin MBeans. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html#PATTERN_ASYNC_LOGGER"><B>PATTERN_ASYNC_LOGGER</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">RingBufferAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=AsyncLoggerRingBuffer") for the RingBufferAdmin MBean that instruments |
| the global <code>AsyncLogger</code> ring buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html#PATTERN_ASYNC_LOGGER_CONFIG"><B>PATTERN_ASYNC_LOGGER_CONFIG</B></A> - |
| Static variable in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">RingBufferAdminMBean</A> |
| <DD>ObjectName pattern ("org.apache.logging.log4j2:type=%s,component=Loggers,name=%s,subtype=RingBuffer") for RingBufferAdmin MBeans that instrument |
| <code>AsyncLoggerConfig</code> ring buffers. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternConverter.html" title="interface in org.apache.logging.log4j.core.pattern"><B>PatternConverter</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Interface that all PatternConverters must implement.<DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern"><B>PatternFormatter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#PatternFormatter(org.apache.logging.log4j.core.pattern.LogEventPatternConverter, org.apache.logging.log4j.core.pattern.FormattingInfo)"><B>PatternFormatter(LogEventPatternConverter, FormattingInfo)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>PatternLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>A flexible layout configurable with pattern string.<DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout"><B>PatternLayout.Builder</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Custom PatternLayout builder.<DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern"><B>PatternParser</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Most of the work of the <A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout"><CODE>PatternLayout</CODE></A> class is delegated to the |
| PatternParser class.<DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#PatternParser(java.lang.String)"><B>PatternParser(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#PatternParser(org.apache.logging.log4j.core.config.Configuration, java.lang.String, java.lang.Class)"><B>PatternParser(Configuration, String, Class<?>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html#PatternParser(org.apache.logging.log4j.core.config.Configuration, java.lang.String, java.lang.Class, java.lang.Class)"><B>PatternParser(Configuration, String, Class<?>, Class<?>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternParser.html" title="class in org.apache.logging.log4j.core.pattern">PatternParser</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>PatternProcessor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Parse the rollover pattern.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#PatternProcessor(java.lang.String)"><B>PatternProcessor(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Patterns.html" title="class in org.apache.logging.log4j.core.util"><B>Patterns</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Pattern strings used throughout Log4j.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/Plugin.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>Plugin</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Annotation that identifies a Class as a Plugin.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html#PLUGIN_CACHE_FILE"><B>PLUGIN_CACHE_FILE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginProcessor</A> |
| <DD>The location of the plugin cache data file. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginAliases.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginAliases</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a list of aliases for a <A HREF="./org/apache/logging/log4j/core/config/plugins/Plugin.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>Plugin</CODE></A> or <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginAttribute.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginAttribute</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginAttribute.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginAttribute</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a Plugin Attribute and its default value.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginAttributeVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor implementation for <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginAttribute.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginAttribute</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.html#PluginAttributeVisitor()"><B>PluginAttributeVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginAttributeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>PluginBuilder</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="type parameter in PluginBuilder">T</A>> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Builder class to instantiate and configure a Plugin object using a PluginFactory method or PluginBuilderFactory |
| builder class.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html#PluginBuilder(org.apache.logging.log4j.core.config.plugins.util.PluginType)"><B>PluginBuilder(PluginType<T>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginBuilder</A> |
| <DD>Constructs a PluginBuilder for a given PluginType. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginBuilderAttribute.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginBuilderAttribute</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Marks a field as a Plugin Attribute.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginBuilderAttributeVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor for PluginBuilderAttribute.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.html#PluginBuilderAttributeVisitor()"><B>PluginBuilderAttributeVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginBuilderAttributeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginBuilderFactory.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginBuilderFactory</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Marks a method as a factory for custom Plugin builders.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor"><B>PluginCache</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/processor/package-summary.html">org.apache.logging.log4j.core.config.plugins.processor</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html#PluginCache()"><B>PluginCache()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginCache</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginConfiguration.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginConfiguration</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a parameter or field as a Configuration.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginConfigurationVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginConfigurationVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor implementation for <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginConfiguration.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginConfiguration</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginConfigurationVisitor.html#PluginConfigurationVisitor()"><B>PluginConfigurationVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginConfigurationVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginConfigurationVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginElement.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginElement</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginElementVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginElementVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor implementation for <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginElement.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginElement</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginElementVisitor.html#PluginElementVisitor()"><B>PluginElementVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginElementVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginElementVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor"><B>PluginEntry</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/processor/package-summary.html">org.apache.logging.log4j.core.config.plugins.processor</A><DD>Memento object for storing a plugin entry to a cache file.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#PluginEntry()"><B>PluginEntry()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginFactory.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginFactory</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a Method as the factory to create the plugin.<DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#pluginManager"><B>pluginManager</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>PluginManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Loads and manages all the plugins.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html#PluginManager(java.lang.String)"><B>PluginManager(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginManager.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginManager</A> |
| <DD>Constructs a PluginManager for the plugin category name given. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginNode.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginNode</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a Plugin configuration Node.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginNodeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginNodeVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor implementation for <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginNode.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginNode</CODE></A><DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginNodeVisitor.html#PluginNodeVisitor()"><B>PluginNodeVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginNodeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginNodeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html" title="class in org.apache.logging.log4j.core.config.plugins.processor"><B>PluginProcessor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/processor/package-summary.html">org.apache.logging.log4j.core.config.plugins.processor</A><DD>Annotation processor for pre-scanning Log4j 2 plugins.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html#PluginProcessor()"><B>PluginProcessor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginProcessor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>PluginRegistry</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="type parameter in PluginRegistry">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Registry for PluginType maps partitioned by category names.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html#PluginRegistry()"><B>PluginRegistry()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginRegistry.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginRegistry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>PluginType</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="type parameter in PluginType">T</A>> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Plugin Descriptor.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#PluginType(java.lang.Class, java.lang.String, boolean, boolean)"><B>PluginType(Class<T>, String, boolean, boolean)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginValue.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginValue</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Identifies a parameter as a value.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginValueVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginValueVisitor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>PluginVisitor implementation for <A HREF="./org/apache/logging/log4j/core/config/plugins/PluginValue.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><CODE>PluginValue</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginValueVisitor.html#PluginValueVisitor()"><B>PluginValueVisitor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginValueVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginValueVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginVisitor</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="type parameter in PluginVisitor">A</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>Visitor strategy for parsing data from a <A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config"><CODE>Node</CODE></A>, doing any relevant type conversion, and returning a |
| parsed value for that variable.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors"><B>PluginVisitors</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/package-summary.html">org.apache.logging.log4j.core.config.plugins.visitors</A><DD>Utility class to locate an appropriate PluginVisitor implementation for an annotation.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/PluginVisitorStrategy.html" title="annotation in org.apache.logging.log4j.core.config.plugins"><B>PluginVisitorStrategy</B></A> - Annotation Type in <A HREF="./org/apache/logging/log4j/core/config/plugins/package-summary.html">org.apache.logging.log4j.core.config.plugins</A><DD>Meta-annotation to denote the class name to use that implements |
| <A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors"><CODE>PluginVisitor</CODE></A> for the annotated annotation.<DT><A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html#port"><B>port</B></A> - |
| Variable in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/AbstractSocketManager.html" title="class in org.apache.logging.log4j.core.net">AbstractSocketManager</A> |
| <DD>The port on the host. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SetUtils.html#prefixSet(java.util.Set, java.lang.String)"><B>prefixSet(Set<String>, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/SetUtils.html" title="class in org.apache.logging.log4j.core.util">SetUtils</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net"><B>Priority</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>The Priority used in the Syslog system.<DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#Priority(org.apache.logging.log4j.core.net.Facility, org.apache.logging.log4j.core.net.Severity)"><B>Priority(Facility, Severity)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html#process(java.util.Set, javax.annotation.processing.RoundEnvironment)"><B>process(Set<? extends TypeElement>, RoundEnvironment)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginProcessor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/PropertiesPlugin.html" title="class in org.apache.logging.log4j.core.config"><B>PropertiesPlugin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Handles properties defined in the configuration.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite"><B>PropertiesRewritePolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html">org.apache.logging.log4j.core.appender.rewrite</A><DD>This policy modifies events by replacing or possibly adding keys and values to the MapMessage.<DT><A HREF="./org/apache/logging/log4j/core/config/Property.html" title="class in org.apache.logging.log4j.core.config"><B>Property</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Represents a key/value pair in the configuration.<DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#PROPERTY_CONFIG"><B>PROPERTY_CONFIG</B></A> - |
| Static variable in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html#PROPERTY_NAME"><B>PROPERTY_NAME</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClockFactory.html" title="class in org.apache.logging.log4j.core.util">ClockFactory</A> |
| <DD>Name of the system property that can be used to specify a <code>Clock</code> |
| implementation class. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#propertyChange(java.beans.PropertyChangeEvent)"><B>propertyChange(PropertyChangeEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Protocol.html" title="enum in org.apache.logging.log4j.core.net"><B>Protocol</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Enumeration of the supported protocols.<DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html#PROTOCOL"><B>PROTOCOL</B></A> - |
| Static variable in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfigurationDefaults</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_Q_"><!-- --></A><H2> |
| <B>Q</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#quoteMatcher()"><B>quoteMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the single or double quote character. |
| </DL> |
| <HR> |
| <A NAME="_R_"><!-- --></A><H2> |
| <B>R</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>RandomAccessFileAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>File Appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender"><B>RandomAccessFileManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Extends OutputStreamManager but instead of using a buffered output stream, |
| this class uses a <code>ByteBuffer</code> and a <code>RandomAccessFile</code> to do the |
| I/O.<DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#RandomAccessFileManager(java.io.RandomAccessFile, java.lang.String, java.io.OutputStream, boolean, int, java.lang.String, org.apache.logging.log4j.core.Layout)"><B>RandomAccessFileManager(RandomAccessFile, String, OutputStream, boolean, int, String, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Reconfigurable.html" title="interface in org.apache.logging.log4j.core.config"><B>Reconfigurable</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/config/package-summary.html">org.apache.logging.log4j.core.config</A><DD>Interface to be implemented by Configurations that can be reconfigured at runtime.<DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html#reconfigure()"><B>reconfigure()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Reconfigurable.html#reconfigure()"><B>reconfigure()</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Reconfigurable.html" title="interface in org.apache.logging.log4j.core.config">Reconfigurable</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html#reconfigure()"><B>reconfigure()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#reconfigure()"><B>reconfigure()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Reconfigure the context. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ReflectiveCallerClassUtility.html" title="class in org.apache.logging.log4j.core.impl"><B>ReflectiveCallerClassUtility</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Utility class that handles the instability of the Sun/OpenJDK <code>sun.reflect.Reflection.getCallerClass(int)</code> |
| method.<DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>RegexFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>This filter returns the onMatch result if the message matches the regular expression.<DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html" title="class in org.apache.logging.log4j.core.pattern"><B>RegexReplacement</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Replace tokens in the LogEvent message.<DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacementConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>RegexReplacementConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Replacement pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html#registerTypeConverter(java.lang.Class, org.apache.logging.log4j.core.config.plugins.util.TypeConverter)"><B>registerTypeConverter(Class<?>, TypeConverter<?>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters</A> |
| <DD>Registers a TypeConverter for a specified class. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>RelativeTimePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Returns the relative time in milliseconds since JVM Startup.<DT><A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html#RelativeTimePatternConverter()"><B>RelativeTimePatternConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RelativeTimePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">RelativeTimePatternConverter</A> |
| <DD>Private constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#release()"><B>release()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>Called to signify that this Manager is no longer required by an Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#releaseSub()"><B>releaseSub()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html" title="class in org.apache.logging.log4j.core.appender">AbstractManager</A> |
| <DD>May be overridden by Managers to perform processing while the Manager is being released and the |
| lock is held. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#releaseSub()"><B>releaseSub()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#releaseSub()"><B>releaseSub()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Default hook to write footer during close. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html#releaseSub()"><B>releaseSub()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html#releaseSub()"><B>releaseSub()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html#removeAll()"><B>removeAll()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/CyclicBuffer.html" title="class in org.apache.logging.log4j.core.util">CyclicBuffer</A> |
| <DD>Removes all the elements from the buffer and returns them. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Remove an Appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Removes the Appender with the specific name. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#removeAppender(org.apache.logging.log4j.core.Appender)"><B>removeAppender(Appender)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is used primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#removeAttributeValue(java.util.Map, java.lang.String, java.lang.String...)"><B>removeAttributeValue(Map<String, String>, String, String...)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD>Removes an Entry from a given Map using a key name and aliases for that key. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#removeConfigurationFactory(org.apache.logging.log4j.core.config.ConfigurationFactory)"><B>removeConfigurationFactory(ConfigurationFactory)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Remove the ConfigurationFactory. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html#removeContext(org.apache.logging.log4j.core.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContextSelector.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html#removeContext(org.apache.logging.log4j.spi.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jContextFactory.html" title="class in org.apache.logging.log4j.core.impl">Log4jContextFactory</A> |
| <DD>Removes knowledge of a LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html#removeContext(org.apache.logging.log4j.core.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/BasicContextSelector.html" title="class in org.apache.logging.log4j.core.selector">BasicContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html#removeContext(org.apache.logging.log4j.core.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ClassLoaderContextSelector.html" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html#removeContext(org.apache.logging.log4j.core.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</A> |
| <DD>Remove any references to the LoggerContext. |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#removeContext(org.apache.logging.log4j.core.LoggerContext)"><B>removeContext(LoggerContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html#removeContext(java.lang.String)"><B>removeContext(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/JndiContextSelector.html" title="class in org.apache.logging.log4j.core.selector">JndiContextSelector</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/selector/NamedContextSelector.html#removeContext(java.lang.String)"><B>removeContext(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.selector.<A HREF="./org/apache/logging/log4j/core/selector/NamedContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">NamedContextSelector</A> |
| <DD>Locate the LoggerContext with the specified name using the default configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#removeFilter(org.apache.logging.log4j.core.Filter)"><B>removeFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Removes a Filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#removeFilter(org.apache.logging.log4j.core.Filter)"><B>removeFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/Filterable.html#removeFilter(org.apache.logging.log4j.core.Filter)"><B>removeFilter(Filter)</B></A> - |
| Method in interface org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</A> |
| <DD>Removes a Filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#removeFilter(org.apache.logging.log4j.core.Filter)"><B>removeFilter(Filter)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Removes a Filter from the current Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#removeListener(org.apache.logging.log4j.core.config.ConfigurationListener)"><B>removeListener(ConfigurationListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Remove a ConfigurationListener. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#removeListener(org.apache.logging.log4j.core.config.ConfigurationListener)"><B>removeListener(ConfigurationListener)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#removeLogger(java.lang.String)"><B>removeLogger(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Remove a LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#removeLogger(java.lang.String)"><B>removeLogger(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><B>removePropertyChangeListener(PropertyChangeListener)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.Object, java.util.Map)"><B>replace(Object, Map<String, String>)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables in the given source object with |
| their matching values from the map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.Object, java.util.Map, java.lang.String, java.lang.String)"><B>replace(Object, Map<String, String>, String, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables in the given source object with |
| their matching values from the map. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.Object, java.util.Properties)"><B>replace(Object, Properties)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables in the given source object with their matching |
| values from the properties. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.String)"><B>replace(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source string as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.String)"><B>replace(LogEvent, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source string as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.String, int, int)"><B>replace(String, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source string as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.String, int, int)"><B>replace(LogEvent, String, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source string as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(char[])"><B>replace(char[])</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source array as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, char[])"><B>replace(LogEvent, char[])</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source array as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(char[], int, int)"><B>replace(char[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source array as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, char[], int, int)"><B>replace(LogEvent, char[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source array as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.StringBuffer)"><B>replace(StringBuffer)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source buffer as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuffer)"><B>replace(LogEvent, StringBuffer)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source buffer as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.StringBuffer, int, int)"><B>replace(StringBuffer, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source buffer as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuffer, int, int)"><B>replace(LogEvent, StringBuffer, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source buffer as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.StringBuilder)"><B>replace(StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source builder as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>replace(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source builder as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.StringBuilder, int, int)"><B>replace(StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source builder as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder, int, int)"><B>replace(LogEvent, StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables with their matching values |
| from the resolver using the given source builder as a template. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(java.lang.Object)"><B>replace(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables in the given source object with |
| their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replace(org.apache.logging.log4j.core.LogEvent, java.lang.Object)"><B>replace(LogEvent, Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables in the given source object with |
| their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(java.lang.StringBuffer)"><B>replaceIn(StringBuffer)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source buffer |
| with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(java.lang.StringBuffer, int, int)"><B>replaceIn(StringBuffer, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source buffer |
| with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuffer, int, int)"><B>replaceIn(LogEvent, StringBuffer, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source buffer |
| with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(java.lang.StringBuilder)"><B>replaceIn(StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source |
| builder with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>replaceIn(LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source |
| builder with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(java.lang.StringBuilder, int, int)"><B>replaceIn(StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source |
| builder with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#replaceIn(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder, int, int)"><B>replaceIn(LogEvent, StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Replaces all the occurrences of variables within the given source |
| builder with their matching values from the resolver. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#replaceManager(T)"><B>replaceManager(T)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD>Replaces the underlying manager in use within this appender. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#reportException(java.lang.Exception)"><B>reportException(Exception)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD>Capture exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html#reportException(java.lang.Exception)"><B>reportException(Exception)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">GzCompressAction</A> |
| <DD>Capture exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html#reportException(java.lang.Exception)"><B>reportException(Exception)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ZipCompressAction</A> |
| <DD>Capture exception. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Assert.html#requireNonNull(T, java.lang.String)"><B>requireNonNull(T, String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Assert.html" title="class in org.apache.logging.log4j.core.util">Assert</A> |
| <DD>Throws a <code>NullPointerException</code> if the specified parameter is |
| <code>null</code>, otherwise returns the specified parameter. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#reregisterMBeansAfterReconfigure()"><B>reregisterMBeansAfterReconfigure()</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#reregisterMBeansAfterReconfigure(javax.management.MBeanServer)"><B>reregisterMBeansAfterReconfigure(MBeanServer)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#resetConfigurationFactory()"><B>resetConfigurationFactory()</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Reset the ConfigurationFactory to the default. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#resetInputStream()"><B>resetInputStream()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD>Returns a new <code>ConfigurationSource</code> whose input stream is reset to the beginning. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>ResolverUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>ResolverUtil is used to locate classes that are available in the/a class path and meet |
| arbitrary conditions.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#ResolverUtil()"><B>ResolverUtil()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.Test.html" title="interface in org.apache.logging.log4j.core.config.plugins.util"><B>ResolverUtil.Test</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>A simple interface that specifies how to test classes to determine if they |
| are to be included in the results produced by the ResolverUtil.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#resolveVariable(org.apache.logging.log4j.core.LogEvent, java.lang.String, java.lang.StringBuilder, int, int)"><B>resolveVariable(LogEvent, String, StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Internal method that resolves the value of a variable. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>ResourceBundleLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from resource bundles.<DT><A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html#ResourceBundleLookup()"><B>ResourceBundleLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/ResourceBundleLookup.html" title="class in org.apache.logging.log4j.core.lookup">ResourceBundleLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ResourceLoader.html" title="interface in org.apache.logging.log4j.core.util"><B>ResourceLoader</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Abstract interface for a ClassLoader or similar object.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html#rewrite(org.apache.logging.log4j.core.LogEvent)"><B>rewrite(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy</A> |
| <DD>Rewrite the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html#rewrite(org.apache.logging.log4j.core.LogEvent)"><B>rewrite(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">PropertiesRewritePolicy</A> |
| <DD>Rewrite the event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewritePolicy.html#rewrite(org.apache.logging.log4j.core.LogEvent)"><B>rewrite(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewritePolicy.html" title="interface in org.apache.logging.log4j.core.appender.rewrite">RewritePolicy</A> |
| <DD>Rewrite a logging event. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html" title="class in org.apache.logging.log4j.core.appender.rewrite"><B>RewriteAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html">org.apache.logging.log4j.core.appender.rewrite</A><DD>This Appender allows the logging event to be manipulated before it is processed by other Appenders.<DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewritePolicy.html" title="interface in org.apache.logging.log4j.core.appender.rewrite"><B>RewritePolicy</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/rewrite/package-summary.html">org.apache.logging.log4j.core.appender.rewrite</A><DD>Interface to be implemented by components that support modifications to the LogEvent.<DT><A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html#RFC5424"><B>RFC5424</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html" title="class in org.apache.logging.log4j.core.appender">SyslogAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout"><B>Rfc5424Layout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Formats a log event in accordance with RFC 5424.<DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>RingBufferAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Instruments an LMAX Disruptor ring buffer.<DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html#RingBufferAdmin(com.lmax.disruptor.RingBuffer, java.lang.String)"><B>RingBufferAdmin(RingBuffer<?>, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdmin.html" title="class in org.apache.logging.log4j.core.jmx">RingBufferAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/RingBufferAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>RingBufferAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing an LMAX Disruptor ring |
| buffer.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async"><B>RingBufferLogEvent</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>When the Disruptor is started, the RingBuffer is populated with event objects.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#RingBufferLogEvent()"><B>RingBufferLogEvent()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html" title="class in org.apache.logging.log4j.core.async"><B>RingBufferLogEventHandler</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>This event handler gets passed messages from the RingBuffer as they become |
| available.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html#RingBufferLogEventHandler()"><B>RingBufferLogEventHandler()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventHandler</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html" title="class in org.apache.logging.log4j.core.async"><B>RingBufferLogEventTranslator</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/async/package-summary.html">org.apache.logging.log4j.core.async</A><DD>This class is responsible for writing elements that make up a log event into |
| the ringbuffer <code>RingBufferLogEvent</code>.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html#RingBufferLogEventTranslator()"><B>RingBufferLogEventTranslator()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventTranslator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>RollingFileAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>An appender that writes to files and can roll over at intervals.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>RollingFileManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>The Rolling File Manager.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#RollingFileManager(java.lang.String, java.lang.String, java.io.OutputStream, boolean, long, long, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, java.lang.String, org.apache.logging.log4j.core.Layout, int)"><B>RollingFileManager(String, String, OutputStream, boolean, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>RollingRandomAccessFileAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>An appender that writes to random access files and can roll over at |
| intervals.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>RollingRandomAccessFileManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Extends RollingFileManager but instead of using a buffered output stream, |
| this class uses a <code>ByteBuffer</code> and a <code>RandomAccessFile</code> to do the |
| I/O.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#RollingRandomAccessFileManager(java.io.RandomAccessFile, java.lang.String, java.lang.String, java.io.OutputStream, boolean, boolean, int, long, long, org.apache.logging.log4j.core.appender.rolling.TriggeringPolicy, org.apache.logging.log4j.core.appender.rolling.RolloverStrategy, java.lang.String, org.apache.logging.log4j.core.Layout)"><B>RollingRandomAccessFileManager(RandomAccessFile, String, String, OutputStream, boolean, boolean, int, long, long, TriggeringPolicy, RolloverStrategy, String, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#rollover(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>rollover(RollingFileManager)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD>Perform the rollover. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverStrategy.html#rollover(org.apache.logging.log4j.core.appender.rolling.RollingFileManager)"><B>rollover(RollingFileManager)</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverStrategy.html" title="interface in org.apache.logging.log4j.core.appender.rolling">RolloverStrategy</A> |
| <DD>Prepare for a rollover. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescription.html" title="interface in org.apache.logging.log4j.core.appender.rolling"><B>RolloverDescription</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Description of actions needed to complete rollover.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>RolloverDescriptionImpl</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Description of actions needed to complete rollover.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html#RolloverDescriptionImpl(java.lang.String, boolean, org.apache.logging.log4j.core.appender.rolling.action.Action, org.apache.logging.log4j.core.appender.rolling.action.Action)"><B>RolloverDescriptionImpl(String, boolean, Action, Action)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverDescriptionImpl.html" title="class in org.apache.logging.log4j.core.appender.rolling">RolloverDescriptionImpl</A> |
| <DD>Create new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverFrequency.html" title="enum in org.apache.logging.log4j.core.appender.rolling"><B>RolloverFrequency</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Enumeration of rollover frequency values.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverStrategy.html" title="interface in org.apache.logging.log4j.core.appender.rolling"><B>RolloverStrategy</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>A <code>RollingPolicy</code> specifies the actions taken on a logging file rollover.<DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#rootNode"><B>rootNode</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>The root node of the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RootThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>RootThrowablePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Outputs the Throwable portion of the LoggingEvent as a full stacktrace |
| unless this converter's option is 'short', where it just outputs the first line of the trace, or if |
| the number of lines to print is explicitly specified.<DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing"><B>Route</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/routing/package-summary.html">org.apache.logging.log4j.core.appender.routing</A><DD>A Route to an appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html" title="class in org.apache.logging.log4j.core.appender.routing"><B>Routes</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/routing/package-summary.html">org.apache.logging.log4j.core.appender.routing</A><DD>Used to contain the individual Route elements.<DT><A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html" title="class in org.apache.logging.log4j.core.appender.routing"><B>RoutingAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/routing/package-summary.html">org.apache.logging.log4j.core.appender.routing</A><DD>This Appender "routes" between various Appenders, some of which can be references to |
| Appenders defined earlier in the configuration while others can be dynamically created |
| within this Appender as required.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html#run()"><B>run()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/AbstractAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">AbstractAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html#run()"><B>run()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">CompositeAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#run()"><B>run()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Accept incoming events and processes them. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#run()"><B>run()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Accept incoming events and processes them. |
| </DL> |
| <HR> |
| <A NAME="_S_"><!-- --></A><H2> |
| <B>S</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SecretKeyProvider.html" title="interface in org.apache.logging.log4j.core.util"><B>SecretKeyProvider</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/server/SecureTcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server"><B>SecureTcpSocketServer</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/SecureTcpSocketServer.html" title="type parameter in SecureTcpSocketServer">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Listens for events over a secure socket connection (SSL/TLS).<DT><A HREF="./org/apache/logging/log4j/core/net/server/SecureTcpSocketServer.html#SecureTcpSocketServer(int, org.apache.logging.log4j.core.net.server.LogEventBridge, org.apache.logging.log4j.core.net.ssl.SslConfiguration)"><B>SecureTcpSocketServer(int, LogEventBridge<T>, SslConfiguration)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/SecureTcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">SecureTcpSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#send(java.io.Serializable)"><B>send(Serializable)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>Send the message. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html#send(java.io.Serializable, javax.jms.Session, javax.jms.MessageProducer)"><B>send(Serializable, Session, MessageProducer)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/AbstractJmsManager.html" title="class in org.apache.logging.log4j.core.net.jms">AbstractJmsManager</A> |
| <DD>Send the Object. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html#send(java.io.Serializable)"><B>send(Serializable)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsQueueManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsQueueManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html#send(java.io.Serializable)"><B>send(Serializable)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.jms.<A HREF="./org/apache/logging/log4j/core/net/jms/JmsTopicManager.html" title="class in org.apache.logging.log4j.core.net.jms">JmsTopicManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#sendEvents(org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.LogEvent)"><B>sendEvents(Layout<?>, LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD>Send the contents of the cyclic buffer as an e-mail message. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#sendMultipartMessage(javax.mail.internet.MimeMessage, javax.mail.internet.MimeMultipart)"><B>sendMultipartMessage(MimeMessage, MimeMultipart)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/SequenceNumberPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>SequenceNumberPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats the event sequence number.<DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#serialize(org.apache.logging.log4j.core.impl.Log4jLogEvent, boolean)"><B>serialize(Log4jLogEvent, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.html#serialize(java.util.Map, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)"><B>serialize(Map, JsonGenerator, SerializerProvider)</B></A> - |
| Method in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/ListOfMapEntrySerializer.html" title="class in org.apache.logging.log4j.core.jackson">ListOfMapEntrySerializer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>SerializedLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Formats a <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A> in its Java serialized form.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#serialVersionUID"><B>serialVersionUID</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx"><B>Server</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Creates MBeans to instrument various classes in the log4j class hierarchy.<DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#setActive(boolean)"><B>setActive(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#setAdditive(boolean)"><B>setAdditive(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Sets the additive setting. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#setAdditive(boolean)"><B>setAdditive(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#setAdditive(boolean)"><B>setAdditive(boolean)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Sets whether the instrumented <code>LoggerConfig</code> should be additive. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#setAdditive(boolean)"><B>setAdditive(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is present only to support the Log4j 1.2 |
| compatibility bridge. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#setAdvertiser(org.apache.logging.log4j.core.net.Advertiser)"><B>setAdvertiser(Advertiser)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#setAdvertiser(org.apache.logging.log4j.core.net.Advertiser)"><B>setAdvertiser(Advertiser)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#setAliases(java.lang.String...)"><B>setAliases(String...)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#setAliases(java.lang.String...)"><B>setAliases(String...)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Sets the list of aliases to use for this visit. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#setAnnotation(java.lang.annotation.Annotation)"><B>setAnnotation(Annotation)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#setAnnotation(java.lang.annotation.Annotation)"><B>setAnnotation(Annotation)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Sets the Annotation to be used for this. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setCategory(java.lang.String)"><B>setCategory(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html#setClassLoader(java.lang.ClassLoader)"><B>setClassLoader(ClassLoader)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/ResolverUtil.html" title="class in org.apache.logging.log4j.core.config.plugins.util">ResolverUtil</A> |
| <DD>Sets an explicit ClassLoader that should be used when scanning for classes. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setClassName(java.lang.String)"><B>setClassName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#setConfigLocation(java.net.URI)"><B>setConfigLocation(URI)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Sets the configLocation to the specified value and reconfigures this context. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#setConfigLocationUri(java.lang.String)"><B>setConfigLocationUri(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#setConfigLocationUri(java.lang.String)"><B>setConfigLocationUri(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Sets the configuration location to the specified URI. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html#setConfigText(java.lang.String, java.lang.String)"><B>setConfigText(String, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerContextAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html#setConfigText(java.lang.String, java.lang.String)"><B>setConfigText(String, String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerContextAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerContextAdminMBean</A> |
| <DD>Sets the configuration text. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#setConfigurationFactory(org.apache.logging.log4j.core.config.ConfigurationFactory)"><B>setConfigurationFactory(ConfigurationFactory)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>Set the configuration factory. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#setConfigurationMonitor(org.apache.logging.log4j.core.config.ConfigurationMonitor)"><B>setConfigurationMonitor(ConfigurationMonitor)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#setConfigurationMonitor(org.apache.logging.log4j.core.config.ConfigurationMonitor)"><B>setConfigurationMonitor(ConfigurationMonitor)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setContextMap(java.util.Map)"><B>setContextMap(Map<String, String>)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setContextStack(org.apache.logging.log4j.ThreadContext.ContextStack)"><B>setContextStack(ThreadContext.ContextStack)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#setConversionPattern(java.lang.String)"><B>setConversionPattern(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Set the <b>ConversionPattern</b> option. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#setConversionType(java.lang.Class)"><B>setConversionType(Class<?>)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#setConversionType(java.lang.Class)"><B>setConversionType(Class<?>)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Sets the class to convert the plugin value to on this visit. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setDefer(boolean)"><B>setDefer(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setEnableSubstitutionInVariables(boolean)"><B>setEnableSubstitutionInVariables(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets a flag whether substitution is done in variable names. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#setEndOfBatch(boolean)"><B>setEndOfBatch(boolean)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Sets whether this event is the last one in a batch. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setEscapeChar(char)"><B>setEscapeChar(char)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the escape character. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#setExternalContext(java.lang.Object)"><B>setExternalContext(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Set the external context. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#setFooter(byte[])"><B>setFooter(byte[])</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>Set the footer. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#setFrom(java.lang.String)"><B>setFrom(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#setHandler(org.apache.logging.log4j.core.ErrorHandler)"><B>setHandler(ErrorHandler)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD>The handler must be set before the appender is started. |
| <DT><A HREF="./org/apache/logging/log4j/core/Appender.html#setHandler(org.apache.logging.log4j.core.ErrorHandler)"><B>setHandler(ErrorHandler)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Appender.html" title="interface in org.apache.logging.log4j.core">Appender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html#setHeader(byte[])"><B>setHeader(byte[])</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractLayout</A> |
| <DD>Set the header. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html#setIncludeLocation(boolean)"><B>setIncludeLocation(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLogEvent.html" title="class in org.apache.logging.log4j.core">AbstractLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setIncludeLocation(boolean)"><B>setIncludeLocation(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#setIncludeLocation(boolean)"><B>setIncludeLocation(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#setIncludeLocation(boolean)"><B>setIncludeLocation(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LogEvent.html#setIncludeLocation(boolean)"><B>setIncludeLocation(boolean)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</A> |
| <DD>Sets whether the source of the logging request is required downstream. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setKey(java.lang.String)"><B>setKey(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Sets the logging Level. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html#setLevel(java.lang.String)"><B>setLevel(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdmin.html" title="class in org.apache.logging.log4j.core.jmx">LoggerConfigAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html#setLevel(java.lang.String)"><B>setLevel(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">LoggerConfigAdminMBean</A> |
| <DD>Sets the <code>LoggerConfig</code> level to the specified value. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#setLevel(java.lang.String)"><B>setLevel(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html#setLevel(java.lang.String)"><B>setLevel(String)</B></A> - |
| Method in interface org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx">StatusLoggerAdminMBean</A> |
| <DD>Sets the <code>StatusLogger</code> level to the specified value. |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#setLevel(org.apache.logging.log4j.Level)"><B>setLevel(Level)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>This method is not exposed through the public API and is provided primarily for unit testing. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#setLocation(java.lang.String)"><B>setLocation(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#setLogEventFactory(org.apache.logging.log4j.core.impl.LogEventFactory)"><B>setLogEventFactory(LogEventFactory)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Sets the LogEventFactory. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#setLoggerAdditive(org.apache.logging.log4j.core.Logger, boolean)"><B>setLoggerAdditive(Logger, boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Marks a LoggerConfig as additive. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configuration.html#setLoggerAdditive(org.apache.logging.log4j.core.Logger, boolean)"><B>setLoggerAdditive(Logger, boolean)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configuration.html" title="interface in org.apache.logging.log4j.core.config">Configuration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setLoggerFqcn(java.lang.String)"><B>setLoggerFqcn(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setLoggerName(java.lang.String)"><B>setLoggerName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setMarker(org.apache.logging.log4j.Marker)"><B>setMarker(Marker)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#setMember(java.lang.reflect.Member)"><B>setMember(Member)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#setMember(java.lang.reflect.Member)"><B>setMember(Member)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Sets the Member that this visitor is being used for injection upon. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setMessage(org.apache.logging.log4j.message.Message)"><B>setMessage(Message)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#setName(java.lang.String)"><B>setName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Set the name of the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setName(java.lang.String)"><B>setName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#setObject(java.lang.Object)"><B>setObject(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#setOutputStream(java.io.OutputStream)"><B>setOutputStream(OutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#setParent(org.apache.logging.log4j.core.config.LoggerConfig)"><B>setParent(LoggerConfig)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD>Sets the parent of this LoggerConfig. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#setPassword(java.lang.String)"><B>setPassword(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html#setPrintable(boolean)"><B>setPrintable(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginEntry.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginEntry</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#setRecipients(javax.mail.Message.RecipientType, java.lang.String)"><B>setRecipients(Message.RecipientType, String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#setReplyTo(java.lang.String)"><B>setReplyTo(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html#setSequenceCallback(com.lmax.disruptor.Sequence)"><B>setSequenceCallback(Sequence)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventHandler.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventHandler</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setSource(java.lang.StackTraceElement)"><B>setSource(StackTraceElement)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#setStarted()"><B>setStarted()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#setStarting()"><B>setStarting()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#setState(org.apache.logging.log4j.core.LifeCycle.State)"><B>setState(LifeCycle.State)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#setStopped()"><B>setStopped()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#setStopping()"><B>setStopping()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#setStrSubstitutor(org.apache.logging.log4j.core.lookup.StrSubstitutor)"><B>setStrSubstitutor(StrSubstitutor)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#setStrSubstitutor(org.apache.logging.log4j.core.lookup.StrSubstitutor)"><B>setStrSubstitutor(StrSubstitutor)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Sets the StrSubstitutor to use for converting raw strings before type conversion. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html#setSubject(java.lang.String)"><B>setSubject(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MimeMessageBuilder.html" title="class in org.apache.logging.log4j.core.net">MimeMessageBuilder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setThreadName(java.lang.String)"><B>setThreadName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setThrown(java.lang.Throwable)"><B>setThrown(Throwable)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html#setTimeMillis(long)"><B>setTimeMillis(long)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">AbstractLogEventWrapperEntity</A> |
| <DD>A no-op mutator to satisfy JPA requirements, as this entity is write-only. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#setup()"><B>setup()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html#setup()"><B>setup()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html#setup()"><B>setup()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SetUtils.html" title="class in org.apache.logging.log4j.core.util"><B>SetUtils</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setValueDelimiter(char)"><B>setValueDelimiter(char)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable default value delimiter to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setValueDelimiter(java.lang.String)"><B>setValueDelimiter(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable default value delimiter to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setValueDelimiterMatcher(org.apache.logging.log4j.core.lookup.StrMatcher)"><B>setValueDelimiterMatcher(StrMatcher)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable default value delimiter matcher to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html#setValues(org.apache.logging.log4j.core.async.AsyncLogger, java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable, java.util.Map, org.apache.logging.log4j.ThreadContext.ContextStack, java.lang.String, java.lang.StackTraceElement, long)"><B>setValues(AsyncLogger, String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEvent.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html#setValues(org.apache.logging.log4j.core.async.AsyncLogger, java.lang.String, org.apache.logging.log4j.Marker, java.lang.String, org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable, java.util.Map, org.apache.logging.log4j.ThreadContext.ContextStack, java.lang.String, java.lang.StackTraceElement, long)"><B>setValues(AsyncLogger, String, Marker, String, Level, Message, Throwable, Map<String, String>, ThreadContext.ContextStack, String, StackTraceElement, long)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventTranslator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariablePrefix(char)"><B>setVariablePrefix(char)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable prefix to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariablePrefix(java.lang.String)"><B>setVariablePrefix(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable prefix to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariablePrefixMatcher(org.apache.logging.log4j.core.lookup.StrMatcher)"><B>setVariablePrefixMatcher(StrMatcher)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable prefix matcher currently in use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariableResolver(org.apache.logging.log4j.core.lookup.StrLookup)"><B>setVariableResolver(StrLookup)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the VariableResolver that is used to lookup variables. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariableSuffix(char)"><B>setVariableSuffix(char)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable suffix to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariableSuffix(java.lang.String)"><B>setVariableSuffix(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable suffix to use. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#setVariableSuffixMatcher(org.apache.logging.log4j.core.lookup.StrMatcher)"><B>setVariableSuffixMatcher(StrMatcher)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Sets the variable suffix matcher currently in use. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net"><B>Severity</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Severity values used by the Syslog system.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#shutdown()"><B>shutdown()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>This method is called from the <A HREF="./org/apache/logging/log4j/core/appender/AbstractManager.html#release()"><CODE>AbstractManager.release()</CODE></A> method when the appender is stopped or the appender's manager |
| is replaced. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Configurator.html#shutdown(org.apache.logging.log4j.core.LoggerContext)"><B>shutdown(LoggerContext)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Configurator.html" title="class in org.apache.logging.log4j.core.config">Configurator</A> |
| <DD>Shuts down the given logging context. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#shutdown()"><B>shutdown()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Shutdown the server. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#shutdown()"><B>shutdown()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Shutdown the server. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#shutdownInternal()"><B>shutdownInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Implementations should implement this method to perform any proprietary disconnection / shutdown operations. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#shutdownInternal()"><B>shutdownInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#shutdownInternal()"><B>shutdownInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#SIMPLE_CONVERSION_PATTERN"><B>SIMPLE_CONVERSION_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>A simple pattern. |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/SimpleMessageDeserializer.html" title="class in org.apache.logging.log4j.core.jackson"><B>SimpleMessageDeserializer</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD> |
| <em>Consider this class private.</em><DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#singleQuoteMatcher()"><B>singleQuoteMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the single quote character. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html#size()"><B>size()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginCache</A> |
| <DD>Gets the number of plugin categories registered. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#size()"><B>size()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>SizeBasedTriggeringPolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#SizeBasedTriggeringPolicy()"><B>SizeBasedTriggeringPolicy()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Constructs a new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#SizeBasedTriggeringPolicy(long)"><B>SizeBasedTriggeringPolicy(long)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD>Constructs a new instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SmtpAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>SmtpAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Send an e-mail when a specific logging event occurs, typically on errors or |
| fatal errors.<DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net"><B>SmtpManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Manager for sending SMTP events.<DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#SmtpManager(java.lang.String, javax.mail.Session, javax.mail.internet.MimeMessage, org.apache.logging.log4j.core.net.SmtpManager.FactoryData)"><B>SmtpManager(String, Session, MimeMessage, SmtpManager.FactoryData)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>SocketAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>An Appender that delivers events over socket connections.<DT><A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html#SocketAppender(java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, org.apache.logging.log4j.core.net.AbstractSocketManager, boolean, boolean, org.apache.logging.log4j.core.net.Advertiser)"><B>SocketAppender(String, Layout<? extends Serializable>, Filter, AbstractSocketManager, boolean, boolean, Advertiser)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html" title="class in org.apache.logging.log4j.core.appender">SocketAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#SPACE"><B>SPACE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#spaceMatcher()"><B>spaceMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the space character. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#splitMatcher()"><B>splitMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Matches the same characters as StringTokenizer, |
| namely space, tab, newline and formfeed. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>SslConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD>SSL Configuration<DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>SslConfigurationDefaults</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html#SslConfigurationDefaults()"><B>SslConfigurationDefaults()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationDefaults.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfigurationDefaults</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>SslConfigurationException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationException.html#SslConfigurationException(java.lang.Exception)"><B>SslConfigurationException(Exception)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/SslConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl">SslConfigurationException</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html" title="class in org.apache.logging.log4j.core.net"><B>SslSocketManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html#SslSocketManager(java.lang.String, java.io.OutputStream, java.net.Socket, org.apache.logging.log4j.core.net.ssl.SslConfiguration, java.net.InetAddress, java.lang.String, int, int, boolean, org.apache.logging.log4j.core.Layout)"><B>SslSocketManager(String, OutputStream, Socket, SslConfiguration, InetAddress, String, int, int, boolean, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SslSocketManager.html" title="class in org.apache.logging.log4j.core.net">SslSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>StackTraceElementAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang"><CODE>StackTraceElement</CODE></A>s in <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html#StackTraceElementAttributeConverter()"><B>StackTraceElementAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/StackTraceElementAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">StackTraceElementAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html" title="class in org.apache.logging.log4j.core.appender">FailoverAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html" title="class in org.apache.logging.log4j.core.appender.rewrite">RewriteAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html" title="class in org.apache.logging.log4j.core.appender.routing">RoutingAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Initialize the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.osgi.<A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html" title="class in org.apache.logging.log4j.core.config.plugins.osgi">Activator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Make the Filter available for use. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.html#start()"><B>start()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.html" title="interface in org.apache.logging.log4j.core">LifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#start()"><B>start()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#start(org.apache.logging.log4j.core.config.Configuration)"><B>start(Configuration)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Start with a specific configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html#startNewThread()"><B>startNewThread()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">AbstractSocketServer</A> |
| <DD>Start this server in a new thread. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#startup()"><B>startup()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>This method is called within the appender when the appender is started. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#startupInternal()"><B>startupInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Implementations should implement this method to perform any proprietary startup operations. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#startupInternal()"><B>startupInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#startupInternal()"><B>startupInternal()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status"><B>StatusConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/status/package-summary.html">org.apache.logging.log4j.core.config.status</A><DD>Configuration for setting up <CODE>StatusConsoleListener</CODE> instances.<DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#StatusConfiguration()"><B>StatusConfiguration()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html" title="enum in org.apache.logging.log4j.core.config.status"><B>StatusConfiguration.Verbosity</B></A> - Enum in <A HREF="./org/apache/logging/log4j/core/config/status/package-summary.html">org.apache.logging.log4j.core.config.status</A><DD>Specifies how verbose the StatusLogger should be.<DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx"><B>StatusLoggerAdmin</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>Implementation of the <code>StatusLoggerAdminMBean</code> interface.<DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html#StatusLoggerAdmin(java.lang.String, java.util.concurrent.Executor)"><B>StatusLoggerAdmin(String, Executor)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdmin.html" title="class in org.apache.logging.log4j.core.jmx">StatusLoggerAdmin</A> |
| <DD>Constructs a new <code>StatusLoggerAdmin</code> with the <code>Executor</code> to |
| be used for sending <code>Notification</code>s asynchronously to listeners. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/StatusLoggerAdminMBean.html" title="interface in org.apache.logging.log4j.core.jmx"><B>StatusLoggerAdminMBean</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/jmx/package-summary.html">org.apache.logging.log4j.core.jmx</A><DD>The MBean interface for monitoring and managing the <code>StatusLogger</code>.<DT><A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/AbstractLifeCycle.html" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractOutputStreamAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractOutputStreamAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AsyncAppender.html" title="class in org.apache.logging.log4j.core.appender">AsyncAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseAppender.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileAppender.html" title="class in org.apache.logging.log4j.core.appender">FileAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/RewriteAppender.html" title="class in org.apache.logging.log4j.core.appender.rewrite">RewriteAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingFileAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RollingRandomAccessFileAppender.html" title="class in org.apache.logging.log4j.core.appender">RollingRandomAccessFileAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/RoutingAppender.html" title="class in org.apache.logging.log4j.core.appender.routing">RoutingAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SocketAppender.html" title="class in org.apache.logging.log4j.core.appender">SocketAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html#stop()"><B>stop()</B></A> - |
| Static method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLogger.html" title="class in org.apache.logging.log4j.core.async">AsyncLogger</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerConfig.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/AsyncLoggerContext.html" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Tear down the configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.osgi.<A HREF="./org/apache/logging/log4j/core/config/plugins/osgi/Activator.html" title="class in org.apache.logging.log4j.core.config.plugins.osgi">Activator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilterable.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</A> |
| <DD>Cleanup the Filter. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.html#stop()"><B>stop()</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.html" title="interface in org.apache.logging.log4j.core">LifeCycle</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#stop()"><B>stop()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>StoreConfiguration</B></A><<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="type parameter in StoreConfiguration">T</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html#StoreConfiguration(java.lang.String, java.lang.String)"><B>StoreConfiguration(String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>StoreConfigurationException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfigurationException.html#StoreConfigurationException(java.lang.Exception)"><B>StoreConfigurationException(Exception)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfigurationException</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfigurationException.html#StoreConfigurationException(java.lang.String)"><B>StoreConfigurationException(String)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/StoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl">StoreConfigurationException</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#stringMatcher(java.lang.String)"><B>stringMatcher(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Constructor that creates a matcher from a string. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrLookup.html" title="interface in org.apache.logging.log4j.core.lookup"><B>StrLookup</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Lookup a String key to a String value.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup"><B>StrMatcher</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>A matcher class that can be queried to determine if a character array |
| portion matches.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#StrMatcher()"><B>StrMatcher()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup"><B>StrSubstitutor</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Substitutes variables within a string by values.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor()"><B>StrSubstitutor()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance with defaults for variable prefix and suffix |
| and the escaping character. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(java.util.Map)"><B>StrSubstitutor(Map<String, String>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(java.util.Map, java.lang.String, java.lang.String)"><B>StrSubstitutor(Map<String, String>, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(java.util.Map, java.lang.String, java.lang.String, char)"><B>StrSubstitutor(Map<String, String>, String, String, char)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(java.util.Map, java.lang.String, java.lang.String, char, java.lang.String)"><B>StrSubstitutor(Map<String, String>, String, String, char, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(org.apache.logging.log4j.core.lookup.StrLookup)"><B>StrSubstitutor(StrLookup)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(org.apache.logging.log4j.core.lookup.StrLookup, java.lang.String, java.lang.String, char)"><B>StrSubstitutor(StrLookup, String, String, char)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(org.apache.logging.log4j.core.lookup.StrLookup, java.lang.String, java.lang.String, char, java.lang.String)"><B>StrSubstitutor(StrLookup, String, String, char, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(org.apache.logging.log4j.core.lookup.StrLookup, org.apache.logging.log4j.core.lookup.StrMatcher, org.apache.logging.log4j.core.lookup.StrMatcher, char)"><B>StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#StrSubstitutor(org.apache.logging.log4j.core.lookup.StrLookup, org.apache.logging.log4j.core.lookup.StrMatcher, org.apache.logging.log4j.core.lookup.StrMatcher, char, org.apache.logging.log4j.core.lookup.StrMatcher)"><B>StrSubstitutor(StrLookup, StrMatcher, StrMatcher, char, StrMatcher)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Creates a new instance and initializes it. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/StructuredDataFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>StructuredDataFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Filter based on data in a StructuredDataMessage.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>StructuredDataLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from system properties.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html#StructuredDataLookup()"><B>StructuredDataLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StructuredDataLookup.html" title="class in org.apache.logging.log4j.core.lookup">StructuredDataLookup</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>StyleConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Style pattern converter.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#substitute(org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder, int, int)"><B>substitute(LogEvent, StringBuilder, int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD>Internal method that substitutes the variables. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#substitutor"><B>substitutor</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html#substitutor"><B>substitutor</B></A> - |
| Variable in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/AbstractPluginVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">AbstractPluginVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#substVars(java.lang.String, java.util.Properties)"><B>substVars(String, Properties)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD>Perform variable substitution in string <code>val</code> from the |
| values of keys found in the system propeties. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html#SUFFIXES"><B>SUFFIXES</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfigurationFactory</A> |
| <DD>Valid file extensions for XML files. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html" title="class in org.apache.logging.log4j.core.appender"><B>SyslogAppender</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>The Syslog Appender.<DT><A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html#SyslogAppender(java.lang.String, org.apache.logging.log4j.core.Layout, org.apache.logging.log4j.core.Filter, boolean, boolean, org.apache.logging.log4j.core.net.AbstractSocketManager, org.apache.logging.log4j.core.net.Advertiser)"><B>SyslogAppender(String, Layout<? extends Serializable>, Filter, boolean, boolean, AbstractSocketManager, Advertiser)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/SyslogAppender.html" title="class in org.apache.logging.log4j.core.appender">SyslogAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>SyslogLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Formats a log event as a BSD Log record.<DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html#SyslogLayout(org.apache.logging.log4j.core.net.Facility, boolean, java.lang.String, java.nio.charset.Charset)"><B>SyslogLayout(Facility, boolean, String, Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout">SyslogLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/SystemClock.html" title="class in org.apache.logging.log4j.core.util"><B>SystemClock</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Implementation of the <code>Clock</code> interface that returns the system time.<DT><A HREF="./org/apache/logging/log4j/core/util/SystemClock.html#SystemClock()"><B>SystemClock()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/SystemClock.html" title="class in org.apache.logging.log4j.core.util">SystemClock</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html" title="class in org.apache.logging.log4j.core.lookup"><B>SystemPropertiesLookup</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/lookup/package-summary.html">org.apache.logging.log4j.core.lookup</A><DD>Looks up keys from system properties.<DT><A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html#SystemPropertiesLookup()"><B>SystemPropertiesLookup()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/SystemPropertiesLookup.html" title="class in org.apache.logging.log4j.core.lookup">SystemPropertiesLookup</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_T_"><!-- --></A><H2> |
| <B>T</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#tabMatcher()"><B>tabMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Returns a matcher which matches the tab character. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net"><B>TcpSocketManager</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Manager of TCP Socket connections.<DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#TcpSocketManager(java.lang.String, java.io.OutputStream, java.net.Socket, java.net.InetAddress, java.lang.String, int, int, boolean, org.apache.logging.log4j.core.Layout)"><B>TcpSocketManager(String, OutputStream, Socket, InetAddress, String, int, int, boolean, Layout<? extends Serializable>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD>The Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.TcpSocketManagerFactory.html" title="class in org.apache.logging.log4j.core.net"><B>TcpSocketManager.TcpSocketManagerFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/package-summary.html">org.apache.logging.log4j.core.net</A><DD>Factory to create a TcpSocketManager.<DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.TcpSocketManagerFactory.html#TcpSocketManager.TcpSocketManagerFactory()"><B>TcpSocketManager.TcpSocketManagerFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.TcpSocketManagerFactory.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager.TcpSocketManagerFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server"><B>TcpSocketServer</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="type parameter in TcpSocketServer">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Listens for events over a socket connection.<DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#TcpSocketServer(int, org.apache.logging.log4j.core.net.server.LogEventBridge)"><B>TcpSocketServer(int, LogEventBridge<T>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html#TcpSocketServer(int, org.apache.logging.log4j.core.net.server.LogEventBridge, java.net.ServerSocket)"><B>TcpSocketServer(int, LogEventBridge<T>, ServerSocket)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/TcpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">TcpSocketServer</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html#TEST_PREFIX"><B>TEST_PREFIX</B></A> - |
| Static variable in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config">ConfigurationFactory</A> |
| <DD>File name prefix for test configurations. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ContextAnchor.html#THREAD_CONTEXT"><B>THREAD_CONTEXT</B></A> - |
| Static variable in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ContextAnchor.html" title="class in org.apache.logging.log4j.core.impl">ContextAnchor</A> |
| <DD>Anchor for the LoggerContext for the current Thread. |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>ThreadContextMapFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Filter based on a value in the Thread Context Map (MDC).<DT><A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html#ThreadContextMapFilter(java.util.Map, boolean, org.apache.logging.log4j.core.Filter.Result, org.apache.logging.log4j.core.Filter.Result)"><B>ThreadContextMapFilter(Map<String, List<String>>, boolean, Filter.Result, Filter.Result)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThreadContextMapFilter.html" title="class in org.apache.logging.log4j.core.filter">ThreadContextMapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThreadPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>ThreadPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats the event thread name.<DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>ThresholdFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>This filter returns the onMatch result if the level in the LogEvent is the same or more specific |
| than the configured level and the onMismatch value otherwise.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter"><B>ThrowableAttributeConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/package-summary.html">org.apache.logging.log4j.core.appender.db.jpa.converter</A><DD>A JPA 2.1 attribute converter for <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>s in <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s.<DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html#ThrowableAttributeConverter()"><B>ThrowableAttributeConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.db.jpa.converter.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/converter/ThrowableAttributeConverter.html" title="class in org.apache.logging.log4j.core.appender.db.jpa.converter">ThrowableAttributeConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl"><B>ThrowableFormatOptions</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Contains options which control how a <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> pattern is formatted.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#ThrowableFormatOptions(int, java.lang.String, java.util.List)"><B>ThrowableFormatOptions(int, String, List<String>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Construct the options for printing stack trace. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#ThrowableFormatOptions(java.util.List)"><B>ThrowableFormatOptions(List<String>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Construct the options for printing stack trace. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#ThrowableFormatOptions()"><B>ThrowableFormatOptions()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD>Construct the options for printing stack trace. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>ThrowablePatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Outputs the Throwable portion of the LoggingEvent as a full stacktrace |
| unless this converter's option is 'short', where it just outputs the first line of the trace, or if |
| the number of lines to print is explicitly specified.<DT><A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html#ThrowablePatternConverter(java.lang.String, java.lang.String, java.lang.String[])"><B>ThrowablePatternConverter(String, String, String[])</B></A> - |
| Constructor for class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/ThrowablePatternConverter.html" title="class in org.apache.logging.log4j.core.pattern">ThrowablePatternConverter</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl"><B>ThrowableProxy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/impl/package-summary.html">org.apache.logging.log4j.core.impl</A><DD>Wraps a Throwable to add packaging information about each stack trace element.<DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#ThrowableProxy(java.lang.Throwable)"><B>ThrowableProxy(Throwable)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD>Constructs the wrapper for the Throwable that includes packaging data. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Throwables.html" title="class in org.apache.logging.log4j.core.util"><B>Throwables</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Helps with Throwable objects.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling"><B>TimeBasedTriggeringPolicy</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>Triggering Policy that causes a rollover based on time.<DT><A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html" title="class in org.apache.logging.log4j.core.filter"><B>TimeFilter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/filter/package-summary.html">org.apache.logging.log4j.core.filter</A><DD>Filters events that fall within a specified time period in each day.<DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender"><B>TlsSyslogFrame</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/package-summary.html">org.apache.logging.log4j.core.appender</A><DD>Wrapper for messages that are formatted according to RFC 5425.<DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#TlsSyslogFrame(java.lang.String)"><B>TlsSyslogFrame(String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#toBoolean(java.lang.String, boolean)"><B>toBoolean(String, boolean)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD>If <code>value</code> is "true", then <code>true</code> is |
| returned. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html#toByteArray(java.io.InputStream)"><B>toByteArray(InputStream)</B></A> - |
| Static method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AbstractConfiguration.html" title="class in org.apache.logging.log4j.core.config">AbstractConfiguration</A> |
| <DD>Reads an InputStream using buffered reads into a byte array buffer. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html#toByteArray(org.apache.logging.log4j.core.LogEvent)"><B>toByteArray(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/AbstractStringLayout.html" title="class in org.apache.logging.log4j.core.layout">AbstractStringLayout</A> |
| <DD>Formats the Log Event as a byte array. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#toByteArray(org.apache.logging.log4j.core.LogEvent)"><B>toByteArray(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD>Formats a <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A> as a serialized byte array of the LogEvent object. |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#toByteArray(org.apache.logging.log4j.core.LogEvent)"><B>toByteArray(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Formats the event suitable for display. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html#toFacility(java.lang.String)"><B>toFacility(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</A> |
| <DD>Returns the Facility for the given string. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html#toFacility(java.lang.String, org.apache.logging.log4j.core.net.Facility)"><B>toFacility(String, Facility)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</A> |
| <DD>Returns the Facility for the given string. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#toFileSize(java.lang.String, long)"><B>toFileSize(String, long)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html#toInt(java.lang.String, int)"><B>toInt(String, int)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/OptionConverter.html" title="class in org.apache.logging.log4j.core.util">OptionConverter</A> |
| <DD>Convert the String value to an int. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.Result.html#toResult(java.lang.String)"><B>toResult(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.Result.html" title="enum in org.apache.logging.log4j.core">Filter.Result</A> |
| <DD>Returns the Result for the given string. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.Result.html#toResult(java.lang.String, org.apache.logging.log4j.core.Filter.Result)"><B>toResult(String, Filter.Result)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.Result.html" title="enum in org.apache.logging.log4j.core">Filter.Result</A> |
| <DD>Returns the Result for the given string. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout</A> |
| <DD>Format as a String. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>Formats a logging event to a writer. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD>Formats a <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A> in conformance with the RFC 5424 Syslog specification. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SerializedLayout.html" title="class in org.apache.logging.log4j.core.layout">SerializedLayout</A> |
| <DD>Returns the LogEvent. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/SyslogLayout.html" title="class in org.apache.logging.log4j.core.layout">SyslogLayout</A> |
| <DD>Formats a <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A> in conformance with the BSD Log record format. |
| <DT><A HREF="./org/apache/logging/log4j/core/Layout.html#toSerializable(org.apache.logging.log4j.core.LogEvent)"><B>toSerializable(LogEvent)</B></A> - |
| Method in interface org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Layout.html" title="interface in org.apache.logging.log4j.core">Layout</A> |
| <DD>Formats the event as an Object that can be serialized. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/AbstractAppender.html" title="class in org.apache.logging.log4j.core.appender">AbstractAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ColumnConfig.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">ColumnConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.html#toString()"><B>toString()</B></A> - |
| Method in interface org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/ConnectionSource.html" title="interface in org.apache.logging.log4j.core.appender.db.jdbc">ConnectionSource</A> |
| <DD>All implementations must override <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang"><CODE>Object.toString()</CODE></A> to provide information about the connection |
| configuration (obscuring passwords with one-way hashes). |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/DataSourceConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">DataSourceConnectionSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/FactoryMethodConnectionSource.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">FactoryMethodConnectionSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaAppender.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FailoverAppender.html" title="class in org.apache.logging.log4j.core.appender">FailoverAppender</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.html" title="class in org.apache.logging.log4j.core.appender.rewrite">PropertiesRewritePolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/CompositeAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">CompositeAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/FileRenameAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">FileRenameAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/GzCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">GzCompressAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ZipCompressAction</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/CompositeTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">CompositeTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/DefaultRolloverStrategy.html" title="class in org.apache.logging.log4j.core.appender.rolling">DefaultRolloverStrategy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/OnStartupTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">OnStartupTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/SizeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">SizeBasedTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/TimeBasedTriggeringPolicy.html" title="class in org.apache.logging.log4j.core.appender.rolling">TimeBasedTriggeringPolicy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Route.html" title="class in org.apache.logging.log4j.core.appender.routing">Route</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.routing.<A HREF="./org/apache/logging/log4j/core/appender/routing/Routes.html" title="class in org.apache.logging.log4j.core.appender.routing">Routes</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/TlsSyslogFrame.html" title="class in org.apache.logging.log4j.core.appender">TlsSyslogFrame</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/AppenderRef.html" title="class in org.apache.logging.log4j.core.config">AppenderRef</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/ConfigurationSource.html" title="class in org.apache.logging.log4j.core.config">ConfigurationSource</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.json.<A HREF="./org/apache/logging/log4j/core/config/json/JsonConfiguration.html" title="class in org.apache.logging.log4j.core.config.json">JsonConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/LoggerConfig.html" title="class in org.apache.logging.log4j.core.config">LoggerConfig</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Node.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Node.html" title="class in org.apache.logging.log4j.core.config">Node</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginType.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginType</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/Property.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/Property.html" title="class in org.apache.logging.log4j.core.config">Property</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/AbstractFilter.html" title="class in org.apache.logging.log4j.core.filter">AbstractFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/BurstFilter.html" title="class in org.apache.logging.log4j.core.filter">BurstFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/CompositeFilter.html" title="class in org.apache.logging.log4j.core.filter">CompositeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/DynamicThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">DynamicThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MapFilter.html" title="class in org.apache.logging.log4j.core.filter">MapFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/MarkerFilter.html" title="class in org.apache.logging.log4j.core.filter">MarkerFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/RegexFilter.html" title="class in org.apache.logging.log4j.core.filter">RegexFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/ThresholdFilter.html" title="class in org.apache.logging.log4j.core.filter">ThresholdFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.filter.<A HREF="./org/apache/logging/log4j/core/filter/TimeFilter.html" title="class in org.apache.logging.log4j.core.filter">TimeFilter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedClassInfo.html" title="class in org.apache.logging.log4j.core.impl">ExtendedClassInfo</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ExtendedStackTraceElement.html" title="class in org.apache.logging.log4j.core.impl">ExtendedStackTraceElement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableFormatOptions.html" title="class in org.apache.logging.log4j.core.impl">ThrowableFormatOptions</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/ThrowableProxy.html" title="class in org.apache.logging.log4j.core.impl">ThrowableProxy</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/LoggerFields.html" title="class in org.apache.logging.log4j.core.layout">LoggerFields</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/Rfc5424Layout.html" title="class in org.apache.logging.log4j.core.layout">Rfc5424Layout</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/Logger.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Logger.html" title="class in org.apache.logging.log4j.core">Logger</A> |
| <DD>Returns a String representation of this instance in the form <code>"name:level[ in context_name]"</code>. |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/Interpolator.html" title="class in org.apache.logging.log4j.core.lookup">Interpolator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrSubstitutor.html" title="class in org.apache.logging.log4j.core.lookup">StrSubstitutor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Priority.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Priority.html" title="class in org.apache.logging.log4j.core.net">Priority</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/FormattingInfo.html" title="class in org.apache.logging.log4j.core.pattern">FormattingInfo</A> |
| <DD>Returns a String suitable for debugging. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/PatternFormatter.html" title="class in org.apache.logging.log4j.core.pattern">PatternFormatter</A> |
| <DD>Returns a String suitable for debugging. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/RegexReplacement.html" title="class in org.apache.logging.log4j.core.pattern">RegexReplacement</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/StyleConverter.html" title="class in org.apache.logging.log4j.core.pattern">StyleConverter</A> |
| <DD>Returns a String suitable for debugging. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/BundleResourceLoader.html" title="class in org.apache.logging.log4j.core.util">BundleResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/ClassLoaderResourceLoader.html" title="class in org.apache.logging.log4j.core.util">ClassLoaderResourceLoader</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html#toString()"><B>toString()</B></A> - |
| Method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/KeyValuePair.html" title="class in org.apache.logging.log4j.core.util">KeyValuePair</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Throwables.html#toStringList(java.lang.Throwable)"><B>toStringList(Throwable)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Throwables.html" title="class in org.apache.logging.log4j.core.util">Throwables</A> |
| <DD>Converts a Throwable stack trace into a List of Strings |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html#toVerbosity(java.lang.String)"><B>toVerbosity(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html" title="enum in org.apache.logging.log4j.core.config.status">StatusConfiguration.Verbosity</A> |
| <DD>Parses the verbosity property into an enum. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Patterns.html#toWhitespaceSeparator(java.lang.String)"><B>toWhitespaceSeparator(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Patterns.html" title="class in org.apache.logging.log4j.core.util">Patterns</A> |
| <DD>Creates a pattern string for <code>separator</code> surrounded by whitespace. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Transform.html" title="class in org.apache.logging.log4j.core.util"><B>Transform</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Utility class for transforming strings.<DT><A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html#translateTo(org.apache.logging.log4j.core.async.RingBufferLogEvent, long)"><B>translateTo(RingBufferLogEvent, long)</B></A> - |
| Method in class org.apache.logging.log4j.core.async.<A HREF="./org/apache/logging/log4j/core/async/RingBufferLogEventTranslator.html" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventTranslator</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/TriggeringPolicy.html" title="interface in org.apache.logging.log4j.core.appender.rolling"><B>TriggeringPolicy</B></A> - Interface in <A HREF="./org/apache/logging/log4j/core/appender/rolling/package-summary.html">org.apache.logging.log4j.core.appender.rolling</A><DD>A <code>TriggeringPolicy</code> controls the conditions under which rollover |
| occurs.<DT><A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html#trimMatcher()"><B>trimMatcher()</B></A> - |
| Static method in class org.apache.logging.log4j.core.lookup.<A HREF="./org/apache/logging/log4j/core/lookup/StrMatcher.html" title="class in org.apache.logging.log4j.core.lookup">StrMatcher</A> |
| <DD>Matches the String trim() whitespace characters. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>TrustStoreConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD>Configuration of the TrustStore<DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html#TrustStoreConfiguration(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>TrustStoreConfiguration(String, String, String, String)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfiguration.html" title="class in org.apache.logging.log4j.core.net.ssl">TrustStoreConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl"><B>TrustStoreConfigurationException</B></A> - Exception in <A HREF="./org/apache/logging/log4j/core/net/ssl/package-summary.html">org.apache.logging.log4j.core.net.ssl</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfigurationException.html#TrustStoreConfigurationException(java.lang.Exception)"><B>TrustStoreConfigurationException(Exception)</B></A> - |
| Constructor for exception org.apache.logging.log4j.core.net.ssl.<A HREF="./org/apache/logging/log4j/core/net/ssl/TrustStoreConfigurationException.html" title="class in org.apache.logging.log4j.core.net.ssl">TrustStoreConfigurationException</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html#TTCC_CONVERSION_PATTERN"><B>TTCC_CONVERSION_PATTERN</B></A> - |
| Static variable in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout</A> |
| <DD>A conversion pattern equivalent to the TTCCCLayout. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverter.html" title="interface in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverter</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverter.html" title="type parameter in TypeConverter">T</A>> - Interface in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Interface for doing automatic String conversion to a specific type.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Collection of basic TypeConverter implementations.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigDecimalConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.BigDecimalConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Parses a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><CODE>BigDecimal</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigDecimalConverter.html#TypeConverters.BigDecimalConverter()"><B>TypeConverters.BigDecimalConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigDecimalConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BigDecimalConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigIntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.BigIntegerConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Parses a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigIntegerConverter.html#TypeConverters.BigIntegerConverter()"><B>TypeConverters.BigIntegerConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BigIntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BigIntegerConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BooleanConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.BooleanConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><CODE>Boolean</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BooleanConverter.html#TypeConverters.BooleanConverter()"><B>TypeConverters.BooleanConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.BooleanConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.BooleanConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.ByteArrayConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <code>byte[]</code>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteArrayConverter.html#TypeConverters.ByteArrayConverter()"><B>TypeConverters.ByteArrayConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ByteArrayConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.ByteConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang"><CODE>Byte</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteConverter.html#TypeConverters.ByteConverter()"><B>TypeConverters.ByteConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ByteConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ByteConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharacterConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.CharacterConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang"><CODE>Character</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharacterConverter.html#TypeConverters.CharacterConverter()"><B>TypeConverters.CharacterConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharacterConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharacterConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.CharArrayConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <code>char[]</code>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharArrayConverter.html#TypeConverters.CharArrayConverter()"><B>TypeConverters.CharArrayConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharArrayConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharArrayConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharsetConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.CharsetConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset"><CODE>Charset</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharsetConverter.html#TypeConverters.CharsetConverter()"><B>TypeConverters.CharsetConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.CharsetConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.CharsetConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ClassConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.ClassConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><CODE>Class</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ClassConverter.html#TypeConverters.ClassConverter()"><B>TypeConverters.ClassConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ClassConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ClassConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.DoubleConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.DoubleConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><CODE>Double</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.DoubleConverter.html#TypeConverters.DoubleConverter()"><B>TypeConverters.DoubleConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.DoubleConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.DoubleConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.EnumConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.EnumConverter</B></A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.EnumConverter.html" title="type parameter in TypeConverters.EnumConverter">E</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.EnumConverter.html" title="type parameter in TypeConverters.EnumConverter">E</A>>> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><CODE>Enum</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FileConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.FileConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><CODE>File</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FileConverter.html#TypeConverters.FileConverter()"><B>TypeConverters.FileConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FileConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.FileConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FloatConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.FloatConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><CODE>Float</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FloatConverter.html#TypeConverters.FloatConverter()"><B>TypeConverters.FloatConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.FloatConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.FloatConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.IntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.IntegerConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.IntegerConverter.html#TypeConverters.IntegerConverter()"><B>TypeConverters.IntegerConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.IntegerConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.IntegerConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LevelConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.LevelConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a Log4j <CODE>Level</CODE>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LevelConverter.html#TypeConverters.LevelConverter()"><B>TypeConverters.LevelConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LevelConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.LevelConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LongConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.LongConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang"><CODE>Long</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LongConverter.html#TypeConverters.LongConverter()"><B>TypeConverters.LongConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.LongConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.LongConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.PatternConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.PatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex"><CODE>Pattern</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.PatternConverter.html#TypeConverters.PatternConverter()"><B>TypeConverters.PatternConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.PatternConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.PatternConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.SecurityProviderConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.SecurityProviderConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html?is-external=true" title="class or interface in java.util.regex"><CODE>Pattern</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.SecurityProviderConverter.html#TypeConverters.SecurityProviderConverter()"><B>TypeConverters.SecurityProviderConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.SecurityProviderConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.SecurityProviderConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ShortConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.ShortConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang"><CODE>Short</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ShortConverter.html#TypeConverters.ShortConverter()"><B>TypeConverters.ShortConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.ShortConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.ShortConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.StringConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.StringConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Returns the given <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>, no conversion takes place.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.StringConverter.html#TypeConverters.StringConverter()"><B>TypeConverters.StringConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.StringConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.StringConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UriConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.UriConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><CODE>URI</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UriConverter.html#TypeConverters.UriConverter()"><B>TypeConverters.UriConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UriConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.UriConverter</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UrlConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util"><B>TypeConverters.UrlConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/plugins/util/package-summary.html">org.apache.logging.log4j.core.config.plugins.util</A><DD>Converts a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A> into a <A HREF="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><CODE>URL</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UrlConverter.html#TypeConverters.UrlConverter()"><B>TypeConverters.UrlConverter()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/TypeConverters.UrlConverter.html" title="class in org.apache.logging.log4j.core.config.plugins.util">TypeConverters.UrlConverter</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_U_"><!-- --></A><H2> |
| <B>U</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server"><B>UdpSocketServer</B></A><<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="type parameter in UdpSocketServer">T</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Listens for events over a socket connection.<DT><A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html#UdpSocketServer(int, org.apache.logging.log4j.core.net.server.LogEventBridge)"><B>UdpSocketServer(int, LogEventBridge<T>)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/UdpSocketServer.html" title="class in org.apache.logging.log4j.core.net.server">UdpSocketServer</A> |
| <DD>Constructor. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html#unadvertise(java.lang.Object)"><B>unadvertise(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.<A HREF="./org/apache/logging/log4j/core/config/DefaultAdvertiser.html" title="class in org.apache.logging.log4j.core.config">DefaultAdvertiser</A> |
| <DD>Does nothing |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Advertiser.html#unadvertise(java.lang.Object)"><B>unadvertise(Object)</B></A> - |
| Method in interface org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Advertiser.html" title="interface in org.apache.logging.log4j.core.net">Advertiser</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html#unadvertise(java.lang.Object)"><B>unadvertise(Object)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/MulticastDnsAdvertiser.html" title="class in org.apache.logging.log4j.core.net">MulticastDnsAdvertiser</A> |
| <DD>Unadvertise the previously advertised entity |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html#unmarshal(java.lang.String)"><B>unmarshal(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/InputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">InputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#unregisterLoggerContext(java.lang.String)"><B>unregisterLoggerContext(String)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>Unregisters all MBeans associated with the specified logger context |
| (including MBeans for <code>LoggerConfig</code>s and <code>Appender</code>s from |
| the platform MBean server. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#unregisterLoggerContext(java.lang.String, javax.management.MBeanServer)"><B>unregisterLoggerContext(String, MBeanServer)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>Unregisters all MBeans associated with the specified logger context |
| (including MBeans for <code>LoggerConfig</code>s and <code>Appender</code>s from |
| the platform MBean server. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#unregisterMBeans()"><B>unregisterMBeans()</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>Unregister all log4j MBeans from the platform MBean server. |
| <DT><A HREF="./org/apache/logging/log4j/core/jmx/Server.html#unregisterMBeans(javax.management.MBeanServer)"><B>unregisterMBeans(MBeanServer)</B></A> - |
| Static method in class org.apache.logging.log4j.core.jmx.<A HREF="./org/apache/logging/log4j/core/jmx/Server.html" title="class in org.apache.logging.log4j.core.jmx">Server</A> |
| <DD>Unregister all log4j MBeans from the specified MBean server. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#updateLoggers()"><B>updateLoggers()</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Cause all Loggers to be updated against the current Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/LoggerContext.html#updateLoggers(org.apache.logging.log4j.core.config.Configuration)"><B>updateLoggers(Configuration)</B></A> - |
| Method in class org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LoggerContext.html" title="class in org.apache.logging.log4j.core">LoggerContext</A> |
| <DD>Cause all Logger to be updated against the specified Configuration. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html#updateTime()"><B>updateTime()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/PatternProcessor.html" title="class in org.apache.logging.log4j.core.appender.rolling">PatternProcessor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Charsets.html#UTF_8"><B>UTF_8</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Charsets.html" title="class in org.apache.logging.log4j.core.util">Charsets</A> |
| <DD>UTF-8 Charset. |
| <DT><A HREF="./org/apache/logging/log4j/core/util/UuidUtil.html#UUID_SEQUENCE"><B>UUID_SEQUENCE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/UuidUtil.html" title="class in org.apache.logging.log4j.core.util">UuidUtil</A> |
| <DD>System property that may be used to seed the UUID generation with an integer value. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/UuidPatternConverter.html" title="class in org.apache.logging.log4j.core.pattern"><B>UuidPatternConverter</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/pattern/package-summary.html">org.apache.logging.log4j.core.pattern</A><DD>Formats the event sequence number.<DT><A HREF="./org/apache/logging/log4j/core/util/UuidUtil.html" title="class in org.apache.logging.log4j.core.util"><B>UuidUtil</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/util/package-summary.html">org.apache.logging.log4j.core.util</A><DD>Generates a unique ID.</DL> |
| <HR> |
| <A NAME="_V_"><!-- --></A><H2> |
| <B>V</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.Target.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.Target.html" title="enum in org.apache.logging.log4j.core.appender">ConsoleAppender.Target</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html" title="enum in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy.Mode</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverFrequency.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverFrequency.html" title="enum in org.apache.logging.log4j.core.appender.rolling">RolloverFrequency</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html" title="enum in org.apache.logging.log4j.core.config.status">StatusConfiguration.Verbosity</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/Filter.Result.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.Result.html" title="enum in org.apache.logging.log4j.core">Filter.Result</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout">HtmlLayout.FontSize</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycle.State.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.State.html" title="enum in org.apache.logging.log4j.core">LifeCycle.State</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/LifeCycleState.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycleState.html" title="enum in org.apache.logging.log4j.core">LifeCycleState</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Facility.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Protocol.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Protocol.html" title="enum in org.apache.logging.log4j.core.net">Protocol</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/Severity.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net">Severity</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</A> |
| <DD>Returns the enum constant of this type with the specified name. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.Target.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/ConsoleAppender.Target.html" title="enum in org.apache.logging.log4j.core.appender">ConsoleAppender.Target</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/core/appender/rewrite/MapRewritePolicy.Mode.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.rewrite.<A HREF="./org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html" title="enum in org.apache.logging.log4j.core.appender.rewrite">MapRewritePolicy.Mode</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/core/appender/rolling/RolloverFrequency.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RolloverFrequency.html" title="enum in org.apache.logging.log4j.core.appender.rolling">RolloverFrequency</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/core/config/status/StatusConfiguration.Verbosity.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.Verbosity.html" title="enum in org.apache.logging.log4j.core.config.status">StatusConfiguration.Verbosity</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/core/Filter.Result.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/Filter.Result.html" title="enum in org.apache.logging.log4j.core">Filter.Result</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/core/layout/HtmlLayout.FontSize.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.FontSize.html" title="enum in org.apache.logging.log4j.core.layout">HtmlLayout.FontSize</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/core/LifeCycle.State.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycle.State.html" title="enum in org.apache.logging.log4j.core">LifeCycle.State</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/core/LifeCycleState.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.<A HREF="./org/apache/logging/log4j/core/LifeCycleState.html" title="enum in org.apache.logging.log4j.core">LifeCycleState</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/core/net/Facility.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Facility.html" title="enum in org.apache.logging.log4j.core.net">Facility</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/core/net/Protocol.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Protocol.html" title="enum in org.apache.logging.log4j.core.net">Protocol</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/core/net/Severity.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/Severity.html" title="enum in org.apache.logging.log4j.core.net">Severity</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/core/pattern/AnsiEscape.html#values()"><B>values()</B></A> - |
| Static method in enum org.apache.logging.log4j.core.pattern.<A HREF="./org/apache/logging/log4j/core/pattern/AnsiEscape.html" title="enum in org.apache.logging.log4j.core.pattern">AnsiEscape</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/core/config/plugins/visitors/PluginAttributeVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginAttributeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginBuilderAttributeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginConfigurationVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginConfigurationVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginConfigurationVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginElementVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginElementVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginElementVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginNodeVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginNodeVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginNodeVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginValueVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginValueVisitor.html" title="class in org.apache.logging.log4j.core.config.plugins.visitors">PluginValueVisitor</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html#visit(org.apache.logging.log4j.core.config.Configuration, org.apache.logging.log4j.core.config.Node, org.apache.logging.log4j.core.LogEvent, java.lang.StringBuilder)"><B>visit(Configuration, Node, LogEvent, StringBuilder)</B></A> - |
| Method in interface org.apache.logging.log4j.core.config.plugins.visitors.<A HREF="./org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitor.html" title="interface in org.apache.logging.log4j.core.config.plugins.visitors">PluginVisitor</A> |
| <DD>Visits a Node to obtain a value for constructing a Plugin object. |
| </DL> |
| <HR> |
| <A NAME="_W_"><!-- --></A><H2> |
| <B>W</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/util/Patterns.html#WHITESPACE"><B>WHITESPACE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.util.<A HREF="./org/apache/logging/log4j/core/util/Patterns.html" title="class in org.apache.logging.log4j.core.util">Patterns</A> |
| <DD>The whitespace pattern string. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withAlwaysWriteExceptions(boolean)"><B>withAlwaysWriteExceptions(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withCharset(java.nio.charset.Charset)"><B>withCharset(Charset)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withCharset(java.nio.charset.Charset)"><B>withCharset(Charset)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html#withConfiguration(org.apache.logging.log4j.core.config.Configuration)"><B>withConfiguration(Configuration)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginBuilder</A> |
| <DD>Specifies the Configuration to use for constructing the plugin instance. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withConfiguration(org.apache.logging.log4j.core.config.Configuration)"><B>withConfiguration(Configuration)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html#withConfigurationNode(org.apache.logging.log4j.core.config.Node)"><B>withConfigurationNode(Node)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.util.<A HREF="./org/apache/logging/log4j/core/config/plugins/util/PluginBuilder.html" title="class in org.apache.logging.log4j.core.config.plugins.util">PluginBuilder</A> |
| <DD>Specifies the Node corresponding to the plugin object that will be created. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withContentType(java.lang.String)"><B>withContentType(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#withDestination(java.lang.String)"><B>withDestination(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Specifies the destination for StatusLogger events. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withFontName(java.lang.String)"><B>withFontName(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withFontSize(org.apache.logging.log4j.core.layout.HtmlLayout.FontSize)"><B>withFontSize(HtmlLayout.FontSize)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withFooter(java.lang.String)"><B>withFooter(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withHeader(java.lang.String)"><B>withHeader(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withLocationInfo(boolean)"><B>withLocationInfo(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withNoConsoleNoAnsi(boolean)"><B>withNoConsoleNoAnsi(boolean)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withPattern(java.lang.String)"><B>withPattern(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html#withRegexReplacement(org.apache.logging.log4j.core.pattern.RegexReplacement)"><B>withRegexReplacement(RegexReplacement)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/PatternLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">PatternLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#withStatus(java.lang.String)"><B>withStatus(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Specifies the logging level by name to use for filtering StatusLogger messages. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#withStatus(org.apache.logging.log4j.Level)"><B>withStatus(Level)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Specifies the logging level to use for filtering StatusLogger messages. |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html#withTitle(java.lang.String)"><B>withTitle(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/HtmlLayout.Builder.html" title="class in org.apache.logging.log4j.core.layout">HtmlLayout.Builder</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#withVerboseClasses(java.lang.String...)"><B>withVerboseClasses(String...)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Specifies which class names to filter if the configured verbosity level is QUIET. |
| <DT><A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html#withVerbosity(java.lang.String)"><B>withVerbosity(String)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.status.<A HREF="./org/apache/logging/log4j/core/config/status/StatusConfiguration.html" title="class in org.apache.logging.log4j.core.config.status">StatusConfiguration</A> |
| <DD>Specifies the verbosity level to log at. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html#wrapStream(java.io.InputStream)"><B>wrapStream(InputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/AbstractLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">AbstractLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html#wrapStream(java.io.InputStream)"><B>wrapStream(InputStream)</B></A> - |
| Method in interface org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/LogEventBridge.html" title="interface in org.apache.logging.log4j.core.net.server">LogEventBridge</A> |
| <DD>Wraps the given stream if needed. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html#wrapStream(java.io.InputStream)"><B>wrapStream(InputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/ObjectInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">ObjectInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#write(org.apache.logging.log4j.core.LogEvent)"><B>write(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>This method manages buffering and writing of events. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/FileManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/FileManager.html" title="class in org.apache.logging.log4j.core.appender">FileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Some output streams synchronize writes while others do not. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#write(byte[])"><B>write(byte[])</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Some output streams synchronize writes while others do not. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/RandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender">RandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.rolling.<A HREF="./org/apache/logging/log4j/core/appender/rolling/RollingRandomAccessFileManager.html" title="class in org.apache.logging.log4j.core.appender.rolling">RollingRandomAccessFileManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#write(int)"><B>write(int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html#write(byte[])"><B>write(byte[])</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/DatagramOutputStream.html" title="class in org.apache.logging.log4j.core.net">DatagramOutputStream</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/TcpSocketManager.html" title="class in org.apache.logging.log4j.core.net">TcpSocketManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#writeBuffer(org.apache.logging.log4j.core.LogEvent[], org.apache.logging.log4j.core.LogEvent, org.apache.logging.log4j.core.Layout, java.io.OutputStream)"><B>writeBuffer(LogEvent[], LogEvent, Layout<?>, OutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html#writeCache(java.io.OutputStream)"><B>writeCache(OutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.config.plugins.processor.<A HREF="./org/apache/logging/log4j/core/config/plugins/processor/PluginCache.html" title="class in org.apache.logging.log4j.core.config.plugins.processor">PluginCache</A> |
| <DD>Stores the plugin cache to a given OutputStream. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html#writeFooter()"><B>writeFooter()</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.<A HREF="./org/apache/logging/log4j/core/appender/OutputStreamManager.html" title="class in org.apache.logging.log4j.core.appender">OutputStreamManager</A> |
| <DD>Writes the footer. |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#writeFooter(org.apache.logging.log4j.core.Layout, java.io.OutputStream)"><B>writeFooter(Layout<?>, OutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html#writeHeader(org.apache.logging.log4j.core.Layout, java.io.OutputStream)"><B>writeHeader(Layout<?>, OutputStream)</B></A> - |
| Method in class org.apache.logging.log4j.core.net.<A HREF="./org/apache/logging/log4j/core/net/SmtpManager.html" title="class in org.apache.logging.log4j.core.net">SmtpManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html#writeInternal(org.apache.logging.log4j.core.LogEvent)"><B>writeInternal(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.<A HREF="./org/apache/logging/log4j/core/appender/db/AbstractDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db">AbstractDatabaseManager</A> |
| <DD>Performs the actual writing of the event in an implementation-specific way. |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html#writeInternal(org.apache.logging.log4j.core.LogEvent)"><B>writeInternal(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jdbc.<A HREF="./org/apache/logging/log4j/core/appender/db/jdbc/JdbcDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jdbc">JdbcDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html#writeInternal(org.apache.logging.log4j.core.LogEvent)"><B>writeInternal(LogEvent)</B></A> - |
| Method in class org.apache.logging.log4j.core.appender.db.jpa.<A HREF="./org/apache/logging/log4j/core/appender/db/jpa/JpaDatabaseManager.html" title="class in org.apache.logging.log4j.core.appender.db.jpa">JpaDatabaseManager</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html#writeReplace()"><B>writeReplace()</B></A> - |
| Method in class org.apache.logging.log4j.core.impl.<A HREF="./org/apache/logging/log4j/core/impl/Log4jLogEvent.html" title="class in org.apache.logging.log4j.core.impl">Log4jLogEvent</A> |
| <DD>Creates a LogEventProxy that can be serialized. |
| </DL> |
| <HR> |
| <A NAME="_X_"><!-- --></A><H2> |
| <B>X</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#XML_NAMESPACE"><B>XML_NAMESPACE</B></A> - |
| Static variable in class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html" title="class in org.apache.logging.log4j.core.config.xml"><B>XmlConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/xml/package-summary.html">org.apache.logging.log4j.core.config.xml</A><DD>Creates a Node hierarchy from an XML file.<DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html#XmlConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>XmlConfiguration(ConfigurationSource)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfiguration.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.xml"><B>XmlConfigurationFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/xml/package-summary.html">org.apache.logging.log4j.core.config.xml</A><DD>Factory to construct an XmlConfiguration.<DT><A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html#XmlConfigurationFactory()"><B>XmlConfigurationFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.xml.<A HREF="./org/apache/logging/log4j/core/config/xml/XmlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.xml">XmlConfigurationFactory</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson"><B>XmlConstants</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/jackson/package-summary.html">org.apache.logging.log4j.core.jackson</A><DD>Keeps constants separate from any class that may depend on third party jars.<DT><A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html#XmlConstants()"><B>XmlConstants()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.jackson.<A HREF="./org/apache/logging/log4j/core/jackson/XmlConstants.html" title="class in org.apache.logging.log4j.core.jackson">XmlConstants</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server"><B>XmlInputStreamLogEventBridge</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/net/server/package-summary.html">org.apache.logging.log4j.core.net.server</A><DD>Reads and logs <A HREF="./org/apache/logging/log4j/core/LogEvent.html" title="interface in org.apache.logging.log4j.core"><CODE>LogEvent</CODE></A>s from an <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>.<DT><A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html#XmlInputStreamLogEventBridge()"><B>XmlInputStreamLogEventBridge()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">XmlInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html#XmlInputStreamLogEventBridge(int, java.nio.charset.Charset)"><B>XmlInputStreamLogEventBridge(int, Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.net.server.<A HREF="./org/apache/logging/log4j/core/net/server/XmlInputStreamLogEventBridge.html" title="class in org.apache.logging.log4j.core.net.server">XmlInputStreamLogEventBridge</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout"><B>XmlLayout</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/layout/package-summary.html">org.apache.logging.log4j.core.layout</A><DD>Appends a series of <code>event</code> elements as defined in the <a href="./org/apache/logging/log4j/core/layout/log4j.dtd">log4j.dtd</a>.<DT><A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html#XmlLayout(boolean, boolean, boolean, boolean, java.nio.charset.Charset)"><B>XmlLayout(boolean, boolean, boolean, boolean, Charset)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.layout.<A HREF="./org/apache/logging/log4j/core/layout/XmlLayout.html" title="class in org.apache.logging.log4j.core.layout">XmlLayout</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_Y_"><!-- --></A><H2> |
| <B>Y</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfiguration.html" title="class in org.apache.logging.log4j.core.config.yaml"><B>YamlConfiguration</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/yaml/package-summary.html">org.apache.logging.log4j.core.config.yaml</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfiguration.html#YamlConfiguration(org.apache.logging.log4j.core.config.ConfigurationSource)"><B>YamlConfiguration(ConfigurationSource)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfiguration.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfiguration</A> |
| <DD> |
| <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.yaml"><B>YamlConfigurationFactory</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/config/yaml/package-summary.html">org.apache.logging.log4j.core.config.yaml</A><DD> <DT><A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html#YamlConfigurationFactory()"><B>YamlConfigurationFactory()</B></A> - |
| Constructor for class org.apache.logging.log4j.core.config.yaml.<A HREF="./org/apache/logging/log4j/core/config/yaml/YamlConfigurationFactory.html" title="class in org.apache.logging.log4j.core.config.yaml">YamlConfigurationFactory</A> |
| <DD> |
| </DL> |
| <HR> |
| <A NAME="_Z_"><!-- --></A><H2> |
| <B>Z</B></H2> |
| <DL> |
| <DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action"><B>ZipCompressAction</B></A> - Class in <A HREF="./org/apache/logging/log4j/core/appender/rolling/action/package-summary.html">org.apache.logging.log4j.core.appender.rolling.action</A><DD>Compresses a file using Zip compression.<DT><A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html#ZipCompressAction(java.io.File, java.io.File, boolean, int)"><B>ZipCompressAction(File, File, boolean, int)</B></A> - |
| Constructor for class org.apache.logging.log4j.core.appender.rolling.action.<A HREF="./org/apache/logging/log4j/core/appender/rolling/action/ZipCompressAction.html" title="class in org.apache.logging.log4j.core.appender.rolling.action">ZipCompressAction</A> |
| <DD>Create new instance of GzCompressAction. |
| </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="#_J_">J</A> <A HREF="#_K_">K</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="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</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> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> |
| <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 © 1999-2014 <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> |