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

  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 194 private String shortLogName = null;
304 if( shortLogName==null ) {
306 shortLogName = logName.substring(logName.lastIndexOf(".") + 1);
307 shortLogName =
308 shortLogName.substring(shortLogName.lastIndexOf("/") + 1);
310 buf.append(String.valueOf(shortLogName)).append(" - ");
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 189 private String shortLogName = null;
316 if (shortLogName == null) {
318 shortLogName = logName.substring(logName.lastIndexOf(".") + 1);
319 shortLogName = shortLogName.substring(shortLogName.lastIndexOf("/") + 1);
321 buf.append(String.valueOf(shortLogName)).append(" - ");
  /external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLogger.java 254 private transient String shortLogName = null;
362 if (shortLogName == null)
363 shortLogName = computeShortName();
364 buf.append(String.valueOf(shortLogName)).append(" - ");
  /external/slf4j/integration/lib/
slf4j-simple-1.6.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-simple-1.7.5.jar 
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.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 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 432 milliseconds