OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortLogName
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java
189
private String
shortLogName
= null;
299
if(
shortLogName
==null ) {
301
shortLogName
= logName.substring(logName.lastIndexOf(".") + 1);
302
shortLogName
=
303
shortLogName
.substring(
shortLogName
.lastIndexOf("/") + 1);
305
buf.append(String.valueOf(
shortLogName
)).append(" - ");
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
Completed in 29 milliseconds