Searched refs:shortLogName (Results 1 – 3 of 3) sorted by relevance
194 private String shortLogName = null; field in SimpleLog304 if( shortLogName==null ) { in log()306 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()307 shortLogName = in log()308 shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()310 buf.append(String.valueOf(shortLogName)).append(" - "); in log()
189 private String shortLogName = null; field in SimpleLog316 if (shortLogName == null) { in log()318 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()319 shortLogName = shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()321 buf.append(String.valueOf(shortLogName)).append(" - "); in log()
254 private transient String shortLogName = null; field in SimpleLogger362 if (shortLogName == null) in log()363 shortLogName = computeShortName(); in log()364 buf.append(String.valueOf(shortLogName)).append(" - "); in log()