Searched refs:logCategory (Results 1 - 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java757 * @param logCategory the name of the log category
762 private Log discoverLogImplementation(String logCategory) argument
783 logCategory,
838 result = createLogFromClass(classesToDiscover[i], logCategory, true);
945 * @param logCategory argument to pass to the Log implementation's
959 String logCategory,
967 Object[] params = { logCategory };
958 createLogFromClass(String logAdapterClassName, String logCategory, boolean affectState) argument

Completed in 37 milliseconds