Home
last modified time | relevance | path

Searched refs:logImplctor (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogSource.java75 static protected Constructor logImplctor = null; field in LogSource
176 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
178 logImplctor = null; in setLogImplementation()
194 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
245 log = (Log) (logImplctor.newInstance(args)); in makeNewLogInstance()
/external/apache-http/api/
Dapache-http-legacy-current.txt776 field protected static java.lang.reflect.Constructor logImplctor;