| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!--NewPage--> |
| <HTML> |
| <HEAD> |
| <!-- Generated by javadoc (build 1.6.0_65) on Sat Jul 12 16:46:42 PDT 2014 --> |
| <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <TITLE> |
| Logger (Apache Log4j API 2.0 API) |
| </TITLE> |
| |
| <META NAME="date" CONTENT="2014-07-12"> |
| |
| <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 API)"; |
| } |
| } |
| </SCRIPT> |
| <NOSCRIPT> |
| </NOSCRIPT> |
| |
| </HEAD> |
| |
| <BODY BGCOLOR="white" onload="windowTitle();"> |
| <HR> |
| |
| |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <A NAME="navbar_top"><!-- --></A> |
| <A HREF="#skip-navbar_top" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_top_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Logger.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><B>PREV CLASS</B></A> |
| <A HREF="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><B>NEXT CLASS</B></A></FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="Logger.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| <TR> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_top"></A> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <HR> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <H2> |
| <FONT SIZE="-1"> |
| org.apache.logging.log4j</FONT> |
| <BR> |
| Interface Logger</H2> |
| <DL> |
| <DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</A></DD> |
| </DL> |
| <DL> |
| <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</A>, <A HREF="../../../../org/apache/logging/log4j/spi/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</A>, <A HREF="../../../../org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</A>, <A HREF="../../../../org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</A></DD> |
| </DL> |
| <HR> |
| <DL> |
| <DT><PRE>public interface <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.26"><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> |
| <HR> |
| |
| <P> |
| |
| <!-- ========== METHOD SUMMARY =========== --> |
| |
| <A NAME="method_summary"><!-- --></A> |
| <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
| <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
| <B>Method Summary</B></FONT></TH> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level, java.lang.Throwable)">catching</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs an exception or error that has been caught.</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/Level.html" title="class in org.apache.logging.log4j">Level</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getLevel()">getLevel</A></B>()</CODE> |
| |
| <BR> |
| Gets the Level associated with the Logger.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> <A HREF="../../../../org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()">getMessageFactory</A></B>()</CODE> |
| |
| <BR> |
| Gets the message factory used to convert message Objects and Strings into actual log Messages.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#getName()">getName</A></B>()</CODE> |
| |
| <BR> |
| Gets the logger name.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message, java.lang.Throwable)">info</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object, java.lang.Throwable)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Object...)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Throwable)">info</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled()">isDebugEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the the given Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)">isEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this logger is enabled at the specified level and an optional Marker.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled()">isErrorEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled()">isFatalEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled()">isInfoEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled()">isTraceEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled()">isWarnEnabled</A></B>()</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> boolean</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</CODE> |
| |
| <BR> |
| Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the given level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)">log</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">printf</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a formatted message using the specified format string and arguments.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">printf</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a formatted message using the specified format string and arguments.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> |
| <TR ALIGN="right" VALIGN=""> |
| <TD NOWRAP><FONT SIZE="-1"> |
| <CODE><T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> |
| <BR> |
| T</CODE></FONT></TD> |
| </TR> |
| </TABLE> |
| </CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level, T)">throwing</A></B>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| T t)</CODE> |
| |
| <BR> |
| Logs an exception or error to be thrown.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> |
| <TR ALIGN="right" VALIGN=""> |
| <TD NOWRAP><FONT SIZE="-1"> |
| <CODE><T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> |
| <BR> |
| T</CODE></FONT></TD> |
| </TR> |
| </TABLE> |
| </CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#throwing(T)">throwing</A></B>(T t)</CODE> |
| |
| <BR> |
| Logs an exception or error to be thrown.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)">trace</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object, java.lang.Throwable)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Object...)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Throwable)">trace</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)">warn</A></B>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object, java.lang.Throwable)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> |
| |
| <BR> |
| Logs a message object with the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Object...)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</CODE> |
| |
| <BR> |
| Logs a message with parameters at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level.</TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> |
| <CODE> void</CODE></FONT></TD> |
| <TD><CODE><B><A HREF="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Throwable)">warn</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> |
| |
| <BR> |
| Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter.</TD> |
| </TR> |
| </TABLE> |
| |
| <P> |
| |
| <!-- ============ METHOD DETAIL ========== --> |
| |
| <A NAME="method_detail"><!-- --></A> |
| <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
| <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> |
| <B>Method Detail</B></FONT></TH> |
| </TR> |
| </TABLE> |
| |
| <A NAME="catching(org.apache.logging.log4j.Level, java.lang.Throwable)"><!-- --></A><H3> |
| catching</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.34"><B>catching</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs an exception or error that has been caught. |
| <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.41"><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.49"><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.58"><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.66"><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.76"><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.84"><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.94"><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.104"><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.111"><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.119"><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.126"><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.135"><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.142"><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.151"><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.160"><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.165"><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.176"><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.184"><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.193"><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.201"><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.211"><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.219"><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.234"><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.244"><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.251"><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.259"><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.266"><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.275"><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.282"><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.296"><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.305"><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.310"><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.320"><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.328"><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.337"><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.345"><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.355"><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.363"><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.378"><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.388"><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.395"><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.403"><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.410"><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.419"><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.426"><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.440"><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.449"><B>fatal</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="getLevel()"><!-- --></A><H3> |
| getLevel</H3> |
| <PRE> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.456"><B>getLevel</B></A>()</PRE> |
| <DL> |
| <DD>Gets the Level associated with the Logger. |
| <P> |
| <DD><DL> |
| |
| <DT><B>Returns:</B><DD>the Level associate with the Logger.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="getMessageFactory()"><!-- --></A><H3> |
| getMessageFactory</H3> |
| <PRE> |
| <A HREF="../../../../org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</A> <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.463"><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.470"><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.478"><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.487"><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.495"><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.505"><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.513"><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.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/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.537"><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.544"><B>info</B></A>(<A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the <A HREF="../../../../org/apache/logging/log4j/Level.html#INFO"><CODE>INFO</CODE></A> level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="info(org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| info</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.552"><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.559"><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.568"><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.575"><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.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/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.597"><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.604"><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.612"><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.623"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the the given Level. |
| <p> |
| Note that passing in <A HREF="../../../../org/apache/logging/log4j/Level.html#OFF"><CODE>OFF</CODE></A> always returns <code>true</code>. |
| </p> |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the level to check |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level, <code>false</code> otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"><!-- --></A><H3> |
| isEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.633"><B>isEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this logger is enabled at the specified level and an optional Marker. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The Level to check.<DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="isErrorEnabled()"><!-- --></A><H3> |
| isErrorEnabled</H3> |
| <PRE> |
| boolean <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.641"><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.650"><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.658"><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.667"><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.674"><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.682"><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.689"><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.697"><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.705"><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.714"><B>isWarnEnabled</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker)</PRE> |
| <DL> |
| <DD>Checks whether this Logger is enabled for the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>marker</CODE> - The marker data specific to this log statement. |
| <DT><B>Returns:</B><DD>boolean - <code>true</code> if this Logger is enabled for level <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A>, <code>false</code> |
| otherwise.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.723"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.733"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.742"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.753"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.762"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.773"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.784"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>marker</CODE> - the marker data specific to this log statement<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.792"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>msg</CODE> - the message string to be logged</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.801"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</A> msg, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message with the specific Marker at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>msg</CODE> - the message string to be logged<DD><CODE>t</CODE> - A Throwable or null.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.Object)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.809"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message object to log.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.819"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.String)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.827"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> |
| <DL> |
| <DD>Logs a message object with the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message 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.837"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a message with parameters at the given level. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log; the format depends on the message factory.<DD><CODE>params</CODE> - parameters to the message.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><CODE>getMessageFactory()</CODE></A></DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> |
| log</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.847"><B>log</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the given level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> <code>t</code> passed as |
| parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - the logging level<DD><CODE>message</CODE> - the message to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="printf(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| printf</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.857"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a formatted message using the specified format string and arguments. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>marker</CODE> - the marker data specific to this log statement.<DD><CODE>format</CODE> - The format String.<DD><CODE>params</CODE> - Arguments specified by the format.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"><!-- --></A><H3> |
| printf</H3> |
| <PRE> |
| void <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.866"><B>printf</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> format, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>... params)</PRE> |
| <DL> |
| <DD>Logs a formatted message using the specified format string and arguments. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>level</CODE> - The logging Level.<DD><CODE>format</CODE> - The format String.<DD><CODE>params</CODE> - Arguments specified by the format.</DL> |
| </DD> |
| </DL> |
| <HR> |
| |
| <A NAME="throwing(org.apache.logging.log4j.Level,java.lang.Throwable)"><!-- --></A><A NAME="throwing(org.apache.logging.log4j.Level, T)"><!-- --></A><H3> |
| throwing</H3> |
| <PRE> |
| <T extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A>> T <A HREF="../../../../src-html/org/apache/logging/log4j/Logger.html#line.877"><B>throwing</B></A>(<A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</A> level, |
| T t)</PRE> |
| <DL> |
| <DD>Logs an exception or error to be thrown. This may be coded as <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.887"><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.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)</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.904"><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.912"><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.926"><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.934"><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.944"><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.958"><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.965"><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.973"><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.980"><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.993"><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.1000"><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.1009"><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.1022"><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.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)</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.1039"><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.1047"><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.1057"><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.1065"><B>warn</B></A>(<A HREF="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</A> marker, |
| <A HREF="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.1080"><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.1090"><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.1097"><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.1105"><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.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)</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.1121"><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.1128"><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.1142"><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.1151"><B>warn</B></A>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, |
| <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> |
| <DL> |
| <DD>Logs a message at the <A HREF="../../../../org/apache/logging/log4j/Level.html#WARN"><CODE>WARN</CODE></A> level including the stack trace of the <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A> |
| <code>t</code> passed as parameter. |
| <P> |
| <DD><DL> |
| <DT><B>Parameters:</B><DD><CODE>message</CODE> - the message object to log.<DD><CODE>t</CODE> - the exception to log, including its stack trace.</DL> |
| </DD> |
| </DL> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <HR> |
| |
| |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <A NAME="navbar_bottom"><!-- --></A> |
| <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> |
| <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
| <TR> |
| <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
| <A NAME="navbar_bottom_firstrow"><!-- --></A> |
| <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
| <TR ALIGN="center" VALIGN="top"> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> |
| <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Logger.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><B>PREV CLASS</B></A> |
| <A HREF="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><B>NEXT CLASS</B></A></FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="Logger.html" target="_top"><B>NO FRAMES</B></A> |
| <SCRIPT type="text/javascript"> |
| <!-- |
| if(window==top) { |
| document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); |
| } |
| //--> |
| </SCRIPT> |
| <NOSCRIPT> |
| <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> |
| </NOSCRIPT> |
| |
| |
| </FONT></TD> |
| </TR> |
| <TR> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> |
| <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> |
| DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> |
| </TR> |
| </TABLE> |
| <A NAME="skip-navbar_bottom"></A> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| |
| <HR> |
| <p align="center">Copyright © 1999-2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.<br /> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p> |
| </BODY> |
| </HTML> |