You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/09/13 21:57:16 UTC

svn commit: r443101 - /logging/log4j/trunk/docs/manual.html

Author: carnold
Date: Wed Sep 13 12:57:15 2006
New Revision: 443101

URL: http://svn.apache.org/viewvc?view=rev&rev=443101
Log:
Bug 40501: TRACE level missing in short introduction to log4j

Modified:
    logging/log4j/trunk/docs/manual.html

Modified: logging/log4j/trunk/docs/manual.html
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/docs/manual.html?view=diff&rev=443101&r1=443100&r2=443101
==============================================================================
--- logging/log4j/trunk/docs/manual.html (original)
+++ logging/log4j/trunk/docs/manual.html Wed Sep 13 12:57:15 2006
@@ -163,6 +163,7 @@
     public static Logger getLogger(String name);
 
     // printing methods:
+    public void trace(Object message);
     public void debug(Object message);
     public void info(Object message);
     public void warn(Object message);
@@ -179,6 +180,7 @@
 <p>Loggers <em>may</em> be assigned levels. The set of possible
 levels, that is
 
+<a href="api/org/apache/log4j/Level.html#TRACE">TRACE</a>,
 <a href="api/org/apache/log4j/Level.html#DEBUG">DEBUG</a>,
 <a href="api/org/apache/log4j/Level.html#INFO">INFO</a>,
 <a href="api/org/apache/log4j/Level.html#WARN">WARN</a>,



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org