HomeSort by relevance Sort by last modified time
    Searched defs:LogFactory (Results 1 - 9 of 9) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/
LogFactory.java 22 public final class LogFactory {
23 private LogFactory() {
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 51 public abstract class LogFactory {
71 * The name (<code>org.apache.commons.logging.LogFactory</code>) of the property
72 * used to identify the LogFactory implementation
77 "org.apache.commons.logging.LogFactory";
80 * The fully qualified class name of the fallback <code>LogFactory</code>
98 "META-INF/services/org.apache.commons.logging.LogFactory";
120 * generated by LogFactory or LogFactoryImpl. When non-null,
128 * LogFactory class is generating the output.
134 * (<code>org.apache.commons.logging.LogFactory.HashtableImpl</code>)
139 * <strong>Note:</strong> <code>LogFactory</code> will print
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDefaultRequestDirector.java 9 import org.apache.commons.logging.LogFactory;
114 LogFactory.getLog(DefaultRequestDirector.class),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 32 import org.apache.commons.logging.LogFactory;
268 this(LogFactory.getLog(DefaultRequestDirector.class),
    [all...]

Completed in 133 milliseconds