Home
last modified time | relevance | path

Searched refs:FACTORY_PROPERTY (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java81 public static final String FACTORY_PROPERTY = field in LogFactory
449 "[LOOKUP] Looking for system property [" + FACTORY_PROPERTY in getFactory()
454 String factoryClass = System.getProperty(FACTORY_PROPERTY); in getFactory()
459 + "' as specified by system property " + FACTORY_PROPERTY); in getFactory()
466 "[LOOKUP] No system property [" + FACTORY_PROPERTY in getFactory()
567 + FACTORY_PROPERTY in getFactory()
570 String factoryClass = props.getProperty(FACTORY_PROPERTY); in getFactory()
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
DLogFactory.java69 public static final String FACTORY_PROPERTY = "org.apache.commons.logging.LogFactory"; field in LogFactory
/external/apache-http/api/
Dcurrent.txt676 …field @Deprecated public static final String FACTORY_PROPERTY = "org.apache.commons.logging.LogFac…