Home
last modified time | relevance | path

Searched refs:showShortName (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java102 static protected boolean showShortName = true; field in SimpleLog
170 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);
303 if( showShortName) { in log()
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
DSimpleLog.java100 static protected boolean showShortName = true; field in SimpleLog
167 showShortName = getBooleanProperty(systemPrefix + "showShortLogname", showShortName);
315 if (showShortName) { in log()
/external/apache-http/api/
Dcurrent.txt823 field @Deprecated protected static boolean showShortName;