Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java189 private String shortLogName = null; field in SimpleLog
299 if( shortLogName==null ) { in log()
301 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()
302 shortLogName = in log()
303 shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()
305 buf.append(String.valueOf(shortLogName)).append(" - "); in log()