Home
last modified time | relevance | path

Searched refs:logMethod (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java240 protected Method logMethod = null; field in LogFactoryImpl
613 if (logMethod != null) { in newInstance()
615 logMethod.invoke(instance, params); in newInstance()
1125 this.logMethod = logAdapterClass.getMethod("setLogFactory", in createLogFromClass()
1130 this.logMethod = null; in createLogFromClass()
/external/guice/lib/build/
Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/external/guice/extensions/persist/lib/
Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-http/api/
Dcurrent.txt756 field @Deprecated protected java.lang.reflect.Method logMethod;