| <!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_80) on Sun Feb 26 18:44:21 MST 2017 --> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>Level (Apache Log4j API 2.8.1 API)</title> |
| <meta name="date" content="2017-02-26"> |
| <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="Level (Apache Log4j API 2.8.1 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/Level.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/EventLogger.html" title="class in org.apache.logging.log4j"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Logger.html" title="interface 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/Level.html" target="_top">Frames</a></li> |
| <li><a href="Level.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><a href="#field_summary">Field</a> | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li><a href="#field_detail">Field</a> | </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="Class Level" class="title">Class Level</h2> |
| </div> |
| <div class="contentContainer"> |
| <ul class="inheritance"> |
| <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> |
| <li> |
| <ul class="inheritance"> |
| <li>org.apache.logging.log4j.Level</li> |
| </ul> |
| </li> |
| </ul> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Implemented Interfaces:</dt> |
| <dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public final class <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.46">Level</a> |
| extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> |
| implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> |
| <div class="block">Levels used for identifying the severity of an event. Levels are organized from most specific to least: |
| <ul> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#OFF"><code>OFF</code></a> (most specific, no logging)</li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> (most specific, little data)</li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> (least specific, a lot of data)</li> |
| <li><a href="../../../../org/apache/logging/log4j/Level.html#ALL"><code>ALL</code></a> (least specific, all data)</li> |
| </ul> |
| |
| Typically, configuring a level in a filter or on a logger will cause logging events of that level and those that are |
| more specific to pass through the filter. A special level, <a href="../../../../org/apache/logging/log4j/Level.html#ALL"><code>ALL</code></a>, is guaranteed to capture all levels when |
| used in logging configurations.</div> |
| <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.logging.log4j.Level">Serialized Form</a></dd></dl> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- =========== FIELD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="field_summary"> |
| <!-- --> |
| </a> |
| <h3>Field Summary</h3> |
| <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> |
| <caption><span>Fields</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Field and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#ALL">ALL</a></strong></code> |
| <div class="block">All events should be logged.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/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/Level.html#CATEGORY">CATEGORY</a></strong></code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#DEBUG">DEBUG</a></strong></code> |
| <div class="block">A general debugging event.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#ERROR">ERROR</a></strong></code> |
| <div class="block">An error in the application, possibly recoverable.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#FATAL">FATAL</a></strong></code> |
| <div class="block">A severe error that will prevent the application from continuing.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#INFO">INFO</a></strong></code> |
| <div class="block">An event for informational purposes.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#OFF">OFF</a></strong></code> |
| <div class="block">No events will be logged.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#TRACE">TRACE</a></strong></code> |
| <div class="block">A fine-grained debug message, typically capturing the flow through the application.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#WARN">WARN</a></strong></code> |
| <div class="block">An event that might possible lead to an error.</div> |
| </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| <!-- ========== 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><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/Level.html#clone()">clone</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#compareTo(org.apache.logging.log4j.Level)">compareTo</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> other)</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#forName(java.lang.String,%20int)">forName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, |
| int intValue)</code> |
| <div class="block">Retrieves an existing Level or creates on if it didn't previously exist.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<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/Level.html#getDeclaringClass()">getDeclaringClass</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#getLevel(java.lang.String)">getLevel</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> |
| <div class="block">Return the Level associated with the name or null if the Level cannot be found.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="../../../../org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#getStandardLevel()">getStandardLevel</a></strong>()</code> |
| <div class="block">Gets the standard Level values as an enum.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#hashCode()">hashCode</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>int</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#intLevel()">intLevel</a></strong>()</code> |
| <div class="block">Gets the integral value of this 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/Level.html#isInRange(org.apache.logging.log4j.Level,%20org.apache.logging.log4j.Level)">isInRange</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> minLevel, |
| <a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> maxLevel)</code> |
| <div class="block">Compares this level against the levels passed as arguments and returns true if this level is in between the given |
| levels.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#isLessSpecificThan(org.apache.logging.log4j.Level)">isLessSpecificThan</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</code> |
| <div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is less |
| specific.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#isMoreSpecificThan(org.apache.logging.log4j.Level)">isMoreSpecificThan</a></strong>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</code> |
| <div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is more |
| specific.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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/Level.html#name()">name</a></strong>()</code> |
| <div class="block">Gets the symbolic name of this Level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#readResolve()">readResolve</a></strong>()</code> </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#toLevel(java.lang.String)">toLevel</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sArg)</code> |
| <div class="block">Converts the string passed as argument to a level.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#toLevel(java.lang.String,%20org.apache.logging.log4j.Level)">toLevel</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, |
| <a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> defaultLevel)</code> |
| <div class="block">Converts the string passed as argument to a level.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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/Level.html#toString()">toString</a></strong>()</code> </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>> <br>T</code></td> |
| <td class="colLast"><code><strong><a href="../../../../org/apache/logging/log4j/Level.html#valueOf(java.lang.Class,%20java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> enumType, |
| <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> |
| <div class="block">Returns the enum constant of the specified enum type with the specified name.</div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colFirst"><code>static <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/Level.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> |
| <div class="block">Return the Level associated with the name.</div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colFirst"><code>static <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/Level.html#values()">values</a></strong>()</code> |
| <div class="block">Return an array of all the Levels that have been registered.</div> |
| </td> |
| </tr> |
| </table> |
| <ul class="blockList"> |
| <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> |
| <!-- --> |
| </a> |
| <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> |
| <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ============ FIELD DETAIL =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="field_detail"> |
| <!-- --> |
| </a> |
| <h3>Field Detail</h3> |
| <a name="OFF"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>OFF</h4> |
| <pre>public static final <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/Level.html#line.51">OFF</a></pre> |
| <div class="block">No events will be logged.</div> |
| </li> |
| </ul> |
| <a name="FATAL"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>FATAL</h4> |
| <pre>public static final <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/Level.html#line.56">FATAL</a></pre> |
| <div class="block">A severe error that will prevent the application from continuing.</div> |
| </li> |
| </ul> |
| <a name="ERROR"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>ERROR</h4> |
| <pre>public static final <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/Level.html#line.61">ERROR</a></pre> |
| <div class="block">An error in the application, possibly recoverable.</div> |
| </li> |
| </ul> |
| <a name="WARN"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>WARN</h4> |
| <pre>public static final <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/Level.html#line.66">WARN</a></pre> |
| <div class="block">An event that might possible lead to an error.</div> |
| </li> |
| </ul> |
| <a name="INFO"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>INFO</h4> |
| <pre>public static final <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/Level.html#line.71">INFO</a></pre> |
| <div class="block">An event for informational purposes.</div> |
| </li> |
| </ul> |
| <a name="DEBUG"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>DEBUG</h4> |
| <pre>public static final <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/Level.html#line.76">DEBUG</a></pre> |
| <div class="block">A general debugging event.</div> |
| </li> |
| </ul> |
| <a name="TRACE"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>TRACE</h4> |
| <pre>public static final <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/Level.html#line.81">TRACE</a></pre> |
| <div class="block">A fine-grained debug message, typically capturing the flow through the application.</div> |
| </li> |
| </ul> |
| <a name="ALL"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>ALL</h4> |
| <pre>public static final <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/Level.html#line.86">ALL</a></pre> |
| <div class="block">All events should be logged.</div> |
| </li> |
| </ul> |
| <a name="CATEGORY"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>CATEGORY</h4> |
| <pre>public static final <a href="http://docs.oracle.com/javase/7/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/Level.html#line.91">CATEGORY</a></pre> |
| <dl><dt><span class="strong">Since:</span></dt> |
| <dd>2.1</dd> |
| <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.logging.log4j.Level.CATEGORY">Constant Field Values</a></dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <!-- ============ METHOD DETAIL ========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method_detail"> |
| <!-- --> |
| </a> |
| <h3>Method Detail</h3> |
| <a name="intLevel()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>intLevel</h4> |
| <pre>public int <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.132">intLevel</a>()</pre> |
| <div class="block">Gets the integral value of this Level.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>the value of this Level.</dd></dl> |
| </li> |
| </ul> |
| <a name="getStandardLevel()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getStandardLevel</h4> |
| <pre>public <a href="../../../../org/apache/logging/log4j/spi/StandardLevel.html" title="enum in org.apache.logging.log4j.spi">StandardLevel</a> <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.141">getStandardLevel</a>()</pre> |
| <div class="block">Gets the standard Level values as an enum.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>an enum of the standard Levels.</dd></dl> |
| </li> |
| </ul> |
| <a name="isInRange(org.apache.logging.log4j.Level, org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isInRange</h4> |
| <pre>public boolean <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.154">isInRange</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> minLevel, |
| <a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> maxLevel)</pre> |
| <div class="block">Compares this level against the levels passed as arguments and returns true if this level is in between the given |
| levels.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>minLevel</code> - The minimum level to test.</dd><dd><code>maxLevel</code> - The maximum level to test.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>True true if this level is in between the given levels</dd><dt><span class="strong">Since:</span></dt> |
| <dd>2.4</dd></dl> |
| </li> |
| </ul> |
| <a name="isLessSpecificThan(org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isLessSpecificThan</h4> |
| <pre>public boolean <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.170">isLessSpecificThan</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</pre> |
| <div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is less |
| specific. |
| <p> |
| Concretely, <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a> is less specific than <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a>, which is less specific than <a href="../../../../org/apache/logging/log4j/Level.html#INFO"><code>INFO</code></a>, |
| etc., until <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a>, and finally <a href="../../../../org/apache/logging/log4j/Level.html#OFF"><code>OFF</code></a>, which is the most specific standard level. |
| The least specific level is <a href="../../../../org/apache/logging/log4j/Level.html#ALL"><code>ALL</code></a>. |
| </p></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The level to test.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>True if this level Level is less specific or the same as the given Level.</dd></dl> |
| </li> |
| </ul> |
| <a name="isMoreSpecificThan(org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isMoreSpecificThan</h4> |
| <pre>public boolean <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.186">isMoreSpecificThan</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> level)</pre> |
| <div class="block">Compares this level against the level passed as an argument and returns true if this level is the same or is more |
| specific. |
| <p> |
| Concretely, <a href="../../../../org/apache/logging/log4j/Level.html#FATAL"><code>FATAL</code></a> is more specific than <a href="../../../../org/apache/logging/log4j/Level.html#ERROR"><code>ERROR</code></a>, which is more specific than <a href="../../../../org/apache/logging/log4j/Level.html#WARN"><code>WARN</code></a>, |
| etc., until <a href="../../../../org/apache/logging/log4j/Level.html#TRACE"><code>TRACE</code></a>, and finally <a href="../../../../org/apache/logging/log4j/Level.html#ALL"><code>ALL</code></a>, which is the least specific standard level. |
| The most specific level is <a href="../../../../org/apache/logging/log4j/Level.html#OFF"><code>OFF</code></a>. |
| </p></div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>level</code> - The level to test.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>True if this level Level is more specific or the same as the given Level.</dd></dl> |
| </li> |
| </ul> |
| <a name="clone()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>clone</h4> |
| <pre>public <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/Level.html#line.193">clone</a>() |
| throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CloneNotSupportedException.html?is-external=true" title="class or interface in java.lang">CloneNotSupportedException</a></pre> |
| <dl> |
| <dt><strong>Overrides:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> |
| <dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CloneNotSupportedException.html?is-external=true" title="class or interface in java.lang">CloneNotSupportedException</a></code></dd></dl> |
| </li> |
| </ul> |
| <a name="compareTo(org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>compareTo</h4> |
| <pre>public int <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.199">compareTo</a>(<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> other)</pre> |
| <dl> |
| <dt><strong>Specified by:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang">compareTo</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a>></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="equals(java.lang.Object)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>equals</h4> |
| <pre>public boolean <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.204">equals</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> |
| <dl> |
| <dt><strong>Overrides:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getDeclaringClass()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getDeclaringClass</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<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/Level.html#line.208">getDeclaringClass</a>()</pre> |
| </li> |
| </ul> |
| <a name="hashCode()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>hashCode</h4> |
| <pre>public int <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.213">hashCode</a>()</pre> |
| <dl> |
| <dt><strong>Overrides:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="name()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>name</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/7/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/Level.html#line.222">name</a>()</pre> |
| <div class="block">Gets the symbolic name of this Level. Equivalent to calling <a href="../../../../org/apache/logging/log4j/Level.html#toString()"><code>toString()</code></a>.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>the name of this Level.</dd></dl> |
| </li> |
| </ul> |
| <a name="toString()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>toString</h4> |
| <pre>public <a href="http://docs.oracle.com/javase/7/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/Level.html#line.227">toString</a>()</pre> |
| <dl> |
| <dt><strong>Overrides:</strong></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="forName(java.lang.String, int)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>forName</h4> |
| <pre>public static <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/Level.html#line.239">forName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, |
| int intValue)</pre> |
| <div class="block">Retrieves an existing Level or creates on if it didn't previously exist.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the level.</dd><dd><code>intValue</code> - The integer value for the Level. If the level was previously created this value is ignored.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>The Level.</dd> |
| <dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the name is null or intValue is less than zero.</dd></dl> |
| </li> |
| </ul> |
| <a name="getLevel(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getLevel</h4> |
| <pre>public static <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/Level.html#line.258">getLevel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> |
| <div class="block">Return the Level associated with the name or null if the Level cannot be found.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the Level.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>The Level or null.</dd></dl> |
| </li> |
| </ul> |
| <a name="toLevel(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>toLevel</h4> |
| <pre>public static <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/Level.html#line.269">toLevel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sArg)</pre> |
| <div class="block">Converts the string passed as argument to a level. If the conversion fails, then this method returns |
| <a href="../../../../org/apache/logging/log4j/Level.html#DEBUG"><code>DEBUG</code></a>.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>sArg</code> - The name of the desired Level.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>The Level associated with the String.</dd></dl> |
| </li> |
| </ul> |
| <a name="toLevel(java.lang.String, org.apache.logging.log4j.Level)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>toLevel</h4> |
| <pre>public static <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/Level.html#line.281">toLevel</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, |
| <a href="../../../../org/apache/logging/log4j/Level.html" title="class in org.apache.logging.log4j">Level</a> defaultLevel)</pre> |
| <div class="block">Converts the string passed as argument to a level. If the conversion fails, then this method returns the value of |
| <code>defaultLevel</code>.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the desired Level.</dd><dd><code>defaultLevel</code> - The Level to use if the String is invalid.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>The Level associated with the String.</dd></dl> |
| </li> |
| </ul> |
| <a name="values()"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>values</h4> |
| <pre>public static <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/Level.html#line.294">values</a>()</pre> |
| <div class="block">Return an array of all the Levels that have been registered.</div> |
| <dl><dt><span class="strong">Returns:</span></dt><dd>An array of Levels.</dd></dl> |
| </li> |
| </ul> |
| <a name="valueOf(java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>valueOf</h4> |
| <pre>public static <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/Level.html#line.307">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> |
| <div class="block">Return the Level associated with the name.</div> |
| <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The name of the Level to return.</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>The Level.</dd> |
| <dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the Level name is <code>null</code>.</dd> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the Level name is not registered.</dd></dl> |
| </li> |
| </ul> |
| <a name="valueOf(java.lang.Class, java.lang.String)"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>valueOf</h4> |
| <pre>public static <T extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>> T <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.330">valueOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> enumType, |
| <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> |
| <div class="block">Returns the enum constant of the specified enum type with the specified name. The name must match exactly an |
| identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> |
| <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - The enum type whose constant is to be returned</dd><dt><span class="strong">Parameters:</span></dt><dd><code>enumType</code> - the <code>Class</code> object of the enum type from which to return a constant</dd><dd><code>name</code> - the name of the constant to return</dd> |
| <dt><span class="strong">Returns:</span></dt><dd>the enum constant of the specified enum type with the specified name</dd> |
| <dt><span class="strong">Throws:</span></dt> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the specified enum type has no constant with the specified name, or |
| the specified class object does not represent an enum type</dd> |
| <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if <code>enumType</code> or <code>name</code> are <code>null</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang"><code>Enum.valueOf(Class, String)</code></a></dd></dl> |
| </li> |
| </ul> |
| <a name="readResolve()"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>readResolve</h4> |
| <pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> <a href="../../../../src-html/org/apache/logging/log4j/Level.html#line.335">readResolve</a>()</pre> |
| </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/Level.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/EventLogger.html" title="class in org.apache.logging.log4j"><span class="strong">Prev Class</span></a></li> |
| <li><a href="../../../../org/apache/logging/log4j/Logger.html" title="interface 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/Level.html" target="_top">Frames</a></li> |
| <li><a href="Level.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><a href="#field_summary">Field</a> | </li> |
| <li>Constr | </li> |
| <li><a href="#method_summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li><a href="#field_detail">Field</a> | </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-2017 <a href="https://www.apache.org/">The 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> |