HomeSort by relevance Sort by last modified time
    Searched full:showlogname (Results 1 - 1 of 1) sorted by null

  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> -
92 static protected boolean showLogName = false;
164 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);
306 } else if(showLogName) {

Completed in 235 milliseconds