| <!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_40) on Fri Aug 29 19:06:49 CDT 2014 --> |
| <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> |
| <title>Logger (Apache Log4j API 2.0.2 API)</title> |
| <meta name="date" content="2014-08-29"> |
| <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.2 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 Subinterfaces:</dt> |
| <dd><a href="../../../../org/apache/logging/log4j/spi/ExtendedLogger.html" title="interface in org.apache.logging.log4j.spi">ExtendedLogger</a></dd> |
| </dl> |
| <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/ExtendedLoggerWrapper.html" title="class in org.apache.logging.log4j.spi">ExtendedLoggerWrapper</a>, <a href="../../../../org/apache/logging/log4j/simple/SimpleLogger.html" title="class in org.apache.logging.log4j.simple">SimpleLogger</a>, <a href="../../../../org/apache/logging/log4j/status/StatusLogger.html" title="class in org.apache.logging.log4j.status">StatusLogger</a></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public interface <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.26">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/Level.html" title="class in org.apache.logging.log4j">Level</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Logger.html#getLevel()">getLevel</a></strong>()</code> |
| <div class="block">Gets the Level associated with the Logger.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <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="altColor"> |
| <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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="rowColor"> |
| <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="altColor"> |
| <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="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)">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="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, 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="rowColor"> |
| <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="altColor"> |
| <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="rowColor"> |
| <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="altColor"> |
| <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="rowColor"> |
| <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="altColor"> |
| <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="rowColor"> |
| <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="altColor"> |
| <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="rowColor"> |
| <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="altColor"> |
| <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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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, 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="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, 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="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(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="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(T)">throwing</a></strong>(T t)</code> |
| <div class="block">Logs an exception or error to be thrown.</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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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="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)">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="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, 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="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)">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="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, 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="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)">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="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.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="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.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.34">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.41">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.49">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.58">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.66">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.76">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.84">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.94">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.104">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.111">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.119">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.126">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.135">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.142">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.151">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.160">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.165">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.176">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.184">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.193">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.201">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.211">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.219">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.234">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.244">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.251">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.259">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.266">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.275">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.282">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.296">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.305">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.310">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.320">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.328">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.337">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.345">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.355">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.363">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.378">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.388">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.395">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.403">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.410">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.419">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.426">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.440">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.449">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="getLevel()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getLevel</h4> |
| <pre><a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> <a href="../../../../src-html/org/apache/logging/log4j/Logger.html#line.456">getLevel</a>()</pre> |
| <div class="block">Gets the Level associated with the Logger.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>the Level associate with the Logger.</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.463">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.470">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="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.478">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.487">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.495">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.505">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.513">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.527">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.537">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.544">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.552">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.559">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.568">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.575">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.588">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.597">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.604">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.612">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.623">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.633">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.641">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.650">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.658">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.667">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.674">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.682">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.689">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.697">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.705">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.714">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.723">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.733">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.742">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.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, |
| <a href="http://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.762">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.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, |
| <a href="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.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/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.792">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.801">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.809">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.819">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.827">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.837">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.847">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.857">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.866">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.877">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.887">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.895">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.904">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.912">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.926">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.934">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.944">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.958">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.965">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.973">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.980">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.993">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.1000">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.1009">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.1022">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.1030">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.1039">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.1047">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.1057">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.1065">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.1080">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.1090">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.1097">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.1105">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.1112">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.1121">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.1128">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.1142">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.1151">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> |