[slf4j-dev] svn commit: r774 - slf4j/trunk/slf4j-api/src/main/java/org/slf4j

ceki at slf4j.org ceki at slf4j.org
Sat Mar 3 21:06:01 CET 2007


Author: ceki
Date: Sat Mar  3 21:06:01 2007
New Revision: 774

Modified:
   slf4j/trunk/slf4j-api/src/main/java/org/slf4j/ILoggerFactory.java

Log:
Javadoc now refers to "ROOT" instead of mistakenly to "NULL"

Modified: slf4j/trunk/slf4j-api/src/main/java/org/slf4j/ILoggerFactory.java
==============================================================================
--- slf4j/trunk/slf4j-api/src/main/java/org/slf4j/ILoggerFactory.java	(original)
+++ slf4j/trunk/slf4j-api/src/main/java/org/slf4j/ILoggerFactory.java	Sat Mar  3 21:06:01 2007
@@ -41,9 +41,10 @@
   /**
    * Return an appropriate {@link Logger} instance as specified by the
    * <code>name</code> parameter.
-   * <p>
-   * If the name parameter is equal to the string value "NULL" (case insensitive), 
-   * then the root logger of the underlying logging system is returned.
+   * 
+   * <p>If the name parameter is equal to {@link Logger#ROOT_LOGGER_NAME}, that is 
+   * the string value "ROOT" (case insensitive), then the root logger of the 
+   * underlying logging system is returned.
    * 
    * <p>Null-valued name arguments are considered invalid.
    *



More information about the slf4j-dev mailing list