| <!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_51) on Wed Jul 10 14:48:35 PDT 2013 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Logger (Apache Log4j API 2.0-beta8 API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2013-07-10"> |
| |
| <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> |
| |
| <SCRIPT type="text/javascript"> |
| function windowTitle() |
| { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Logger (Apache Log4j API 2.0-beta8 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="enum 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 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/AbstractLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerWrapper</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.27"><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> |
| |
| <P> |
| <DL> |
| <DT><B>Troublesome:</B></DT> |
| <DD>See LOG4J2-16.</DD> |
| </DL> |
| <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="enum 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.</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.</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/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 TRACE 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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="enum 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.34"><B>catching</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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. |
| <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.40"><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. |
| <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.48"><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.57"><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.65"><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.75"><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.83"><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.93"><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.103"><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.110"><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.118"><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.125"><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.134"><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.141"><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 object 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.149"><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.158"><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.163"><B>entry</B></A>()</PRE> |
| <DL> |
| <DD>Logs entry to a method. |
| <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.174"><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. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>params</CODE> - The parameters to the method.<DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.182"><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.191"><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.199"><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.209"><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.217"><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.231"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.241"><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.248"><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.256"><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.263"><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.272"><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.279"><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 object 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.293"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.302"><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.307"><B>exit</B></A>()</PRE> |
| <DL> |
| <DD>Logs exit from a method. |
| <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.316"><B>exit</B></A>(R result)</PRE> |
| <DL> |
| <DD>Logs exiting from a method with the result. This may be coded as <br /> |
| return logger.exit(myResult); |
| <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.324"><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.333"><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.341"><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.351"><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.359"><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.374"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.384"><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.391"><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.399"><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.406"><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.415"><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.422"><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 object 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.436"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.445"><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="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.452"><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.459"><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.467"><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.476"><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.484"><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.494"><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.502"><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.517"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.527"><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.534"><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 TRACE 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.542"><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.549"><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.558"><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.565"><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 object 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.579"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.588"><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.596"><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.604"><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.614"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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="isErrorEnabled()"><!-- --></A><H3> |
| isErrorEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.622"><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.631"><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.639"><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.648"><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.656"><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.665"><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.673"><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.682"><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.690"><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.699"><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="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.708"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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="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.717"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.727"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.736"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.747"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.756"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.767"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.778"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.786"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.795"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.803"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.813"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.821"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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 object 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.831"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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.841"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| printf</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.849"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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="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.858"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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="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.868"><B>throwing</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="enum 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 <br /> |
| throw logger.throwing(debug, myException); |
| <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.878"><B>throwing</B></A>(T t)</PRE> |
| <DL> |
| <DD>Logs an exception or error to be thrown. This may be coded as <br /> |
| throw logger.throwing(myException); |
| <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.886"><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.895"><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.903"><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.917"><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/> |
| <p> |
| See <A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A> form for more detailed information. |
| </p> |
| <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="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.925"><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 object 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.935"><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.949"><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/> |
| <p> |
| See <A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A> form for more detailed information. |
| </p> |
| <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="trace(org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.956"><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.964"><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.971"><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.984"><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/> |
| <p> |
| See <A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A> form for more detailed information. |
| </p> |
| <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="trace(java.lang.String)"><!-- --></A><H3> |
| trace</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.991"><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 object 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.999"><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.1012"><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/> |
| <p> |
| See <A HREF="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)"><CODE>debug(String)</CODE></A> form for more detailed information. |
| </p> |
| <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(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.1021"><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.1030"><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.1038"><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.1048"><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.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="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.1071"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.1081"><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.1088"><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.1096"><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.1103"><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.1112"><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.1119"><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 object 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.1132"><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>getMessageFactory()</CODE></A><DT><B>Troublesome:</B></DT> |
| <DD>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.</DD> |
| </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.1141"><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="enum 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-2013 <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> |