[slf4j-dev] svn commit: r514 - slf4j/trunk/src/java/org/apache/commons/logging/impl
ceki at slf4j.org
ceki at slf4j.org
Mon Jan 23 17:48:36 CET 2006
Author: ceki
Date: Mon Jan 23 17:48:35 2006
New Revision: 514
Modified:
slf4j/trunk/src/java/org/apache/commons/logging/impl/SLF4FLogFactory.java
Log:
minor changes
Modified: slf4j/trunk/src/java/org/apache/commons/logging/impl/SLF4FLogFactory.java
==============================================================================
--- slf4j/trunk/src/java/org/apache/commons/logging/impl/SLF4FLogFactory.java (original)
+++ slf4j/trunk/src/java/org/apache/commons/logging/impl/SLF4FLogFactory.java Mon Jan 23 17:48:35 2006
@@ -73,13 +73,6 @@
*/
public static final String LOG_PROPERTY = "org.apache.commons.logging.Log";
- /**
- * <p>
- * The name of the {@link Log} interface class.
- * </p>
- */
- private static final String LOG_INTERFACE = "org.apache.commons.logging.Log";
-
// ----------------------------------------------------- Instance Variables
/**
@@ -87,11 +80,6 @@
*/
protected Hashtable attributes = new Hashtable();
- /**
- * Name of the class implementing the Log interface.
- */
- private String logClassName;
-
// --------------------------------------------------------- Public Methods
/**
More information about the slf4j-dev
mailing list