Home
last modified time | relevance | path

Searched refs:logMethod (Results 1 – 2 of 2) 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/apache-http/api/
Dcurrent.txt756 field @Deprecated protected java.lang.reflect.Method logMethod;