| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!--NewPage--> |
| <HTML> |
| <HEAD> |
| <!-- Generated by javadoc (build 1.6.0_65) on Sun Feb 22 15:33:39 MST 2015 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Logger (Apache Log4j API 2.2 API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2015-02-22"> |
| |
| <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="Logger (Apache Log4j API 2.2 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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Logger.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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"> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><B>PREV CLASS</B></A> |
| <A HREF="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><B>NEXT CLASS</B></A></FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="Logger.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> |
| <TR> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_top"></A> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <HR> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <H2> |
| <FONT SIZE="-1"> |
| org.apache.logging.log4j</FONT> |
| <BR> |
| Interface Logger</H2> |
| <DL> |
| <DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</A></DD> |
| </DL> |
| <DL> |
| <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>, <A HREF="../../../../org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</A>, <A HREF="../../../../org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</A>, <A HREF="../../../../org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</A></DD> |
| </DL> |
| <HR> |
| <DL> |
| <DT><PRE>public interface <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.46"><B>Logger</B></A></DL> |
| </PRE> |
| |
| <P> |
| This is the central interface in the log4j package. Most logging operations, except configuration, are done through |
| this interface. |
| |
| <p> |
| The canonical way to obtain a Logger for a class is through <A HREF="../../../../org/apache/logging/log4j/LogManager.html#getLogger()"><CODE>LogManager.getLogger()</CODE></A>. Typically, each class |
| gets its own Logger named after its fully qualified class name (the default Logger name when obtained through the |
| <A HREF="../../../../org/apache/logging/log4j/LogManager.html#getLogger()"><CODE>LogManager.getLogger()</CODE></A> method). Thus, the simplest way to use this would be like so: |
| </p> |
| <pre> |
| public class MyClass { |
| private static final Logger LOGGER = LogManager.getLogger(); |
| // ... |
| } |
| </pre> |
| <p> |
| For ease of filtering, searching, sorting, etc., it is generally a good idea to create Loggers for each class rather |
| than sharing Loggers. Instead, <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j"><CODE>Markers</CODE></A> should be used for shared, filterable identification. |
| </p> |
| <p> |
| For service provider implementations, it is recommended to extend the |
| <A HREF="../../../../org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi"><CODE>AbstractLogger</CODE></A> class rather than implementing this interface directly. |
| </p> |
| <P> |
| |
| <P> |
| <HR> |
| |
| <P> |
| |
| <!-- ========== METHOD SUMMARY =========== --> |
| |
| <A NAME="method_summary"><!-- --></A> |
| <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
| <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
| <B>Method Summary</B></FONT></TH> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level, java.lang.Throwable)">catching</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs an exception or error that has been caught to a specific logging level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)">catching</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs an exception or error that has been caught.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)">debug</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object)">debug</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object, java.lang.Throwable)">debug</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)">debug</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Object...)">debug</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Throwable)">debug</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#entry()">entry</A></B>()</CODE> |
| |
| <BR> |
| Logs entry to a method.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)">entry</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs entry to a method along with its parameters.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message, java.lang.Throwable)">error</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object)">error</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object, java.lang.Throwable)">error</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String)">error</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Object...)">error</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Throwable)">error</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#exit()">exit</A></B>()</CODE> |
| |
| <BR> |
| Logs exit from a method.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> |
| <TR ALIGN="right" VALIGN=""> |
| <TD NOWRAP><FONT SIZE="-1"> |
| <CODE><R> R</CODE></FONT></TD> |
| </TR> |
| </TABLE> |
| </CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#exit(R)">exit</A></B>(R result)</CODE> |
| |
| <BR> |
| Logs exiting from a method with the result.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)">fatal</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object)">fatal</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object, java.lang.Throwable)">fatal</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String)">fatal</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Object...)">fatal</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Throwable)">fatal</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getLevel()">getLevel</A></B>()</CODE> |
| |
| <BR> |
| Gets the Level associated with the Logger.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> <A HREF="../../../../org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()">getMessageFactory</A></B>()</CODE> |
| |
| <BR> |
| Gets the message factory used to convert message Objects and Strings into actual log Messages.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getName()">getName</A></B>()</CODE> |
| |
| <BR> |
| Gets the logger name.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object, java.lang.Throwable)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Object...)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Throwable)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled()">isDebugEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the the given Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)">isEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this logger is enabled at the specified level and an optional Marker.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled()">isErrorEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled()">isFatalEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled()">isInfoEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled()">isTraceEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled()">isWarnEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">printf</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a formatted message using the specified format string and arguments.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">printf</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a formatted message using the specified format string and arguments.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> |
| <TR ALIGN="right" VALIGN=""> |
| <TD NOWRAP><FONT SIZE="-1"> |
| <CODE><T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> |
| <BR> |
| T</CODE></FONT></TD> |
| </TR> |
| </TABLE> |
| </CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level, T)">throwing</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| T t)</CODE> |
| |
| <BR> |
| Logs an exception or error to be thrown.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> |
| <TR ALIGN="right" VALIGN=""> |
| <TD NOWRAP><FONT SIZE="-1"> |
| <CODE><T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> |
| <BR> |
| T</CODE></FONT></TD> |
| </TR> |
| </TABLE> |
| </CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#throwing(T)">throwing</A></B>(T t)</CODE> |
| |
| <BR> |
| Logs an exception or error to be thrown.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object, java.lang.Throwable)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Object...)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Throwable)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object, java.lang.Throwable)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Object...)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Throwable)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| </TABLE> |
| |
| <P> |
| |
| <!-- ============ METHOD DETAIL ========== --> |
| |
| <A NAME="method_detail"><!-- --></A> |
| <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
| <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> |
| <B>Method Detail</B></FONT></TH> |
| </TR> |
| </TABLE> |
| |
| <A NAME="catching(org.apache.logging.log4j.Level, java.lang.Throwable)"><!-- --></A><H3> |
| catching</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.54"><B>catching</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs an exception or error that has been caught to a specific logging level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>t</CODE> - The Throwable.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="catching(java.lang.Throwable)"><!-- --></A><H3> |
| catching</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.64"><B>catching</B></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">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs an exception or error that has been caught. Normally, one may wish to provide additional information with |
| an exception while logging it; in these cases, one would not use this method. In other cases where simply |
| logging the fact that an exception was swallowed somewhere (e.g., at the top of the stack trace in a |
| <code>main()</code> method), this method is ideal for it. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>t</CODE> - The Throwable.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.72"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.81"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.89"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.99"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.107"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.117"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.127"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.134"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.142"><B>debug</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(java.lang.Object)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.149"><B>debug</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.158"><B>debug</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(java.lang.String)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.165"><B>debug</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.174"><B>debug</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="debug(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| debug</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.183"><B>debug</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="entry()"><!-- --></A><H3> |
| entry</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.189"><B>entry</B></A>()</PRE> |
| <DL> |
| <DD>Logs entry to a method. Used when the method in question has no parameters or when the parameters should not be |
| logged. |
| <P> |
| <DD><DL> |
| </DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="entry(java.lang.Object...)"><!-- --></A><H3> |
| entry</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.208"><B>entry</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs entry to a method along with its parameters. For example, |
| <pre> |
| public void doSomething(String foo, int bar) { |
| LOGGER.entry(foo, bar); |
| // do something |
| } |
| </pre> |
| <p>The use of methods such as this are more effective when combined with aspect-oriented programming or other |
| bytecode manipulation tools. It can be rather tedious (and messy) to use this type of method manually.</p> |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>params</CODE> - The parameters to the method. |
| TODO Use of varargs results in array creation which can be a substantial portion of no-op case. LogMF/LogSF |
| provides several overrides to avoid vararg except in edge cases. (RG) LogMF and LogSF implement these in |
| LogXF which calls logger.callAppenders. callAppenders is part of the implementation and cannot be used by |
| the API. Adding more methods here and in AbstractLogger is sufficient.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.216"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.225"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.233"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.243"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.251"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.266"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) I assume you meant error, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature. Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.276"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.283"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.291"><B>error</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(java.lang.Object)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.298"><B>error</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.307"><B>error</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(java.lang.String)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.314"><B>error</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.328"><B>error</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) I assume you meant error, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature. Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="error(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| error</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.337"><B>error</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="exit()"><!-- --></A><H3> |
| exit</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.342"><B>exit</B></A>()</PRE> |
| <DL> |
| <DD>Logs exit from a method. Used for methods that do not return anything. |
| <P> |
| <DD><DL> |
| </DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="exit(java.lang.Object)"><!-- --></A><A NAME="exit(R)"><!-- --></A><H3> |
| exit</H3> |
| <PRE> |
| <R> R <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.354"><B>exit</B></A>(R result)</PRE> |
| <DL> |
| <DD>Logs exiting from a method with the result. This may be coded as: |
| <pre> |
| return LOGGER.exit(myResult); |
| </pre> |
| <P> |
| <DD><DL> |
| <DT><B>Type Parameters:</B><DD><CODE>R</CODE> - The type of the parameter and object being returned.<DT><B>Parameters:</B><DD><CODE>result</CODE> - The result being returned from the method call. |
| <DT><B>Returns:</B><DD>the result.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.362"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.371"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.379"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.389"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.397"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.412"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement.<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call.(RG) I assume you meant fatal, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature. Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.422"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement.<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.429"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.437"><B>fatal</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(java.lang.Object)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.444"><B>fatal</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.453"><B>fatal</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(java.lang.String)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.460"><B>fatal</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.474"><B>fatal</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call.(RG) I assume you meant fatal, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature. Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="fatal(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| fatal</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.483"><B>fatal</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="getLevel()"><!-- --></A><H3> |
| getLevel</H3> |
| <PRE> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.490"><B>getLevel</B></A>()</PRE> |
| <DL> |
| <DD>Gets the Level associated with the Logger. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>the Level associate with the Logger.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="getMessageFactory()"><!-- --></A><H3> |
| getMessageFactory</H3> |
| <PRE> |
| <A HREF="../../../../org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</A> <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.497"><B>getMessageFactory</B></A>()</PRE> |
| <DL> |
| <DD>Gets the message factory used to convert message Objects and Strings into actual log Messages. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>the message factory.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="getName()"><!-- --></A><H3> |
| getName</H3> |
| <PRE> |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.504"><B>getName</B></A>()</PRE> |
| <DL> |
| <DD>Gets the logger name. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>the logger name.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.512"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.521"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.529"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.539"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.547"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.561"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) It isn't possible to be misinterpreted as the previous method |
| is for that signature. Methods should be added to avoid varargs for 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.571"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.578"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.586"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(java.lang.Object)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.593"><B>info</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.602"><B>info</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(java.lang.String)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.609"><B>info</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.622"><B>info</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) It isn't possible to be misinterpreted as the previous method |
| is for that signature. Methods should be added to avoid varargs for 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.631"><B>info</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isDebugEnabled()"><!-- --></A><H3> |
| isDebugEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.638"><B>isDebugEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level DEBUG, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isDebugEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isDebugEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.646"><B>isDebugEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level DEBUG, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isEnabled(org.apache.logging.log4j.Level)"><!-- --></A><H3> |
| isEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.657"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the the given Level. |
| <p> |
| Note that passing in <A HREF="../../../../org/apache/logging/log4j/Level.html#OFF"><CODE>OFF</CODE></A> always returns <code>true</code>. |
| </p> |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the level to check |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.667"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this logger is enabled at the specified level and an optional Marker. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The Level to check.<DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isErrorEnabled()"><!-- --></A><H3> |
| isErrorEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.675"><B>isErrorEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isErrorEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isErrorEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.684"><B>isErrorEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isFatalEnabled()"><!-- --></A><H3> |
| isFatalEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.692"><B>isFatalEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isFatalEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isFatalEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.701"><B>isFatalEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isInfoEnabled()"><!-- --></A><H3> |
| isInfoEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.708"><B>isInfoEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level INFO, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isInfoEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isInfoEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.716"><B>isInfoEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level INFO, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isTraceEnabled()"><!-- --></A><H3> |
| isTraceEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.723"><B>isTraceEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level TRACE, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isTraceEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isTraceEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.731"><B>isTraceEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level TRACE, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isWarnEnabled()"><!-- --></A><H3> |
| isWarnEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.739"><B>isWarnEnabled</B></A>()</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isWarnEnabled(org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isWarnEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.748"><B>isWarnEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.757"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.767"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.776"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.787"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.796"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.807"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.818"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.826"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.835"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.Object)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.843"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.853"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.String)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.861"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.871"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.881"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="printf(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| printf</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.891"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a formatted message using the specified format string and arguments. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>format</CODE> - The format String.<DD><CODE>params</CODE> - Arguments specified by the format.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| printf</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.900"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a formatted message using the specified format string and arguments. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>format</CODE> - The format String.<DD><CODE>params</CODE> - Arguments specified by the format.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="throwing(org.apache.logging.log4j.Level,java.lang.Throwable)"><!-- --></A><A NAME="throwing(org.apache.logging.log4j.Level, T)"><!-- --></A><H3> |
| throwing</H3> |
| <PRE> |
| <T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> T <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.913"><B>throwing</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| T t)</PRE> |
| <DL> |
| <DD>Logs an exception or error to be thrown. This may be coded as: |
| <pre> |
| throw logger.throwing(Level.DEBUG, myException); |
| </pre> |
| <P> |
| <DD><DL> |
| <DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the Throwable type.<DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>t</CODE> - The Throwable. |
| <DT><B>Returns:</B><DD>the Throwable.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="throwing(java.lang.Throwable)"><!-- --></A><A NAME="throwing(T)"><!-- --></A><H3> |
| throwing</H3> |
| <PRE> |
| <T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> T <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.925"><B>throwing</B></A>(T t)</PRE> |
| <DL> |
| <DD>Logs an exception or error to be thrown. This may be coded as: |
| <pre> |
| throw logger.throwing(myException); |
| </pre> |
| <P> |
| <DD><DL> |
| <DT><B>Type Parameters:</B><DD><CODE>T</CODE> - the Throwable type.<DT><B>Parameters:</B><DD><CODE>t</CODE> - The Throwable. |
| <DT><B>Returns:</B><DD>the Throwable.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.933"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.942"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.950"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.961"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.969"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.979"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.990"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.997"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1005"><B>trace</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(java.lang.Object)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1012"><B>trace</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1022"><B>trace</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(java.lang.String)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1029"><B>trace</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1038"><B>trace</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="trace(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1048"><B>trace</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1056"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1065"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1073"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1083"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1091"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1106"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) I assume you meant warn, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature.Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1116"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1123"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1131"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(java.lang.Object)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1138"><B>warn</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1147"><B>warn</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(java.lang.String)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1154"><B>warn</B></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">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message string to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1168"><B>warn</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>TODO Likely to misinterpret existing log4j client code that intended to call info(Object,Throwable). Incurs |
| array creation expense on every call. (RG) I assume you meant warn, not info. It isn't possible to be |
| misinterpreted as the previous method is for that signature.Methods should be added to avoid varargs for |
| 1, 2 or 3 parameters.</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="warn(java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| warn</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1177"><B>warn</B></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">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <HR> |
| |
| |
| <!-- ======= 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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Logger.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </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"> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><B>PREV CLASS</B></A> |
| <A HREF="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><B>NEXT CLASS</B></A></FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="Logger.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> |
| <TR> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_bottom"></A> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| |
| <HR> |
| <p align="center">Copyright © 1999-2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.<br /> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p> |
| </BODY> |
| </HTML> |