| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (version 1.7.0_25) on Sun Feb 09 13:24:38 CST 2014 --> |
| <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> |
| <title>Logger (Apache Log4j API 2.0-rc1 API)</title> |
| <meta name="date" content="2014-02-09"> |
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Logger (Apache Log4j API 2.0-rc1 API)"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar_top"> |
| <!-- --> |
| </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/Logger.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><span class="strong">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top">Frames</a></li> |
| <li><a href="Logger.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="subTitle">org.apache.logging.log4j</div> |
| <h2 title="Interface Logger" class="title">Interface Logger</h2> |
| </div> |
| <div class="contentContainer"> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Known Implementing Classes:</dt> |
| <dd><a href="../../../../org/apache/logging/log4j/spi/AbstractLogger.html" title="class in org.apache.logging.log4j.spi">AbstractLogger</a>, <a href="../../../../org/apache/logging/log4j/spi/AbstractLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">AbstractLoggerWrapper</a>, <a href="../../../../org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a>, <a href="../../../../org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public interface <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.27">Logger</a></pre> |
| <div class="block">This is the central interface in the log4j package. Most logging operations, except configuration, are done through |
| this interface.</div> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_summary"> |
| <!-- --> |
| </a> |
| <h3>Method Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
| <caption><span>Methods</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Method and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#catching(org.apache.logging.log4j.Level, java.lang.Throwable)">catching</a></strong>(<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> |
| <div class="block">Logs an exception or error that has been caught.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#catching(java.lang.Throwable)">catching</a></strong>(<a href="http://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> |
| <div class="block">Logs an exception or error that has been caught.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">debug</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object)">debug</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">debug</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String)">debug</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">debug</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">debug</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message)">debug</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)">debug</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object)">debug</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.Object, java.lang.Throwable)">debug</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String)">debug</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Object...)">debug</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#debug(java.lang.String, java.lang.Throwable)">debug</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#entry()">entry</a></strong>()</code> |
| <div class="block">Logs entry to a method.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#entry(java.lang.Object...)">entry</a></strong>(<a href="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> |
| <div class="block">Logs entry to a method.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">error</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object)">error</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">error</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String)">error</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">error</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">error</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message)">error</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(org.apache.logging.log4j.message.Message, java.lang.Throwable)">error</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object)">error</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.Object, java.lang.Throwable)">error</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String)">error</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Object...)">error</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#error(java.lang.String, java.lang.Throwable)">error</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#exit()">exit</a></strong>()</code> |
| <div class="block">Logs exit from a method.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><R> R</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#exit(R)">exit</a></strong>(R result)</code> |
| <div class="block">Logs exiting from a method with the result.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">fatal</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object)">fatal</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">fatal</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String)">fatal</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">fatal</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">fatal</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message)">fatal</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)">fatal</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object)">fatal</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.Object, java.lang.Throwable)">fatal</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String)">fatal</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Object...)">fatal</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#fatal(java.lang.String, java.lang.Throwable)">fatal</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../../org/apache/logging/log4j/message/MessageFactory.html" title="interface in org.apache.logging.log4j.message">MessageFactory</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()">getMessageFactory</a></strong>()</code> |
| <div class="block">Gets the message factory used to convert message Objects and Strings into actual log Messages.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><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></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#getName()">getName</a></strong>()</code> |
| <div class="block">Gets the logger name.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../../org/apache/logging/log4j/spi/LoggerStream.html" title="class in org.apache.logging.log4j.spi">LoggerStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#getStream(org.apache.logging.log4j.Level)">getStream</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</code> |
| <div class="block">Gets a print stream that logs lines to this logger.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code><a href="../../../../org/apache/logging/log4j/spi/LoggerStream.html" title="class in org.apache.logging.log4j.spi">LoggerStream</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#getStream(org.apache.logging.log4j.Marker, org.apache.logging.log4j.Level)">getStream</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker, |
| <a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</code> |
| <div class="block">Gets a marked print stream that logs lines to this logger.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">info</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object)">info</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">info</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String)">info</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">info</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">info</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message)">info</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(org.apache.logging.log4j.message.Message, java.lang.Throwable)">info</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object)">info</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.Object, java.lang.Throwable)">info</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String)">info</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Object...)">info</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#info(java.lang.String, java.lang.Throwable)">info</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled()">isDebugEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isDebugEnabled(org.apache.logging.log4j.Marker)">isDebugEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level)">isEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</code> |
| <div class="block">Checks whether this Logger is enabled for the the given Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)">isEnabled</a></strong>(<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> |
| <div class="block">Checks whether this logger is enabled at the specified level and an optional Marker.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled()">isErrorEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isErrorEnabled(org.apache.logging.log4j.Marker)">isErrorEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled()">isFatalEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isFatalEnabled(org.apache.logging.log4j.Marker)">isFatalEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled()">isInfoEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isInfoEnabled(org.apache.logging.log4j.Marker)">isInfoEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled()">isTraceEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isTraceEnabled(org.apache.logging.log4j.Marker)">isTraceEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled()">isWarnEnabled</a></strong>()</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#isWarnEnabled(org.apache.logging.log4j.Marker)">isWarnEnabled</a></strong>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</code> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)">log</a></strong>(<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> |
| <div class="block">Logs a message object with the given level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)">log</a></strong>(<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> |
| <div class="block">Logs a message object with the given level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with parameters at the given level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)">log</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object)">log</a></strong>(<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> |
| <div class="block">Logs a message object with the given level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)">log</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String)">log</a></strong>(<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> |
| <div class="block">Logs a message object with the given level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">log</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the given level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)">log</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a formatted message using the specified format string and arguments.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)">printf</a></strong>(<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> |
| <div class="block">Logs a formatted message using the specified format string and arguments.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><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></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#throwing(org.apache.logging.log4j.Level, T)">throwing</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level, |
| T t)</code> |
| <div class="block">Logs an exception or error to be thrown.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><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></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#throwing(T)">throwing</a></strong>(T t)</code> |
| <div class="block">Logs an exception or error to be thrown.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">trace</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object)">trace</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">trace</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String)">trace</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">trace</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">trace</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message)">trace</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)">trace</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object)">trace</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.Object, java.lang.Throwable)">trace</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String)">trace</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Object...)">trace</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#trace(java.lang.String, java.lang.Throwable)">trace</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)">warn</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><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></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object)">warn</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)">warn</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String)">warn</a></strong>(<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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)">warn</a></strong>(<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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)">warn</a></strong>(<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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message)">warn</a></strong>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</code> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)">warn</a></strong>(<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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object)">warn</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.Object, java.lang.Throwable)">warn</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String)">warn</a></strong>(<a href="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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Object...)">warn</a></strong>(<a href="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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#warn(java.lang.String, java.lang.Throwable)">warn</a></strong>(<a href="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> |
| <div class="block">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.</div> |
| </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ============ METHOD DETAIL ========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_detail"> |
| <!-- --> |
| </a> |
| <h3>Method Detail</h3> |
| <a name="catching(org.apache.logging.log4j.Level, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>catching</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.35">catching</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> |
| <div class="block">Logs an exception or error that has been caught.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level.</dd><dd><code>t</code> - The Throwable.</dd></dl> |
| </li> |
| </ul> |
| <a name="catching(java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>catching</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.42">catching</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> |
| <div class="block">Logs an exception or error that has been caught.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - The Throwable.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.50">debug</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.59">debug</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.67">debug</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.77">debug</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.85">debug</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.95">debug</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.105">debug</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.112">debug</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.120">debug</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.127">debug</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.136">debug</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.143">debug</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="debug(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.152">debug</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="debug(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>debug</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.161">debug</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="entry()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>entry</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.166">entry</a>()</pre> |
| <div class="block">Logs entry to a method.</div> |
| </li> |
| </ul> |
| <a name="entry(java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>entry</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.177">entry</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> |
| <div class="block">Logs entry to a method.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>params</code> - The parameters to the method.</dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.185">error</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.194">error</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.202">error</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.212">error</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.220">error</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.235">error</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.245">error</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.252">error</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="error(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.260">error</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.267">error</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.276">error</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.283">error</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="error(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.297">error</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="error(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>error</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.306">error</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="exit()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>exit</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.311">exit</a>()</pre> |
| <div class="block">Logs exit from a method.</div> |
| </li> |
| </ul> |
| <a name="exit(java.lang.Object)"> |
| <!-- --> |
| </a><a name="exit(R)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>exit</h4> |
| <pre><R> R <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.321">exit</a>(R result)</pre> |
| <div class="block">Logs exiting from a method with the result. This may be coded as <br /> |
| return logger.exit(myResult);</div> |
| <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>R</code> - The type of the parameter and object being returned.</dd><dt><span class="strong">Parameters:</span></dt><dd><code>result</code> - The result being returned from the method call.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>the result.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.329">fatal</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.338">fatal</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.346">fatal</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.356">fatal</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.364">fatal</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.379">fatal</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.389">fatal</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.396">fatal</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.404">fatal</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.411">fatal</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.420">fatal</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.427">fatal</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="fatal(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.441">fatal</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="fatal(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>fatal</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.450">fatal</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="getMessageFactory()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getMessageFactory</h4> |
| <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.457">getMessageFactory</a>()</pre> |
| <div class="block">Gets the message factory used to convert message Objects and Strings into actual log Messages.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>the message factory.</dd></dl> |
| </li> |
| </ul> |
| <a name="getName()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getName</h4> |
| <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.464">getName</a>()</pre> |
| <div class="block">Gets the logger name.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>the logger name.</dd></dl> |
| </li> |
| </ul> |
| <a name="getStream(org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getStream</h4> |
| <pre><a href="../../../../org/apache/logging/log4j/spi/LoggerStream.html" title="class in org.apache.logging.log4j.spi">LoggerStream</a> <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.472">getStream</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</pre> |
| <div class="block">Gets a print stream that logs lines to this logger.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>print stream that logs printed lines to this logger.</dd></dl> |
| </li> |
| </ul> |
| <a name="getStream(org.apache.logging.log4j.Marker, org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getStream</h4> |
| <pre><a href="../../../../org/apache/logging/log4j/spi/LoggerStream.html" title="class in org.apache.logging.log4j.spi">LoggerStream</a> <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.481">getStream</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/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</pre> |
| <div class="block">Gets a marked print stream that logs lines to this logger.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>level</code> - the logging level</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>print stream that logs printed lines to this logger.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.489">info</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.498">info</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.506">info</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.516">info</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.524">info</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.538">info</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.548">info</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.555">info</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="info(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.563">info</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.570">info</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.579">info</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.586">info</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="info(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.599">info</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="info(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>info</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.608">info</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="isDebugEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isDebugEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.615">isDebugEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level DEBUG, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isDebugEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isDebugEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.623">isDebugEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a> Level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level DEBUG, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isEnabled(org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.634">isEnabled</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</pre> |
| <div class="block">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></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the level to check</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isEnabled(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.644">isEnabled</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> |
| <div class="block">Checks whether this logger is enabled at the specified level and an optional Marker.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The Level to check.</dd><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isErrorEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isErrorEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.652">isErrorEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isErrorEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isErrorEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.661">isErrorEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a> Level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isFatalEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isFatalEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.669">isFatalEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isFatalEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isFatalEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.678">isFatalEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> Level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isInfoEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isInfoEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.685">isInfoEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level INFO, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isInfoEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isInfoEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.693">isInfoEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a> Level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level INFO, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isTraceEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isTraceEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.700">isTraceEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level TRACE, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isTraceEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isTraceEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.708">isTraceEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>boolean - <code>true</code> if this Logger is enabled for level TRACE, <code>false</code> otherwise.</dd></dl> |
| </li> |
| </ul> |
| <a name="isWarnEnabled()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isWarnEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.716">isWarnEnabled</a>()</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="isWarnEnabled(org.apache.logging.log4j.Marker)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isWarnEnabled</h4> |
| <pre>boolean <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.725">isWarnEnabled</a>(<a href="../../../../org/apache/logging/log4j/Marker.html" title="interface in org.apache.logging.log4j">Marker</a> marker)</pre> |
| <div class="block">Checks whether this Logger is enabled for the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> Level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - The marker data specific to this log statement.</dd> |
| <dt><span class="strong">Returns:</span></dt><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.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.734">log</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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.744">log</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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.753">log</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> |
| <div class="block">Logs a message object with the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.764">log</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.773">log</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> |
| <div class="block">Logs a message object with the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.784">log</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> |
| <div class="block">Logs a message with parameters at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.795">log</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.803">log</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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.812">log</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> |
| <div class="block">Logs a message with the specific Marker at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.820">log</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> |
| <div class="block">Logs a message object with the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.830">log</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.838">log</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> |
| <div class="block">Logs a message object with the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.848">log</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> |
| <div class="block">Logs a message with parameters at the given level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="log(org.apache.logging.log4j.Level, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>log</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.858">log</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - the logging level</dd><dd><code>message</code> - the message to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="printf(org.apache.logging.log4j.Level, org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>printf</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.868">printf</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> |
| <div class="block">Logs a formatted message using the specified format string and arguments.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level.</dd><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>format</code> - The format String.</dd><dd><code>params</code> - Arguments specified by the format.</dd></dl> |
| </li> |
| </ul> |
| <a name="printf(org.apache.logging.log4j.Level, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>printf</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.877">printf</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> |
| <div class="block">Logs a formatted message using the specified format string and arguments.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level.</dd><dd><code>format</code> - The format String.</dd><dd><code>params</code> - Arguments specified by the format.</dd></dl> |
| </li> |
| </ul> |
| <a name="throwing(org.apache.logging.log4j.Level,java.lang.Throwable)"> |
| <!-- --> |
| </a><a name="throwing(org.apache.logging.log4j.Level, T)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>throwing</h4> |
| <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.888">throwing</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level, |
| T t)</pre> |
| <div class="block">Logs an exception or error to be thrown. This may be coded as <br /> |
| throw logger.throwing(debug, myException);</div> |
| <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the Throwable type.</dd><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The logging Level.</dd><dd><code>t</code> - The Throwable.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>the Throwable.</dd></dl> |
| </li> |
| </ul> |
| <a name="throwing(java.lang.Throwable)"> |
| <!-- --> |
| </a><a name="throwing(T)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>throwing</h4> |
| <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.898">throwing</a>(T t)</pre> |
| <div class="block">Logs an exception or error to be thrown. This may be coded as <br /> |
| throw logger.throwing(myException);</div> |
| <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the Throwable type.</dd><dt><span class="strong">Parameters:</span></dt><dd><code>t</code> - The Throwable.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>the Throwable.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.906">trace</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.915">trace</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.923">trace</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.937">trace</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> |
| <div class="block">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></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.945">trace</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.955">trace</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.969">trace</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> |
| <div class="block">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></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.976">trace</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.984">trace</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.991">trace</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1004">trace</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> |
| <div class="block">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></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1011">trace</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="trace(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1020">trace</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="trace(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>trace</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1033">trace</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> |
| <div class="block">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></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1041">warn</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1050">warn</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1058">warn</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1068">warn</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1076">warn</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1091">warn</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement.</dd><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.Marker, java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1101">warn</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>marker</code> - the marker data specific to this log statement</dd><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.message.Message)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1108">warn</a>(<a href="../../../../org/apache/logging/log4j/message/Message.html" title="interface in org.apache.logging.log4j.message">Message</a> msg)</pre> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(org.apache.logging.log4j.message.Message, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1116">warn</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> |
| <div class="block">Logs a message with the specific Marker at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - the message string to be logged</dd><dd><code>t</code> - A Throwable or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1123">warn</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(java.lang.Object, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1132">warn</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1139">warn</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> |
| <div class="block">Logs a message object with the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd></dl> |
| </li> |
| </ul> |
| <a name="warn(java.lang.String, java.lang.Object...)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1153">warn</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> |
| <div class="block">Logs a message with parameters at the <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a> level.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message to log; the format depends on the message factory.</dd><dd><code>params</code> - parameters to the message.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/logging/log4j/Logger.html#getMessageFactory()"><code>getMessageFactory()</code></a></dd><dt><span class="strong">Troublesome:</span></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> |
| </li> |
| </ul> |
| <a name="warn(java.lang.String, java.lang.Throwable)"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>warn</h4> |
| <pre>void <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.1162">warn</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> |
| <div class="block">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.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - the message object to log.</dd><dd><code>t</code> - the exception to log, including its stack trace.</dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar_bottom"> |
| <!-- --> |
| </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="class-use/Logger.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/LoggingException.html" title="class in org.apache.logging.log4j"><span class="strong">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../../index.html?org/apache/logging/log4j/Logger.html" target="_top">Frames</a></li> |
| <li><a href="Logger.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li>Constr | </li> |
| <li><a href="#method_detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip-navbar_bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small><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></small></p> |
| </body> |
| </html> |