Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java99 static protected boolean showDateTime = false; field in SimpleLog
166 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
168 if(showDateTime) {
282 if(showDateTime) { in log()