[slf4j-dev] svn commit: r159 - slf4j/trunk/src/java/org/slf4j

ceki at slf4j.org ceki at slf4j.org
Sat Aug 13 14:09:06 CEST 2005


Author: ceki
Date: Sat Aug 13 14:09:04 2005
New Revision: 159

Modified:
   slf4j/trunk/src/java/org/slf4j/Constants.java
   slf4j/trunk/src/java/org/slf4j/Marker.java
Log:


Modified: slf4j/trunk/src/java/org/slf4j/Constants.java
==============================================================================
--- slf4j/trunk/src/java/org/slf4j/Constants.java	(original)
+++ slf4j/trunk/src/java/org/slf4j/Constants.java	Sat Aug 13 14:09:04 2005
@@ -34,22 +34,20 @@
 
 /**
  * Various constants used in the SLF4J API.
+ * 
+ * @author <a href="http://www.qos.ch/log4j/">Ceki G&uuml;lc&uuml;</a>
  */
 public interface Constants {
     
 	/**
 	 * The name of the system property to set in order to instruct
 	 * {@link LoggerFactory} class to use a specific ILoggerFactory.
-	 * <p>
-	 * This constant is currently set to the value "org.slf4j.factory".
 	 */
 	final public static String LOGGER_FACTORY_PROPERTY = "org.slf4j.factory";
 	
 	/**
 	 * Constant used to determine the name of the factory method for
 	 * creating logger factories.
-	 * <p>
-	 * This constant currently is set to the value "getInstance".
 	 */
 	final public static String LOGGER_FACTORY_FACTORY_METHOD_NAME = "getInstance";
 }

Modified: slf4j/trunk/src/java/org/slf4j/Marker.java
==============================================================================
--- slf4j/trunk/src/java/org/slf4j/Marker.java	(original)
+++ slf4j/trunk/src/java/org/slf4j/Marker.java	Sat Aug 13 14:09:04 2005
@@ -39,11 +39,10 @@
  * Markers are named objects used to enrich log statements. Conforming
  * logging system Implementations of SLF4J determine how information
  * conveyed by markers are used, if at all. In particular, many
- * conformant logging systems ignore markers.
+ * conformant logging systems may ignore marker data.
  * 
- * 
- * <p>Markers can contain child markers, which in turn can contain
- * children of their own.
+ * <p>Markers can contain child markers, which in turn  can contain children 
+ * of their own.
  *
  * @author <a href="http://www.qos.ch/log4j/">Ceki G&uuml;lc&uuml;</a>
  */



More information about the slf4j-dev mailing list